Agent skill · AI & Agents

claude-agents

Guide for creating custom agents for Claude Code. Use when creating specialized agents, configuring agent tools.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill claude-agents --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/agent/claude-agents/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to Use This Skill
  2. What Are Agents?
  3. Agents vs Skills
  4. Agent File Structure
  5. Location
  6. File Naming
  7. Basic Agent Format
  8. Agent Writing Style
  9. Opening Statement
  10. Workflow Steps
  11. Guidelines Section
  12. Agent Configuration
  13. YAML Frontmatter
  14. Tool Allowlist
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going