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