factory-droid

Scan repository roots for SKILL.md files and validate YAML frontmatter.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/quantmind-br/skills --skill factory-droid
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: factory-droid
Source: https://github.com/quantmind-br/skills/tree/main/factory-droid
Command: npx skills add https://github.com/quantmind-br/skills --skill factory-droid

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about factory-droid

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

FAQPage Schema
How do I standardize AI agent discovery across enterprise repositories?▼

Standardize AI agent discovery by defining skill units with mandatory SKILL.md files at repository roots, containing YAML frontmatter for name and description to ensure consistent metadata-driven loading.

What is a SKILL.md file used for in automation workflows?▼

A SKILL.md file identifies a self-contained skill unit, using YAML frontmatter to declare metadata for deterministic discovery and execution across IDEs, CLI tools, and MCP integrations.

How to validate skill units for enterprise development orchestration?▼

Validate skill units by scanning repository roots for SKILL.md files and verifying required YAML frontmatter fields, extracting dependencies, components, and toxicity information into a metadata block.

Can I use factory-droid skill units with MCP integrations and CLI tools?▼

Yes, skill units defined by SKILL.md files support consistent loading and execution by Droid across IDEs, CLI tools, and MCP integrations for enterprise development workflows.

Do I need YAML frontmatter to orchestrate AI agents in large codebases?▼

Yes, YAML frontmatter with name and description is mandatory in SKILL.md files to enable metadata-driven discovery and governance for AI agents in large codebases and multi-team environments.

What are the limitations of metadata-driven skill discovery?▼

Discovery relies on mandatory SKILL.md files at repository roots; without valid YAML frontmatter, skill units cannot be identified or loaded for enterprise development orchestration.