fabric

Execute Fabric patterns natively on user-provided content for structured outputs.

9|1|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/CarbeneAI/Forge --skill fabric-carbeneai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fabric
Source: https://github.com/CarbeneAI/Forge/tree/main/.claude/skills/Fabric
Command: npx skills add https://github.com/CarbeneAI/Forge --skill fabric-carbeneai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires fabric, rsync, go.

What problem does it solve?

Patterns in Fabric are markdown prompts designed for specific tasks, but calling the Fabric CLI for each pattern adds overhead and limits model/context power. This Skill lets Claude Code apply those pattern instructions natively inside the conversation so you get the full model subscription power, full session context, and faster results without spawning external processes.

Core Features & Use Cases

  • Native Pattern Execution: Read tools/patterns/{pattern_name}/system.md and apply the pattern logic directly in Claude's context for summarization, extraction, analysis, and report generation.
  • Broad Pattern Library: Supports hundreds of patterns (summarize, extract_wisdom, analyze_claims, create_threat_model, create_sigma_rules, etc.) with structured outputs like IDEAS, INSIGHTS, QUOTES, findings, and detection rules.
  • When to Use CLI: Use the Fabric CLI only for operations that require external services (YouTube transcript downloads with -y, pattern updates with -U, or listing patterns). For all other pattern tasks prefer native execution for speed and richer context.
  • Use Case Examples: Extract insights from a long webinar transcript, generate a threat model for an API description, summarize an academic paper, or create Sigma/Semgrep detection rules from a threat report.

Quick Start

Use the fabric skill to apply the summarize pattern to the provided article and return a concise summary with key takeaways.

Frequently Asked Questions about fabric

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

FAQPage Schema
How do I summarize a YouTube transcript and extract key insights without using external CLI processes?

To summarize YouTube transcripts natively, this Skill applies Fabric pattern instructions directly inside Claude's context. You provide the transcript content, and it executes patterns like summarize or extract_wisdom to return structured outputs such as key takeaways and quotes without spawning external processes.

Can I generate a threat model from an API description using Fabric patterns?

Yes, you can generate a threat model from an API description by applying the create_threat_model pattern natively. The Skill reads the pattern instructions from the tools/patterns directory and executes them directly on your API description content within the conversation context.

Do I need the Fabric CLI installed to run summarization patterns on articles or code snippets?

You do not need the Fabric CLI to run summarization patterns on articles or code snippets; the Skill executes pattern logic natively. The CLI is only required for external operations like downloading YouTube transcripts with the -y flag or updating patterns with -U.

What is the best way to create Sigma detection rules from a security report?

Creating Sigma detection rules from a security report is best handled by applying the create_sigma_rules pattern natively. This Skill reads the specific pattern instructions from the tools/patterns directory and processes your security report content directly to output structured detection rules.

Does native pattern execution provide more context power than calling the Fabric CLI directly?

Native pattern execution provides more context power than calling the Fabric CLI directly. By running pattern instructions inside the conversation context, the Skill leverages the full model subscription power and full session context for faster, richer results without external process overhead.

What are the limitations of running Fabric patterns natively inside Claude?

The limitation of running Fabric patterns natively is that it cannot perform external service operations. You must use the Fabric CLI for tasks like downloading YouTube transcripts with -y, updating patterns with -U, or listing available patterns, as native execution only applies pattern logic to provided content.