Writing Toolkit banner
robertguss robertguss

Writing Toolkit

Documentation community Intermediate

Description

A pipeline for capturing and replicating a writer's authentic voice. These skills work together: first discover your voice DNA, then use it to generate drafts that sound like you.

Installation

Installs to ~/.claude/skills/writing-toolkit/

Terminal
git clone --depth 1 https://github.com/robertguss/claude-code-toolkit /tmp/claude-code-toolkit \ && mkdir -p ~/.claude/skills \ && cp -r /tmp/claude-code-toolkit/skills/writing ~/.claude/skills/writing-toolkit

Clones the whole repository, because a skill folder can carry scripts and resources beside its SKILL.md.

Repository README

This is the README for robertguss/claude-code-toolkit, shared by 5 entries in this directory. It describes the repository, not this entry specifically.

Writing Skills

A pipeline for capturing and replicating a writer's authentic voice. These skills work together: first discover your voice DNA, then use it to generate drafts that sound like you.

📚 **[View Full Documentation](https://robertguss.github.io/claude-skills/skills/writing/)**

The Workflow

┌─────────────────────────┐     ┌─────────────────────────┐
│  writing-dna-discovery  │ ──▶ │      ghost-writer       │
│                         │     │                         │
│  Capture voice patterns │     │  Generate first drafts  │
│  through interview and  │     │  at ~80% voice accuracy │
│  sample analysis        │     │  using your DNA doc     │
└─────────────────────────┘     └─────────────────────────┘
         ▲                                  │
         │                                  │
         └──────────────────────────────────┘
                  Refinement loop

Skills

writing-dna-discovery

Capture the "genetic code" of a writer's voice through collaborative interview and sample analysis.

**What It Does:**

  • Analyzes writing samples for distinctive patterns
  • Conducts collaborative interview to surface choices and preferences
  • Documents voice dimensions with annotated examples
  • Produces actionable Voice DNA Document for ghost-writer

**Voice Dimensions Captured:**

  • Sentence Rhythm — Length variation, internal structure, emphasis placement
  • Punctuation Personality — Em-dashes, semicolons, parentheses, comma density
  • Word Choice — Vocabulary level, favorites, avoided words
  • Tone & Temperature — Warm/cool, formal/casual, confident/hedging
  • Reader Relationship — First person presence, direct address, authority stance

**Session Types:** | Type | When to Use | |------|-------------| | Initial Discovery | First time capturing your voice | | Sample Addition | Adding new writing samples to existing profile | | Dimension Deep-Dive | Going deeper on a

...