Agent skill · Security

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).

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/ai-llm/fabric-blackpwnguin-personal-ai-00a95fb0/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. The Key Insight
  2. When to Use Native Patterns (Default)
  3. When to Still Use Fabric CLI
  4. Pattern Categories (248 Total)
  5. Threat Modeling & Security
  6. Summarization
  7. Wisdom Extraction
  8. Analysis
  9. Content Creation
  10. Improvement
  11. Updating Patterns
  12. Pattern Structure
  13. Why Native > CLI
  14. Full Pattern List
Ships with 1 file
  • metadata.json
Commands it runs
ls tools/patterns/
More from claude-skill-registry
All skills →
About this skill
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.

Keep going