a0-development

Guide developers through extending Agent Zero with tools, extensions, prompts, and skills.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/dragonheat123/AgentZeroNonKali --skill a0-development-dragonheat123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: a0-development
Source: https://github.com/dragonheat123/AgentZeroNonKali/tree/main/skills/a0-development
Command: npx skills add https://github.com/dragonheat123/AgentZeroNonKali --skill a0-development-dragonheat123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Comprehensive development guide for extending and building features for the Agent Zero AI framework, covering architecture, tools, extensions, API endpoints, agent profiles, projects, prompts, and skills — with correct paths, imports, and patterns matching the current codebase.

Core Features & Use Cases

  • Architecture overview and project layout for framework extension
  • Tools, extensions, prompts, and skill creation workflows
  • Developer-oriented examples and reference patterns

Quick Start

Start by exploring the Architecture Overview and then follow the step-by-step wizard to extend Agent Zero with a new tool, extension, or skill.

Frequently Asked Questions about a0-development

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extend Agent Zero with new tools and extensions?

You extend Agent Zero by following a structured development blueprint that covers architecture, file layout, and standardized integration points for creating new tools, extensions, and prompts.

What is the correct file layout for Agent Zero plugins and skills?

The correct file layout enforces YAML frontmatter in SKILL.md files, defining name and description, while standardizing project and plugin integration points across core and user-space directories.

Can I use this framework guide to build custom agent profiles and projects?

Yes, this guide details conventions for extending Agent Zero across core and user-space, allowing you to build and maintain custom agent profiles, projects, plugins, and extensions.

Does extending Agent Zero require specific architecture conventions?

Yes, extending the framework requires matching the current codebase architecture, using correct imports, paths, and standardized project integration points to keep your extensions predictable and maintainable.

What is the skill creation wizard in Agent Zero?

The skill creation wizard is a step-by-step workflow within the framework that guides developers through implementing new skills, enforcing YAML frontmatter standards in SKILL.md files.