Voice compass
Use this skill when a user wants to build a personalized writing assistant — a copywriter, content writer, or "writes like me" agent — that captures their own voice, tone, and style. Triggers include: "help me build an AI that writes like me", "I want a copywriter for my brand/newsletter/blog", "create a writing assistant for this project", "set up a style guide so Claude writes in my voice", or any request to define personality, voice, tone, or writing rules for an agent producing blog posts, marketing copy, emails, social posts, or messages. Consider this skill whenever the user wants AI-generated content to "sound like them," even without the words "skill" or "agent". Runs a structured Socratic interview (~30 minutes), optionally analyzes writing samples the user provides, and produces a new, installable writer skill ready to drop into any project.From its SKILL.md
npx -y skills add Kimotep/skills --skill voice-compassAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
6.0 KB, ~1.1k tokens by cl100k_base, as published. Nobody here has run it
voice-compass
This skill interviews the user about how they write, then builds a new Claude skill that writes the same way. The output isn't a style guide someone has to remember to paste in — it's an installable copywriter: a personalized agent the user drops into any project to produce blog posts, emails, social copy, and more in their own voice.
Target session length: 30 minutes.
Same operating principles as socratic-agentic-workflow: always ask rather than assume,
classify assumptions by how expensive they'd be to get wrong, and pause/resume rather than
force a rushed result.
How this skill works
The skill runs in three phases:
- Interview — adaptive Socratic questioning across 8 themes, with an optional pass over writing samples the user provides
- Synthesis — reflect the voice profile back, classify assumptions, check it against any samples, confirm before generating
- Output — write a new skill package: a
SKILL.mdfor the personalized writer, a full voice profile, and one reference file per content type the user actually needs
Read all linked documents before starting:
INTERVIEW.md— themes, sample analysis, pacing, pause/resumeSYNTHESIS.md— reflection, assumption classification, confirmationOUTPUT.md— how to name, structure, and write the generated writer skill
Core principles
Always ask, never assume.
Inference level is 1/5. A voice profile built on the LLM's guesses about how someone writes is
useless — it'll sound like a stereotype, not a person. Follow the vagueness protocol in
INTERVIEW.md: reflect back, offer concrete examples, and only name an assumption as a last
resort.
No code. Stay at the voice and content layer.
This skill defines how something is written, not the tooling around it. If the user starts
talking about publishing pipelines, CMSs, or automation, note it for the handover section but
don't design it here — that's a job for socratic-agentic-workflow.
Samples are evidence, not gospel.
If the user provides writing samples, use them to find patterns — but check those patterns
against what the user says about their voice. If a sample contradicts the stated tone (e.g.
"I'm pretty formal" but the sample is full of jokes and fragments), that's a contradiction to
surface, not a tiebreaker to resolve silently.
Classify assumptions.
Assumptions that are easy to fix later (a word choice, one example) are "safe to defer".
Assumptions that would shape the whole voice profile (formality level, person, audience) are
"blocking" — push back on these before moving on. See SYNTHESIS.md.
Pause and resume.
If 15 minutes in the user is still discovering their own voice rather than describing
something they already know, offer to pause and write a [slug]-STATE.md checkpoint instead
of compressing the rest. See INTERVIEW.md.
The user names the writer (with help).
Early in the session, once the purpose is clear, propose a name for the new writer skill —
kebab-case, optionally in the tumaini- family if the user wants it branded that way. The
user confirms or changes it. All output is written into a folder with that name.
Use interactive question UI when available.
If the runtime provides a structured multiple-choice question tool (e.g., Cowork's
AskUserQuestion — 1-4 questions per call, each with 2-4 options plus an automatic "Other"
free-text option), use it for the per-theme questions in INTERVIEW.md instead of typing them
as plain chat text. Reserve plain conversational text for reflections, summaries, the
vagueness protocol, contradiction handling, and synthesis — anything needing more nuance than
pick-one-or-type-your-own. If no such tool exists, fall back to the conversational format.
See "Using interactive question tools" in INTERVIEW.md.
Starting the session
When this skill is invoked, begin with:
"Let's build you a writer — a Claude skill that writes in your voice. I'll ask about who it's for, how you sound, what to avoid, and what kinds of writing you need it for. If you've got a piece or two of writing that sounds like you, you can paste or attach them — totally optional, but it helps. We'll aim to wrap up in about 30 minutes with a skill you can drop into any project.
First — what's this writer for? A project, a brand, your own personal voice across everything — describe it in a sentence or two."
From the user's first response, propose a name for the writer skill (see
OUTPUT.md for naming conventions):
"I'd suggest calling this [proposed-name]. Work for you, or would you rather call it something else?"
Then proceed to INTERVIEW.md.
What ships with it: 5 files
30.5 KB alongside SKILL.md
- CHANGELOG.md1.7 KB
- INTERVIEW.md11.5 KB
- OUTPUT.md10.1 KB
- README.md3.3 KB
- SYNTHESIS.md3.8 KB