preke

Researcher Writing Profiler — Design skill for Claude Code

Design community

A Claude Code skill that analyzes a researcher's publication record and writing style from Google Scholar, producing actionable writing strategy reports.

How to install Researcher Writing Profiler

This entry records only its repository, not the path inside it, so there is no exact command to give. Open preke/researcher-writing-profiler and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Researcher Writing Profiler does

A Claude Code skill that analyzes a researcher's publication record and writing style from Google Scholar, producing actionable writing strategy reports.

Alternatives in Design

  • NotebookLM Automation — Complete programmatic access to Google NotebookLM—including capabilities not exposed in the web UI 6.8k ★
  • Plan Artifact — Creates one polished, self-contained HTML artifact from a plan, PRD, roadmap, strategy, migration, rollout, re 652 ★
  • Write — Writing Style Skill 609 ★

README

Researcher Writing Profiler

A [Claude Code](https://claude.ai/claude-code) skill that analyzes a researcher's full publication record and writing style from their Google Scholar profile, producing a structured Markdown report with actionable writing strategies.

What it does

Give it a Google Scholar URL, and it will:

  1. Scrape the full paper list — titles, venues, years, citations
  2. Fetch author background — education, advisors, awards, research interests
  3. Analyze research strategy — why they publish so prolifically at top venues
  4. Dissect writing patterns — title crafting, abstract structure, rhetorical techniques
  5. Generate a comprehensive report — saved as Markdown to your preferred location (e.g., Obsidian)

Example Output

The skill produces reports covering:

Section Content
Author Profile Background, education, metrics
Publication Stats Papers by venue, year, tier
Research Strategy Interdisciplinary approach, benchmark route, collaboration network, etc.
Writing Style 5 title patterns, abstract structure, 11 rhetorical techniques
Actionable Tips Numbered, immediately applicable writing advice
Quick Reference Table of representative papers with technique annotations

Installation

Option 1: Install via Claude Code CLI

claude install-skill github:preke/researcher-writing-profiler

Option 2: Manual installation

Copy the skill folder to your Claude skills directory:

git clone https://github.com/preke/researcher-writing-profiler.git
cp -r researcher-writing-profiler ~/.claude/skills/researcher-writing-profiler

Usage

In Claude Code, trigger the skill by:

# With a Google Scholar URL
Analyze this researcher's writing style: https://scholar.google.com/citations?user=XXXX

# By name
Why does [Researcher Name] publish so many papers at ACL and NeurIPS?

# Direct invocation
/researcher-writing-profiler https://scholar.google.c