ワンクリックで
xx-voice-apply
apply a voice style
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
apply a voice style
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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
SOC 職業分類に基づく
| 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.