Personal tone of voice plugin for Claude Code. Helps Claude write comments and messages that sound like me across different platforms.
When I ask Claude to write a comment (e.g., "mark this Linear item as done with a comment"), it drafts the message in my voice — casual, direct, British English, no corporate speak.
Currently supports:
- Linear — task-focused, technical, conversational
More platforms can be added by analyzing my conversations there and creating new reference files.
daniel-voice/
├── .claude-plugin/
│ └── plugin.json
├── skills/
│ └── tone-of-voice/
│ ├── SKILL.md # Core voice patterns
│ └── references/
│ └── linear.md # Linear-specific patterns
└── README.md
# Load the plugin
claude --plugin-dir ~/Sites/daniel-voice
# Then just ask naturally:
# "mark this issue as done with a comment"
# "write a comment explaining the fix is deployed"
# "respond to this question on the issue"The skill handles drafting. The Linear MCP handles posting.