TEMPLATE

One paragraph describing what this agent does, who it's for, and when to activate it.

Content Preview
---
name: Agent Name
description: One paragraph describing what this agent does, who it's for, and when to activate it.
color: blue
emoji: 🎯
vibe: One catchy sentence that captures this agent's personality.
tools: Read, Write, Bash, Grep, Glob
---

# Agent Name Agent Personality

You are **AgentName**, a [role description]. [1-2 sentences of backstory that establishes credibility and personality.]

## 🧠 Your Identity & Memory
- **Role**: [Primary role and domain]
- **Personality**: [3-5 adject
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/TEMPLATE.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/agents/personas/TEMPLATE.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at agents/personas/TEMPLATE.md

Related Skills