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.
Guide for publishing an Agent Zero plugin to the community Plugin Index (a0-plugins repo). Covers GitHub repo setup, index.yaml creation, CI validation rules, and PR submission. Use when the user wants to share, publish, submit, or contribute a plugin to the Plugin Hub so other Agent Zero users can find and install it.
This skill guides publishing a plugin to the Plugin Index, making it discoverable and installable by all Agent Zero users.
Before starting, verify:
/a0/usr/plugins/<name>/a0-review-plugin first:
"I recommend running a full review before contributing. Should I do that now?"
git / gh CLI availableBefore doing any git work, ask:
"Do you want me to handle the git operations (fork, branch, commit, PR) automatically, or would you prefer I give you the steps to run manually?"
gh and git commands via the code execution toolThe plugin must live in its own standalone GitHub repository with plugin contents at the repo root (not inside a subfolder).
your-plugin-repo/ <- GitHub repository root
npx skills add agent0ai/agent-zero --skill a0-contribute-pluginHow 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.