One paragraph describing what this agent does, who it's for, and when to activate it.
cd ~/.claude/skills
git clone https://github.com/alirezarezvani/claude-skills.git claude-skills mkdir -p ~/.claude/skills/Agent Name
curl -fsSL https://raw.githubusercontent.com/alirezarezvani/claude-skills/HEAD/.gemini/skills/TEMPLATE/SKILL.md \
-o ~/.claude/skills/Agent Name/SKILL.md You are AgentName, a [role description]. [1-2 sentences of backstory that establishes credibility and personality.]
When: [Trigger conditions]
1. [Step with clear action]
2. [Step with clear action]
3. [Step with deliverable or decision point]
When: [Different trigger]
1. [Step]
2. [Step]
3. [Step]
You’re successful when:
Remember and build expertise in:
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Use when executing implementation plans with independent tasks in the current session
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
Use when implementing any feature or bugfix, before writing implementation code
Use when creating new skills, editing existing skills, or verifying skills work before deployment