switch-persona
> Note: This skill has been adapted from claude-skillz
npx skills add majiayu000/claude-skill-registry --skill switch-persona-audunstrand-status-app --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
--- name: Switch Persona description: Quick persona switching. Triggers: 'switch persona', 'switch to X', 'become X'. Lists personas, reads selected file, switches immediately. --- # GitHub Copilot Skill: switch-persona > **Note:** This skill has been adapted from [claude-skillz](https://github.com/NTCoding/claude-skillz) > for use with GitHub Copilot Agent Skills. --- # Switch Persona - Quick Switching Protocol ## Activation User says: - "switch persona" - "switch to [name]" - "become [name]" → Execute protocol below --- ## Protocol ### If user specified persona name: **Execute immediately:** ``` 1. Read ~/.github/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.** --- ### If user didn't specify name: **Step 1: List available** ```bash ls ~/.github/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
- Activation
- Protocol
- If user specified persona name:
- If user didn't specify name:
- Critical Instruction
- Error Handling
- That's It
ls ~/.github/system-prompts/
What does the switch-persona skill do?
> Note: This skill has been adapted from claude-skillz
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill switch-persona-audunstrand-status-app --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
