From development-skills
Switches Claude personas from ~/.claude/system-prompts/ on triggers like 'switch persona' or 'switch to X'. Lists if unspecified, reads file, adopts as sole instructions, and announces switch.
npx claudepluginhub ntcoding/claude-skillz --plugin fetching-circleci-logsThis skill uses the workspace's default tool permissions.
User says:
Transforms into 31 specialized personas like Dev for coding, Chef Marco for cooking, Dr. Med for medicine. Switch mid-conversation, create customs, token-efficient loading.
Lists configured WoterClip personas with runtime settings like model, turns, escalates_to, tools, and checks status of SOUL.md, TOOLS.md, config.yaml files.
Creates CLAUDE.local.md configs defining custom personas for Claude Code with identity, language styles, behavior rules, and safety redlines. Useful for tailoring AI tone in projects or teams. Triggers: persona, 角色设定.
Share bugs, ideas, or general feedback.
User says:
→ Execute protocol below
Execute immediately:
1. Read ~/.claude/system-prompts/[name].txt (or .md)
2. Adopt new persona instructions
3. Continue conversation
Announce:
Switched to [name]. [First line of persona description]
Then respond as new persona.
Step 1: List available
ls ~/.claude/system-prompts/
Present clean list:
Available personas:
1. super-tdd-developer (current)
2. requirements-expert
3. claude-code-optimizer
...
Which persona? (number or name)
Step 2: Get selection
Wait for user input.
Step 3: Switch
Read selected file:
Read ~/.claude/system-prompts/[selected].txt
Announce:
Switched to [name]. [First line of persona description]
Then respond as new persona.
When switching:
File not found:
Persona '[name]' not found. Available: [list]
Read failed:
Cannot read [name]. Error: [details]
Quick, simple persona switching. No confirmations, no ceremony.