From antigravity-awesome-skills
Pre-configured agent personas with curated skill loadouts, workflows, and distinct personalities.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:READMEThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Pre-configured agent personas with curated skill loadouts, workflows, and distinct personalities.
Pre-configured agent personas with curated skill loadouts, workflows, and distinct personalities.
A persona is an agent definition that goes beyond "use these skills." Each persona includes:
cp agents/personas/startup-cto.md ~/.claude/agents/
# Then: "Activate startup-cto mode"
./scripts/convert.sh --tool cursor
# Personas convert to .cursor/rules/*.mdc
./scripts/install.sh --tool <your-tool>
| 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 |
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.
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.
npx claudepluginhub jantoniofc/skillsbankCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.