One-click install
npx skills add https://github.com/danielmiessler/Personal_AI_Infrastructure --skill fabric
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fabric
Source: https://github.com/danielmiessler/Personal_AI_Infrastructure/tree/main/.claude/skills/fabric
Command: npx skills add https://github.com/danielmiessler/Personal_AI_Infrastructure --skill fabric

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, fabric-cli.

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_model to youtube_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

Frequently Asked Questions about fabric

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

FAQPage Schema
How do I automate selecting the right AI pattern for my task?

Fabric intelligently matches your natural language request to the best pattern from 242+ options, then executes it automatically. Specify your intent—summarize content, create threat models, extract insights—and Fabric selects and runs the optimal pattern without manual navigation.

Can I use Fabric CLI to streamline workflow automation and prompt engineering?

Yes. Fabric CLI automates complex workflows by selecting specialized prompts for threat modeling, summarization, analysis, and content generation. It eliminates manual pattern hunting across hundreds of options and executes your chosen task end-to-end.

What AI patterns does Fabric CLI support?

Fabric accesses a library of 242+ specialized patterns including create_threat_model, youtube_summary, and domain-specific analysis tools. Each pattern is optimized for specific tasks like threat modeling, content summarization, and structured analysis.

How do I get started with Fabric if I've never used it before?

Clone the Fabric repository once with git, then invoke patterns via CLI with natural language intent. For example, use `fabric -u "https://example.com/article" -p summarize` to summarize web content automatically.

Does Fabric require Git and CLI experience to work?

Fabric requires git for initial repository setup and CLI access to invoke patterns. Once cloned, you interact via command-line flags and natural language requests—no advanced scripting required for basic pattern execution.

What's the difference between manually selecting prompts and using Fabric's pattern matching?

Manual selection requires browsing hundreds of prompts to find the right one; Fabric's intelligent matching analyzes your intent and automatically selects the best pattern from 242+ options, saving time and reducing guesswork.