What problem does it solve?
Factory Droid provides a self-contained skill unit that standardizes how AI agents and enterprise configurations are declared and discovered in a repository. Each skill is rooted with a SKILL.md frontmatter and optional resource directories, enabling consistent loading and execution by Droid across IDEs, CLI tools, and MCP integrations.
Core Features & Use Cases
- Self-contained: a Skill Unit is identified by a mandatory SKILL.md at the root, including a YAML frontmatter with name and description that are used for discovery.
- Optional resources: skills may include scripts/, references/, and assets/ to support deterministic tasks, in-depth references, and artifact storage.
- Discovery and governance: metadata-driven discovery helps standardize how Droid selects, loads, and applies skills in large codebases and multi-team environments.
Quick Start
Install Droid, open a project, and begin using the factory-droid skill unit to automate tasks across your development workflow.