Skip to content

howells/daniel-voice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

daniel-voice

Personal tone of voice plugin for Claude Code. Helps Claude write comments and messages that sound like me across different platforms.

What it does

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.

Platforms

Currently supports:

  • Linear — task-focused, technical, conversational

More platforms can be added by analyzing my conversations there and creating new reference files.

Structure

daniel-voice/
├── .claude-plugin/
│   └── plugin.json
├── skills/
│   └── tone-of-voice/
│       ├── SKILL.md              # Core voice patterns
│       └── references/
│           └── linear.md         # Linear-specific patterns
└── README.md

Usage

# 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.

About

Personal tone of voice plugin for Claude Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published