Writing Style
TEMPLATE for voice-consistent writing. Configure once, apply everywhere.
Trigger
When writing long-form content (blog posts, articles, newsletters, LinkedIn posts).
Voice Profile Setup
To configure your voice, provide 2-3 sample posts that represent your best writing. The skill extracts:
- Tone: formal/casual/provocative/warm/authoritative
- Sentence patterns: short and punchy vs. long and flowing, fragment usage, rhetorical questions
- Vocabulary: technical depth, jargon level, signature phrases
- Structure: how you open, transition, and close
- Perspective: first person, second person, or mixed
Setup Process
1. User provides 2-3 writing samples
2. Analyze each sample for the 5 dimensions above
3. Create voice profile (stored in memory)
4. Confirm profile with user before applying
Voice Profile Format
voice:
tone: [e.g., "direct, warm, slightly irreverent"]
sentences: [e.g., "short paragraphs, 1-3 sentences each, frequent fragments"]
vocabulary: [e.g., "technical but accessible, avoids buzzwords, uses analogies"]
structure: [e.g., "hook with bold claim, build with examples, end with actionable takeaway"]
perspective: [e.g., "first person, speaks from experience"]
avoid: [e.g., "em dashes, exclamation marks, corporate jargon"]
signature: [e.g., "ends with a question to the reader"]
Application Process
- Load voice profile from memory.
- Draft content following the requested format.
- Self-review against all 5 dimensions.
- Adjust any deviations before presenting.
Rules
- Never override voice profile without explicit request.
- If no profile configured, ask for samples before writing.
- Flag when a requested format conflicts with the voice profile (e.g., formal voice + casual platform).
- Preserve the user's authentic voice. Enhance clarity, never change personality.
1---2name: writing-style3description: Voice profile configuration and application for consistent writing. Configure once with 2-3 samples, apply everywhere. Triggers on: "writing style", "voice profile", "apply my voice", writing long-form content.4---56# Writing Style78TEMPLATE for voice-consistent writing. Configure once, apply everywhere.910## Trigger11When writing long-form content (blog posts, articles, newsletters, LinkedIn posts).1213## Voice Profile Setup1415To configure your voice, provide 2-3 sample posts that represent your best writing. The skill extracts:16171. **Tone**: formal/casual/provocative/warm/authoritative182. **Sentence patterns**: short and punchy vs. long and flowing, fragment usage, rhetorical questions193. **Vocabulary**: technical depth, jargon level, signature phrases204. **Structure**: how you open, transition, and close215. **Perspective**: first person, second person, or mixed2223### Setup Process2425```261. User provides 2-3 writing samples272. Analyze each sample for the 5 dimensions above283. Create voice profile (stored in memory)294. Confirm profile with user before applying30```3132### Voice Profile Format3334```yaml35voice:36 tone: [e.g., "direct, warm, slightly irreverent"]37 sentences: [e.g., "short paragraphs, 1-3 sentences each, frequent fragments"]38 vocabulary: [e.g., "technical but accessible, avoids buzzwords, uses analogies"]39 structure: [e.g., "hook with bold claim, build with examples, end with actionable takeaway"]40 perspective: [e.g., "first person, speaks from experience"]41 avoid: [e.g., "em dashes, exclamation marks, corporate jargon"]42 signature: [e.g., "ends with a question to the reader"]43```4445## Application Process46471. Load voice profile from memory.482. Draft content following the requested format.493. Self-review against all 5 dimensions.504. Adjust any deviations before presenting.5152## Rules53- Never override voice profile without explicit request.54- If no profile configured, ask for samples before writing.55- Flag when a requested format conflicts with the voice profile (e.g., formal voice + casual platform).56- Preserve the user's authentic voice. Enhance clarity, never change personality.