claude-agents
Guide for creating custom agents for Claude Code. Use when creating specialized agents, configuring agent tools.
npx skills add majiayu000/claude-skill-registry --skill claude-agents --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Claude Code Agents Guide for creating custom agents that provide specialized behaviors and tool access for specific tasks. ## When to Use This Skill Activate this skill when: - Creating custom agent types for specific workflows - Defining agent behaviors and tool permissions - Configuring agent capabilities - Understanding agent vs skill differences - Implementing domain-specific agents ## What Are Agents? Agents are specialized Claude instances with: - **Specific tool access**: Limited or specialized tool sets - **Defined behaviors**: Pre-configured instructions and constraints - **Task focus**: Optimized for particular workflows - **Autonomous operation**: Can execute multi-step tasks independently ## Agents vs Skills | Feature | Agents | Skills | |---------|--------|--------| | **Activation** | Explicitly launched via Task tool | Auto-activated based on context | | **Tool Access** | Configurable, can be restricted | Inherit from parent context | | **State** | Independent, isolated | Share parent context | | **Use Case** | Complex multi-step tasks | Knowledge and guidelines | | **Persistence** | Single execution | Always available when loaded | ## Agent File Structure ### Locat
- When to Use This Skill
- What Are Agents?
- Agents vs Skills
- Agent File Structure
- Location
- File Naming
- Basic Agent Format
- Agent Writing Style
- Opening Statement
- Workflow Steps
- Guidelines Section
- Agent Configuration
- YAML Frontmatter
- Tool Allowlist
What does the claude-agents skill do?
Guide for creating custom agents for Claude Code. Use when creating specialized agents, configuring agent tools.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill claude-agents --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
