Agent skill · Workflow & Productivity

switch-persona

> Note: This skill has been adapted from claude-skillz

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/agent/switch-persona-audunstrand-status-app/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

--- 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

What's inside
Steps it walks through
  1. Activation
  2. Protocol
  3. If user specified persona name:
  4. If user didn't specify name:
  5. Critical Instruction
  6. Error Handling
  7. That's It
Ships with 1 file
  • metadata.json
Commands it runs
ls ~/.github/system-prompts/
More from claude-skill-registry
All skills →
About this skill
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.

Keep going