plugin-dev/agent-development
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
--- name: agent-development description: This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins. version: 0.1.0 --- # Agent Development for Claude Code Plugins ## Overview Agents are autonomous s
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/plugin-dev/agent-development.md \
https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/plugins/plugin-dev/skills/agent-development/SKILL.mdSkill 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/anthropics/claude-plugins-officialThen reference at plugins/plugin-dev/skills/agent-development/SKILL.md
Related Skills
by alirezarezvani · alirezarezvani-claude-skills
by jeremylongshore · plugins-plus-skills
by Anthropic · anthropic-official-plugins
by Anthropic · anthropic-official-skills