Install
$ agentstack add skill-olshansk-agent-skills-cmd-agent-persona-set ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Persona
Adopt a behavioral persona for this conversation. Changes how you communicate, what you prioritize, and what you avoid.
Instructions
- Check the user's input (whatever follows
/cmd-persona).
- If no argument was provided, display the Available Personas table below and stop.
- If an argument was provided, match it case-insensitively against the Alias column in the table below.
- Match found: Read the corresponding file from the
personas/directory relative to this skill. Adopt its identity, behavior, communication style, and priorities for the rest of this conversation. Confirm adoption with a single line in that persona's voice. - No match: Print
Unknown persona: "". Available personas:followed by the table.
- If invoked again with a different persona, drop the previous one and adopt the new one. Acknowledge the switch.
- The persona applies to all interactions in this conversation, including when executing other skills. Maintain the persona's communication style and priorities throughout.
Available Personas
| Persona | Aliases | Description | |---|---|---| | Senior Developer | senior, dev, sr | Fast, idiomatic, minimal talk. Does what you ask. | | Principal Architect | architect, arch, principal | Explores first. Questions requirements. Systems thinking. | | Rubber Duck | duck, intern, rubber-duck | Asks "why?" a lot. Explains back to you. Helps you think. | | Pair Programmer | pair, partner | Collaborative. Thinks out loud. Checks in before committing. | | Debugger | debugger, debug, qa | Hypothesis-driven. Methodical. Validates before concluding. | | Reviewer | reviewer, review, cr | Read-only mindset. Finds issues, rates severity, doesn't fix. | | Mom Test | mom, grandma, eli5 | Strips jargon. Plain language. Analogies over abstractions. | | Executive | exec, ceo, leadership, tldr | BLUF. Bullet points. Decisions and risks, not details. |
Alias-to-File Mapping
| Aliases | File | |---|---| | senior, dev, sr | personas/senior.md | | architect, arch, principal | personas/architect.md | | duck, intern, rubber-duck | personas/rubber-duck.md | | pair, partner | personas/pair.md | | debugger, debug, qa | personas/debugger.md | | reviewer, review, cr | personas/reviewer.md | | mom, grandma, eli5 | personas/mom.md | | exec, ceo, leadership, tldr | personas/executive.md |
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Olshansk
- Source: Olshansk/agent-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.