fabric-builder

Create, fix, and migrate Fabric skills using the builder-template.md standard.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires validate_fabric.py, protocol_log.py, fabric.py, and includes scripts (resource) and assets (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation, modification, and modernization of Fabric skills, ensuring consistency and adherence to best practices.

Core Features & Use Cases

  • Build New Skills: Generates new skill directories from a canonical template (builder-template.md).
  • Fix Findings: Applies automated corrections to skills based on fabric-checker reports.
  • Migrate Legacy Skills: Restructures older skills to conform to the builder-template.md standard.
  • Use Case: A developer needs to create a new fabric-deploy skill. They run fabric-builder build deploy, and the skill generates the necessary directory structure, boilerplate code, and frontmatter based on the template.

Quick Start

Use the fabric-builder skill to build a new skill named 'design'.

Frequently Asked Questions about fabric-builder

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

FAQPage Schema
How do I automate Fabric skill creation from a template?

Automate Fabric skill creation by defining a canonical builder template and running a build command to generate the required directory structure, boilerplate code, and frontmatter. This enforces structural compliance and progressive disclosure rules automatically.

How do I fix structural compliance issues in Fabric skills?

Fix structural compliance issues in Fabric skills by processing checker reports and applying automated corrections. The skill reads findings from validation scripts and updates the target files to adhere to the defined standard.

Do I need specific dependencies to run Fabric skill automation?

Yes, Fabric skill automation requires validate_fabric.py, protocol_log.py, and fabric.py. These dependencies execute the validation, logging, and framework operations needed to build, fix, and migrate skills.

What is the best way to manage Fabric skill refactoring?

Manage Fabric skill refactoring by applying template management and automated mode processing. This approach restructures legacy skills, enforces frontmatter conventions, and applies automated fixes based on structural checker reports.

Can I use the Fabric framework to enforce progressive disclosure rules?

Yes, you can use the Fabric framework to enforce progressive disclosure rules. The skill generation process automatically integrates these rules during the build, fix, and migrate modes to ensure structural compliance.