AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Cmd Agent Persona Set

skill-olshansk-agent-skills-cmd-agent-persona-set · by Olshansk

Prime the agent with a behavioral persona for the conversation

No reviews yet
0 installs
34 views
0.0% view→install

Install

$ agentstack add skill-olshansk-agent-skills-cmd-agent-persona-set

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

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

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-olshansk-agent-skills-cmd-agent-persona-set)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Cmd Agent Persona Set? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Persona

Adopt a behavioral persona for this conversation. Changes how you communicate, what you prioritize, and what you avoid.

Instructions

  1. Check the user's input (whatever follows /cmd-persona).
  1. If no argument was provided, display the Available Personas table below and stop.
  1. 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.
  1. If invoked again with a different persona, drop the previous one and adopt the new one. Acknowledge the switch.
  1. 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.