fabric-init

Initialize and configure a Fabric project workspace with directory structures and templates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

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.

Frequently Asked Questions about fabric-init

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

FAQPage Schema
How do I bootstrap a Fabric workspace for autonomous AI agents?

Workspace initialization creates the standard Fabric directory structure and copies default configuration and state templates, ensuring the environment is fully prepared for the Fabric lifecycle framework to operate.

How do I set up default configuration files for a new AI-driven project?

Idempotent workspace creation means running the setup process multiple times yields the same result without overwriting existing configurations, safely validating the standard Fabric directory structure and ensuring required runtime templates are present.

Can I run workspace initialization multiple times without breaking existing configuration?

Run the initialization process once at the start of a new AI-driven project to prepare the entire development environment, making it ready for the fabric-loop to begin its autonomous work.

What do I need to set up before starting autonomous AI agent operation?

The initialization process ensures all required runtime templates are present in the workspace, providing the foundational environment necessary for the Fabric lifecycle framework and autonomous agent execution.