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.
Full audit of Agent Zero plugins in usr/plugins/. Reviews manifest validity, directory structure, code patterns (Store Gating, notifications, imports), security, and duplicate detection against the community index. Use when asked to review, audit, validate, or check an existing plugin before using or contributing it.
Full-audit workflow for plugins in /a0/usr/plugins/<name>/. Run all 4 phases in order and report findings grouped by phase. Mark each item PASS, FAIL, or WARN.
For detailed checklists and code pattern references, read checklists.md in this skill directory when needed.
Read usr/plugins/<name>/plugin.yaml. Check:
name field handling matches the intended distribution target: for community / Plugin Index plugins it must be present, non-empty, match ^[a-z0-9_]+$, and match the directory name; for local-only plugins, a missing name is a WARN rather than a FAILtitle present and non-emptydescription present and non-emptyversion present, follows semver or simple x.y.z formatsettings_sections is a list; each value is one of: agent, external, mcp, developer, backupper_project_config and per_agent_config are booleans (if present)always_enabled is false or absent (only framework core plugins should use true)npx skills add agent0ai/agent-zero --skill a0-review-pluginHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.