fabric
CommunityIntelligent AI pattern selection, automate complex tasks.
System Documentation
What problem does it solve?
Navigating hundreds of AI patterns to find the right one for your specific task is overwhelming and time-consuming. This skill intelligently selects the most appropriate Fabric CLI pattern (from 242+ options) based on your intent, streamlining complex AI-driven workflows and automating task execution.
Core Features & Use Cases
- Smart Pattern Matching: Automatically identifies and executes the best pattern for diverse tasks like threat modeling, summarization, analysis, content creation, and more, based on your natural language request.
- Extensive Pattern Library: Accesses a vast collection of specialized prompts, from
create_threat_modeltoyoutube_summary, ensuring you always have the right tool for the job. - Use Case: Need to summarize a long article, create a threat model for a new system, or extract key insights from a video? Simply state your intent, and Fabric will select and execute the optimal pattern, saving you significant time and effort.
Quick Start
Ensure Fabric repository is cloned (run once)
if [ ! -d "$HOME/.claude/skills/fabric/fabric-repo" ]; then echo "Fabric repository not found. Cloning..." cd "$HOME/.claude/skills/fabric" git clone https://github.com/danielmiessler/fabric.git fabric-repo echo "Fabric repository cloned successfully." else echo "Fabric repository found at $HOME/.claude/skills/fabric/fabric-repo" fi
Then, use a pattern (e.g., summarize an article)
fabric -u "https://example.com/article" -p summarize
Dependency Matrix
Required Modules
Components
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: fabric Download link: https://github.com/danielmiessler/Personal_AI_Infrastructure/archive/main.zip#fabric Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.