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.
This skill inherits all available tools. When active, it can use any tool Claude has access to.
examples/agent-creation-prompt.mdexamples/complete-agent-examples.mdreferences/agent-creation-system-prompt.mdreferences/anatomy.mdreferences/system-prompt-design.mdreferences/triggering-examples.mdreferences/validation.mdscripts/validate-agent.shThis skill provides guidance for creating, reviewing, and testing Claude Code agents. It includes progressively-disclosed references on agent structure, frontmatter fields, system prompt design, triggering conditions, and validation.
Gather context - Run oaps skill orient agent-development to see available references and workflows
Identify relevant references - Review the references table from step 1 and select those matching your task
Load dynamic context and references - Run oaps skill context agent-development --references <names...>
Review loaded references and commands - Read through the guidance. The Allowed commands table at the end of the output is authoritative for what commands can be run.
Follow the workflow - Adhere to the selected workflow's steps for creating, reviewing, or testing agents.