Fabric

Applies 235 prompt patterns to analyze, extract, summarize, and transform text content.

Updated Jul 10, 2026
One-click install
npx skills add https://github.com/Kaleb-Rupe/aurora --skill fabric-kaleb-rupe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Fabric
Source: https://github.com/Kaleb-Rupe/aurora/tree/main/claude/skills/Utilities/Fabric
Command: npx skills add https://github.com/Kaleb-Rupe/aurora --skill fabric-kaleb-rupe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Processing large volumes of text content—articles, transcripts, papers, security reports—requires repetitive manual effort to extract insights, summarize key points, or perform structured analysis. This Skill provides a library of 235 pre-built prompt patterns that apply consistent, structured analysis to any text input without writing prompts from scratch. ## Core Features & Use Cases - Native Pattern Execution: Reads pattern instructions from local Patterns/ directories and applies them directly, covering extraction (extract_wisdom, extract_insights), summarization (summarize, create_5_sentence_summary), analysis (analyze_claims, analyze_paper), and creation (create_threat_model, create_prd). - Pattern Synchronization: Updates the local pattern library from the upstream fabric repository via the fabric CLI or git, keeping patterns current. - Security Workflows: Includes STRIDE threat modeling, Sigma rule creation, malware analysis, and incident analysis patterns for security teams. - Use Case: Paste a long podcast transcript and ask to extract wisdom—the Skill loads the extract_wisdom pattern and returns structured IDEAS, INSIGHTS, QUOTES, HABITS, and RECOMMENDATIONS sections. ## Quick Start Use fabric to extract wisdom from this article and return the structured insights.

Frequently Asked Questions about Fabric

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

FAQPage Schema
How do I run a fabric pattern on text content?

Name the pattern or describe the intent, such as "use fabric to extract wisdom from this article." The Skill reads the pattern's system.md file from the local Patterns directory and applies its instructions directly to your content, returning the structured output the pattern defines.

What fabric patterns are available for summarization?

The library includes summarize, create_5_sentence_summary, create_micro_summary, summarize_paper, summarize_lecture, summarize_meeting, and youtube_summary among 20+ summarization patterns. Each produces a different output depth, from 20-word micro summaries to structured paper analyses.

How do I update fabric patterns from the upstream repository?

Ask to update or sync fabric patterns. The UpdatePatterns workflow runs fabric -U to pull the latest patterns, then syncs them into the local Patterns directory with rsync and reports the before and after pattern counts.

Does fabric require the CLI to be installed?

No, most patterns execute natively by reading their system.md prompt files directly. The fabric CLI is only needed for YouTube transcript extraction with the -y flag, URL fetching with -u when native fetch fails, and pattern updates.

Can fabric create a threat model for a system design?

Yes, the create_threat_model and create_stride_threat_model patterns generate structured security analyses. Provide your system design or architecture description, and the pattern identifies assets, trust boundaries, data flows, and prioritized threats with mitigations.

What happens if a fabric pattern is not found?

The Skill reports that the pattern is missing, lists similar available patterns as suggestions, and recommends running the update workflow to sync the latest patterns from the upstream repository.