skills/personalize-skills/SKILL.md
Customize Operator Skills for your environment. Use when first installing skills or when you want to update your personal values.
npx skillsauth add dazuck/operator-skills personalize-skillsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Walk through all customization points in your Operator Skills and set your personal values.
[YOUR_*] placeholders/personalize-skills — Full interactive setup
/personalize-skills --list — Just show what needs customizing
/personalize-skills --reset — Clear customizations (restore placeholders)
Scan ~/.claude/skills/ for all [YOUR_*] patterns.
Group by placeholder type:
Found 12 placeholders across 6 skills:
Identity:
[YOUR_NAME] — used in 3 skills
[YOUR_EMAIL] — used in 2 skills
Paths:
[YOUR_CLOUD_PATH] — used in 2 skills
[YOUR_KNOWLEDGE_ARCHIVE] — used in 1 skill
URLs:
[YOUR_NOTION_URL] — used in 1 skill
For each placeholder, ask the user:
[YOUR_NAME]
Used in: coach, writeup, inbox-commander
Description: Your name for personalized interactions
Example: Danny
What's your name? > ___
Group related questions:
For each value provided:
Applying changes...
✓ [YOUR_NAME] → "Alex" in 3 files
- coach/SKILL.md (2 occurrences)
- writeup/SKILL.md (1 occurrence)
- inbox-commander/references/known-senders.md (1 occurrence)
✓ [YOUR_EMAIL] → "[email protected]" in 2 files
- inbox-commander/SKILL.md
- inbox-commander/references/known-senders.md
Show summary:
Personalization complete!
Values set: 5
Files updated: 8
Placeholders remaining: 2 (optional)
Optional placeholders not set:
- [YOUR_KNOWLEDGE_ARCHIVE] — Only needed if you have a personal knowledge base
- [YOUR_NOTION_URL] — Only needed if you use Notion
You can set these later by running /personalize-skills again.
Common placeholders and what they're for:
| Placeholder | Description | Example |
|-------------|-------------|---------|
| [YOUR_NAME] | Your name | Alex |
| [YOUR_EMAIL] | Your email address | [email protected] |
| [YOUR_COMPANY] | Your company name | Acme Inc |
| Placeholder | Description | Example |
|-------------|-------------|---------|
| [YOUR_CLOUD_PATH] | Cloud storage folder | ~/Dropbox/ |
| [YOUR_KNOWLEDGE_ARCHIVE] | Personal knowledge base | ~/Documents/knowledge/ |
| [YOUR_DRAFTS_FOLDER] | Where to save drafts | ~/Documents/drafts/ |
| Placeholder | Description | Example |
|-------------|-------------|---------|
| [YOUR_NOTION_URL] | Notion workspace URL | your-workspace.notion.site |
If a placeholder is marked optional, you can skip it. The skill will work without it.
Run /personalize-skills again anytime to update your values.
Before personalizing, consider backing up your skills directory:
cp -r ~/.claude/skills ~/.claude/skills-backup
See CUSTOMIZATION-GUIDE.md in the repo for detailed explanations of each placeholder.
development
Document work and learnings for publication. Assesses session work, recommends format (tweet, thread, week notes, full write-up), drafts in your voice, writes to draft folder.
development
Explain technical projects or codebases to a non-engineer. Use for "orient me" or "explain this repo".
tools
Adapt any skill to your specific workflow, or create new ones for repetitive tasks. Use when adapting skills to your tools/process.
development
Prepare a demo artifact for daily team show & tell. Aggregates work from the last 24 hours into a presentable format with evidence (command output, screenshots). Use when asked to "prep for show and tell", "what did I do today", or "prepare my demo".