What problem does it solve? Developers extending the BioDockify AI framework often struggle to find correct paths, imports, base classes, and hook points, leading to broken tools, misplaced extensions, and incompatible plugins. ## Core Features & Use Cases - Framework Architecture Reference: Documents the full project layout, agent loop, plugin-first design, and user-space separation so code lands in the right directories. - Component Creation Guides: Provides working code patterns for Tools (Tool/Response base classes), Extensions (30+ lifecycle hook points with numeric ordering), Flask API endpoints, agent profiles, and prompt fragments. - Use Case: A developer wants to add a new agent capability. The skill shows them to create a Tool subclass in a plugin under /a0/usr/plugins/, add a matching agent.system.tool.<name>.md prompt fragment, and follow async execution conventions. ## Quick Start Ask the agent to load the a0-development skill and explain how to create a new tool with its prompt fragment for the BioDockify AI framework.