fabric
Intelligent pattern selection for Fabric CLI. Automatically selects the right pattern from 242+ specialized prompts based on your intent - threat modeling, analysis, summarization, content creation, extraction, and more. USE WHEN processing content, analyzing data, creating summaries, threat modeling, or transforming text.
npx skills add majiayu000/claude-skill-registry --skill fabric-activer007-ordinary-claude-skil-102d69b6 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Fabric Skill ## Setup Check - Fabric Repository **IMPORTANT: Before using this skill, verify the Fabric repository is available:** ```bash # Check if Fabric repo exists 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 ``` **If the repo doesn't exist, clone it immediately before proceeding with any pattern selection.** ## When to Activate This Skill **Primary Use Cases:** - "Create a threat model for..." - "Summarize this article/video/paper..." - "Extract wisdom/insights from..." - "Analyze this [code/malware/claims/debate]..." - "Improve my writing/code/prompt..." - "Create a [visualization/summary/report]..." - "Rate/review/judge this content..." **The Goal:** Select the RIGHT pattern from 242+ available patterns based on what you're trying to accomplish. ## 🎯 Pattern Selection Strategy When a user requests Fabric processing, follow this decision tree: ### 1. Identify Intent Category **Threat Mod
- Setup Check - Fabric Repository
- When to Activate This Skill
- 🎯 Pattern Selection Strategy
- 1. Identify Intent Category
- 2. Execute Pattern
- 📚 Pattern Categories (242 Total)
- Threat Modeling & Security (15 patterns)
- Summarization (20 patterns)
- Extraction (30+ patterns)
- Analysis (35+ patterns)
- Creation (50+ patterns)
- Improvement (10 patterns)
- Rating/Judgment (8 patterns)
- 🔄 Updating Patterns
Check if Fabric repo exists 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 Basic format
What does the fabric skill do?
Intelligent pattern selection for Fabric CLI. Automatically selects the right pattern from 242+ specialized prompts based on your intent - threat modeling, analysis, summarization, content creation, extraction, and more. USE WHEN processing content, analyzing data, creating summaries, threat modeling, or transforming text.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill fabric-activer007-ordinary-claude-skil-102d69b6 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
