What problem does it solve?
This Skill automates the setup of a new Fabric project workspace, ensuring all necessary directories, configuration files, and templates are in place, allowing AI agents to run autonomously without manual intervention.
Core Features & Use Cases
- Idempotent Workspace Creation: Creates or validates the standard Fabric directory structure (
WORK_ROOT).
- Configuration Bootstrap: Copies default
config.md and state.md templates if they don't exist.
- Template Management: Ensures all required runtime templates are present in the workspace.
- Use Case: When starting a new AI-driven project with Fabric, run this Skill once to prepare the entire development environment, making it ready for the
fabric-loop to begin its work.
Quick Start
Use the fabric-init skill to bootstrap the workspace for the project.