This is a learning resource for building autonomous agents in Claude Code, covering the fundamentals of agent structure and behavior design. It walks through the markdown file format with YAML frontmatter, how to write triggering conditions that fire agents automatically, and system prompt patterns that define agent behavior. Use this if you're trying to understand when to build an agent versus a command, or if you need a reference for the agent file format. The skill itself is documentation and templates rather than executable code, so think of it as onboarding material for the agent development model. It comes from a broader template repository with 27K GitHub stars.
npx skills add https://github.com/davila7/claude-code-templates --skill agent-development