What problem does it solve?
This Skill consolidates architecture knowledge, patterns, and step-by-step instructions so developers can extend, debug, and integrate new features into the Agent Zero framework without reverse-engineering the codebase.
Core Features & Use Cases
- Architecture map: Clear repository layout, plugin locations, and profile structure to find the right integration points.
- Tool and Extension development: Guidance on creating Tool classes, Extension hooks, ordering, and lifecycle behavior.
- API and WebUI integration: How to implement Flask ApiHandler endpoints and client-side WebUI hooks.
- Prompt and profile management: Best practices for prompt fragments, profile inheritance, and skill packaging.
- Use case: Onboard a new contributor to add a plugin that registers a tool, an extension hook, and a WebUI endpoint with proper prompt fragments and tests.
Quick Start
Load the a0-development skill and walk me through adding a plugin that registers a new tool, an extension hook, and a WebUI API endpoint.