بنقرة واحدة
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.