一键导入
xx-voice-apply
apply a voice style
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
apply a voice style
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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.