voices
- Repo stars 330
- License MIT
- Author repo claude-skill-registry
Voice Library
Manage saved voice profiles for consistent writing style.
Commands
| Command | Action |
|---|---|
/wordsmith:voices |
List all saved voice profiles |
/wordsmith:voices [name] |
Show details for specific voice |
/wordsmith:voices delete [name] |
Remove a voice profile |
Voice Storage
Voices are stored in ~/.claude/voices/ as JSON files:
~/.claude/voices/
├── hemingway.json
├── technical-docs.json
└── brand-voice.json
Voice Profile Schema
{
"name": "profile-name",
"description": "Brief description of when to use",
"extractedFrom": "Source material used for extraction",
"characteristics": {
"sentenceLength": "short/medium/long/varied",
"vocabulary": "simple/technical/elevated/mixed",
"tone": "formal/casual/authoritative/warm",
"structure": "linear/nested/fragmented"
},
"patterns": [
"Pattern 1 observed in source",
"Pattern 2 observed in source"
],
"avoids": [
"Things this voice never does"
],
"exampleTransform": {
"before": "Generic sentence",
"after": "Same idea in this voice"
}
}
Workflow
List All Voices
- Read all files in
~/.claude/voices/ - Display as table: Name | Description | Source
Apply Voice
Use with /wordsmith:writing by specifying voice name:
- "edit this using hemingway voice"
- "write in brand-voice style"
Create New Voice
Use /wordsmith:writing with sample text:
- "extract voice from this writing sample"
The writing skill handles extraction and saves to ~/.claude/voices/.
- Fluxly category
- Data
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 94 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @majiayu000 · MIT
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Write / modify
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Command · Action /wordsmith:voices · List all saved voice profiles /wordsmith:voices [name] · Show details for specific voice
Voices are stored in ~/.claude/voices/ as JSON files:
Voice Profile Schema
Workflow
Read all files in ~/.claude/voices/ Display as table: Name | Description | Source
Use with /wordsmith:writing by specifying voice name: "edit this using hemingway voice" "write in brand-voice style"
# Voice Library
Manage saved voice profiles for consistent writing style.
## Commands
| Command | Action |
|---------|--------|
| `/wordsmith:voices` | List all saved voice profiles |
| `/wordsmith:voices [name]` | Show details for specific voice |
| `/wordsmith:voices delete [name]` | Remove a voice profile |
## Voice Storage
Voices are stored in `~/.claude/voices/` as JSON files:
```
~/.claude/voices/
├── hemingway.json
├── technical-docs.json
└── brand-voice.json
```
## Voice Profile Schema
```json
{
"name": "profile-name",
"description": "Brief description of when to use",
"extractedFrom": "Source material used for extraction",
"characteristics": {
"sentenceLength": "short/medium/long/varied",
"vocabulary": "simple/technical/elevated/mixed",
"tone": "formal/casual/authoritative/warm",
"structure": "linear/nested/fragmented"
},
"patterns": [
"Pattern 1 observed in source",
"Pattern 2 observed in source"
],
"avoids": [
"Things this voice never does"
],
"exampleTransform": {
"before": "Generic sentence",
"after": "Same idea in this voice"
}
}
```
## Workflow
### List All Voices
1. Read all files in `~/.claude/voices/`
2. Display as table: Name | Description | Source
### Apply Voice
Use with `/wordsmith:writing` by specifying voice name:
- "edit this using hemingway voice"
- "write in brand-voice style"
### Create New Voice
Use `/wordsmith:writing` with sample text:
- "extract voice from this writing sample"
The writing skill handles extraction and saves to `~/.claude/voices/`. Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Commands → Voice Storage → Voice Profile Schema → Workflow → List All Voices → Apply Voice
terms -> Manage saved voice profiles for consistent writing style. · 1. Read all files in ~/.claude/voices/ 2. · The writing skill handles extraction and saves to ~/.claude/voices/.
files/cmd -> /wordsmith:voices · /wordsmith:voices [name] · /wordsmith:voices delete [name] · ~/.claude/voices/ · /wordsmith:writing
body sha256 -> 925df47e6d43
Decide Fit First
Design Intent
How To Use It
Boundaries And Review