What problem does it solve?
This skill guides teams in designing, validating, and deploying autonomous agent configurations for Claude Code plugins, ensuring consistency with project standards and safety practices.
Core Features & Use Cases
- Formalizes frontmatter design and system prompt structure for agent definitions.
- Provides triggering example patterns, validation guidance, and best practices.
- Supports collaboration workflows by standardizing documentation, tooling integration, and testing patterns for agents.
<example>
Context: User wants to create a new agent for a Claude Code plugin
user: "I need an agent that handles plugin development tasks"
assistant: "I'll help you design an agent configuration."
<commentary>
User wants agent development workflow; trigger agent-development workflow.
</commentary>
assistant: "I'll use the agent-development agent to construct the complete configuration."
</example>
<example>
Context: User requests guidance on agent frontmatter and system prompts
user: "Help me set up agent frontmatter and system prompts for a plugin"
assistant: "I'll prepare the agent-development workflow."
<commentary>
Proactive trigger after planning phase triggers agent-development
</commentary>
assistant: "I'll use the agent-development agent to generate the frontmatter and system prompt."
</example>
Quick Start
Create a complete agent-development plan for a Claude Code plugin, including frontmatter, system prompt, and triggering examples, then validate it with the repository's agent tooling.