Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Create a new Agent Zero agent profile (subordinate). Covers where profiles live (user / plugin-distributed / project-scoped), the agent.yaml schema, the prompt inheritance & override model, and optional profile-specific tools and extensions. Use for any "create/add/new agent profile" request.
[!IMPORTANT] Do not create new profiles in
/a0/agents/— that directory is reserved for core framework profiles (default,agent0,developer,hacker,researcher,_example). User profiles belong in/a0/usr/agents/<profile_name>/.
Related skills: /a0/skills/a0-development/SKILL.md (broader framework guide) | /a0/skills/a0-create-plugin/SKILL.md (bundle a profile inside a plugin).
Primary references:
/a0/agents/_example/ — the canonical reference profile (tool + extension + prompt overrides)/a0/agents/default/ — the base profile every other profile inherits from/a0/docs/agents/AGENTS.plugins.md — plugin-distributed profiles + per-profile configThe built-in profiles are intentionally split into two layers:
agent.yaml is tiny metadata for discovery and delegation:
titledescriptioncontextprompts/agent.system.main.specifics.md.Use the shipped profiles as calibration:
| Profile | Pattern to copy |
|---|---|
agent0 | Minimal top-level assistant identity |
npx skills add agent0ai/agent-zero --skill a0-create-agentHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.