writing-voice
GitHub根据用户指定或个人风格撰写或重写文本。通过读取历史修正文件并应用个性化规则,确保语气直接、口语化且无企业腔。支持从反馈中学习,持续优化文风匹配度。
Trigger Scenarios
Install
npx skills add carlvellotti/free-ai-courses --skill writing-voice -g -y
SKILL.md
Frontmatter
{
"name": "writing-voice",
"description": "Write or rewrite text in a specific personal voice. Learns from corrections over time — the more feedback you give, the better it matches your style. Use when the user says 'write in my voice', 'rewrite this in my style', 'writing voice', or 'match my voice'."
}
Writing Voice
Write or rewrite content matching a specific personal voice.
Voice Profile
Direct, conversational, opinionated. Prefers short sentences but varies length. Uses contractions. Starts sentences with "And" or "But" sometimes. Avoids corporate language, hedging, and filler. States things plainly. Has strong opinions and isn't afraid to share them. Uses specific examples over abstract claims.
Before Writing
- Read all files in
.agents/skills/writing-voice/corrections/to load past feedback and corrections. Each file contains a specific correction — what was wrong and how to fix it. Apply all of these to your writing. - If corrections conflict with the voice profile above, the corrections win — they represent more recent, specific feedback.
After Writing
If the user gives feedback on the output ("that's too formal", "I wouldn't say it that way", "less hedging"), save the correction:
- Create a new file in
.agents/skills/writing-voice/corrections/named with a short description (e.g.,no-hedging.md,shorter-sentences.md). - Format: what was wrong + how to fix it + an example if possible.
- Confirm that the correction was saved and will be applied next time.
Style Rules
- No em dashes (use commas or periods instead)
- No semicolons
- No "However," or "Furthermore," or "Additionally,"
- No "It's worth noting" or "It's important to"
- No bullet points unless the user specifically asks for them
- Paragraphs of 2-4 sentences, not walls of text
Version History
- 058c617 Current 2026-07-23 00:52


