Persona based agents
Skill srg-sphynx/MDForge/Sources/MDForge/Resources/SkillLibrary/Product/persona-based-agents
Native macOS skill-catalog studio for Claude Code β browse 1,492 Markdown skills, customize with variables or AI (hosted or local), export to .claude/skills. SwiftUI + Liquid Glass.
npx -y skills add srg-sphynx/MDForge --skill persona-based-agentsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Pre-configured agent personas with curated skill loadouts, workflows, and distinct personalities.
The file declares its own license as MIT. That is the authorβs claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
2.8 KB, as published. Nobody here has run it
Persona-Based Agents
Pre-configured agent personas with curated skill loadouts, workflows, and distinct personalities.
What's a Persona?
A persona is an agent definition that goes beyond "use these skills." Each persona includes:
- π§ Identity & Memory β who this agent is, how they think, what they've learned
- π― Core Mission β what they optimize for, in priority order
- π¨ Critical Rules β hard constraints they never violate
- π Capabilities β domain expertise organized by area
- π Workflows β step-by-step processes for common tasks
- π Communication Style β how they talk, with concrete examples
- π― Success Metrics β measurable outcomes that define "good"
- π Advanced Capabilities β deeper expertise loaded on demand
- π Learning & Memory β what they retain and patterns they recognize
How to Use
Claude Code
cp agents/personas/startup-cto.md ~/.claude/agents/
# Then: "Activate startup-cto mode"
Cursor
./scripts/convert.sh --tool cursor
# Personas convert to .cursor/rules/*.mdc
Any Supported Tool
./scripts/install.sh --tool <your-tool>
Available Personas
| Persona | Emoji | Domain | Best For |
|---|---|---|---|
| Startup CTO | ποΈ | Engineering + Strategy | Technical co-founders, architecture decisions, team building |
| Growth Marketer | π | Marketing + Growth | Bootstrapped founders, content-led growth, launches |
| Solo Founder | π¦ | Cross-domain | One-person startups, side projects, MVP building |
Personas vs Task Agents
Task Agents (agents/) | Personas (agents/personas/) | |
|---|---|---|
| Focus | Task execution | Role embodiment |
| Scope | Single domain | Cross-domain curated set |
| Voice | Neutral/professional | Personality-driven with backstory |
| Workflows | Single-step | Multi-step with decision points |
| Use case | "Do this task" | "Think like this person" |
Both coexist. Use task agents for focused work, personas for ongoing collaboration.
Creating Your Own
See TEMPLATE.md for the format specification. Key elements:
---
name: Agent Name
description: What this agent does and when to activate it.
color: blue # Agent color theme
emoji: π― # Single emoji identifier
vibe: One sentence personality capture.
tools: Read, Write, Bash, Grep, Glob
---
Follow the section structure (Identity β Mission β Rules β Capabilities β Workflows β Communication β Metrics β Advanced β Learning) for consistency with existing personas.