with one click
xx-voice-apply
apply a voice style
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
apply a voice style
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Use when 🤖{} or 🤖[] or 🤖~~ markers appear in markdown documents
use to learn from existing coding sessions, or record hints
Use when the user is requesting an artifact (capture, save, record, create) AND the substance to preserve is conversational context they've already produced. Skip when the user is stating facts, asking questions, or asking the agent to generate substance from scratch. Also trigger when editing markdown with known frontmatter type:
Use when editing issues in workshop/issues/.
Use to process interview feedback
Generate a writing style guide
| name | xx-voice-apply |
| description | apply a voice style |
Rewrites a document to match a specific writing voice, guided by a style guide.
<slug> — voice identifier (e.g., xian). Resolves to ~/.personal/<slug>-writing-style.md.<document-path> — path to the document to rewrite.Resolve voice file: Look for ~/.personal/<slug>-writing-style.md.
~/.personal/ doesn't exist: tell the user to create it: mkdir -p ~/.personal/xx-voice-gen <slug> <folder-of-sample-writing>Read the style guide — load the full voice file. This contains specific patterns, examples, vocabulary, sentence structure, and anti-patterns.
Read the document — load the target document.
Rewrite in two passes:
Show the diff — present the changes so the user can review before accepting.