fabric
Native Fabric pattern execution for Claude Code. USE WHEN processing content with Fabric patterns (extract_wisdom, summarize, analyze_claims, threat modeling, etc.). Patterns run natively in Claude's context - no CLI spawning needed. Only use fabric CLI for YouTube transcripts (-y) or pattern updates (-U).
npx skills add majiayu000/claude-skill-registry --skill fabric-blackpwnguin-personal-ai-00a95fb0 --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 - Native Pattern Execution ## The Key Insight **Fabric patterns are just markdown prompts.** Instead of spawning `fabric -p pattern_name` for every task, Claude Code reads and applies patterns directly from `tools/patterns/`. This gives you: - **Your Claude subscription's full power** - Opus/Sonnet intelligence, not Fabric's default model - **Full conversation context** - Patterns work with your entire session - **No CLI overhead** - Faster execution, no process spawning - **Same 248 patterns** - All the patterns you know, just applied natively ## When to Use Native Patterns (Default) For any pattern-based processing: 1. Read `tools/patterns/{pattern_name}/system.md` 2. Apply the pattern instructions directly to the content 3. Return results without external CLI calls **Examples:** ``` User: "Extract wisdom from this transcript" → Read tools/patterns/extract_wisdom/system.md → Apply pattern to content → Return structured output (IDEAS, INSIGHTS, QUOTES, etc.) User: "Create a threat model for this API" → Read tools/patterns/create_threat_model/system.md → Apply pattern to the API description → Return threat model User: "Summarize this article" → Read tools/patterns/su
- The Key Insight
- When to Use Native Patterns (Default)
- When to Still Use Fabric CLI
- Pattern Categories (248 Total)
- Threat Modeling & Security
- Summarization
- Wisdom Extraction
- Analysis
- Content Creation
- Improvement
- Updating Patterns
- Pattern Structure
- Why Native > CLI
- Full Pattern List
ls tools/patterns/
What does the fabric skill do?
Native Fabric pattern execution for Claude Code. USE WHEN processing content with Fabric patterns (extract_wisdom, summarize, analyze_claims, threat modeling, etc.). Patterns run natively in Claude's context - no CLI spawning needed. Only use fabric CLI for YouTube transcripts (-y) or pattern updates (-U).
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill fabric-blackpwnguin-personal-ai-00a95fb0 --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.
