Security Standard

Fabric

Execute any of 240+ specialized prompt patterns natively across Extraction, Summarization, Analysis, Creation, Improvement, Security, Rating.

02
Workflows
00
References
11
Triggers
medium
Effort

The Problem

Running a good prompt pattern manually means copying the prompt, pasting your content, remembering the output format, and doing this every time. Most people either skip it or get inconsistent results because they're working from memory. If you're doing security threat modeling, content summarization, claim analysis, and code review, those are four completely different prompt disciplines — each with its own structure, identity, steps, and output format. Without a system that actually knows all of them, you end up with generic responses instead of pattern-specific structured output.

How This Skill Approaches It

Fabric provides 240+ specialized prompt patterns organized by category — Extraction, Summarization, Analysis, Creation, Improvement, Security, Rating — executed natively without an external CLI call. When you invoke a pattern, PAI reads the pattern's system.md (which defines the IDENTITY, PURPOSE, STEPS, and OUTPUT for that specific pattern), then applies it directly. The two common cases that still use the Fabric CLI are YouTube transcript extraction with -y and URL content fetching with -u when native fetch fails. ExecutePattern handles any pattern request — extract_wisdom, create_threat_model, analyze_claims, improve_writing, review_code, create_sigma_rules, and 230+ more. UpdatePatterns syncs the local Patterns/ directory from upstream.

  • Common: extract_wisdom, create_threat_model, analyze_claims, improve_writing, review_code, mermaid, youtube_summary
  • CLI used only for YouTube transcript (-y) and URL fallback (-u)
Not for multi-agent investigation (Research) or content-adaptive extraction (ExtractWisdom)

In Action

What you say to your DA, and what the Fabric skill actually does.

  • You say "use fabric to create a threat model for this api"
    Runs ExecutePattern with the create_threat_model pattern: reads Patterns/create_threat_model/system.md, applies the STRIDE methodology defined there, and returns a structured threat analysis with identified threats, affected components, and mitigations.
  • You say "extract wisdom from this article using fabric"
    Runs ExecutePattern with extract_wisdom: reads Patterns/extract_wisdom/system.md and applies it to your content, returning structured IDEAS, INSIGHTS, QUOTES, HABITS, and FACTS sections as defined by the pattern.
  • You say "update my fabric patterns"
    Runs UpdatePatterns: pulls from the upstream Fabric repository, syncs the local Patterns/ directory, and reports the updated pattern count.

Inside the Skill

The thinking, frameworks, and architecture that distinguish this skill from a generic version of the same task.

What It Does

Runs any of 240+ specialized prompt patterns across extraction, summarization, analysis, creation, improvement, security, and rating. Common ones: extract_wisdom, create_threat_model, analyze_claims, improve_writing, review_code, mermaid, youtube_summary. Patterns run natively — PAI reads the pattern's system.md and applies it directly, no CLI round-trip. The fabric CLI is only used for YouTube transcripts (-y) and URL fallback (-u).

The Problem

Good prompts are scattered, hard to remember, and easy to rewrite badly from scratch each time. You want a threat model, a claims analysis, or a clean summary, but reconstructing the right prompt every time is slow and inconsistent. Calling an external CLI for each one adds latency and a dependency. This skill keeps 240+ proven patterns on hand and applies them directly as prompts, so the right structured prompt is one pattern name away.

How It Works

A prompt pattern system providing 240+ specialized patterns for content analysis, extraction, summarization, threat modeling, and transformation.

Patterns Location: Patterns/


Examples

Example 1: Extract wisdom from content

User: "Use fabric to extract wisdom from this article"
-> Invokes ExecutePattern workflow
-> Selects extract_wisdom pattern
-> Reads Patterns/extract_wisdom/system.md
-> Applies pattern to content
-> Returns structured IDEAS, INSIGHTS, QUOTES, etc.

Example 2: Update patterns

User: "Update fabric patterns"
-> Invokes UpdatePatterns workflow
-> Runs git pull from upstream fabric repository
-> Syncs patterns to local Patterns/ directory
-> Reports pattern count

Example 3: Create threat model

User: "Use fabric to create a threat model for this API"
-> Invokes ExecutePattern workflow
-> Selects create_threat_model pattern
-> Applies STRIDE methodology
-> Returns structured threat analysis

Quick Reference

Pattern Execution (Native - No CLI Required)

Instead of calling fabric -p pattern_name, PAI executes patterns natively:

  1. Reads Patterns/{pattern_name}/system.md
  2. Applies pattern instructions directly as prompt
  3. Returns results without external CLI calls

When to Use Fabric CLI Directly

Only use fabric command for:

  • -y URL - YouTube transcript extraction
  • -u URL - URL content fetching (when native fetch fails)

Most Common Patterns

Intent Pattern Description
Extract insights extract_wisdom IDEAS, INSIGHTS, QUOTES, HABITS
Summarize summarize General summary
5-sentence summary create_5_sentence_summary Ultra-concise
Threat model create_threat_model Security threat analysis
Analyze claims analyze_claims Fact-check claims
Improve writing improve_writing Writing enhancement
Code review review_code Code analysis
Main idea extract_main_idea Core message extraction

Full Pattern Catalog

Browse the Patterns/ directory for the complete list of 240+ patterns organized by category.


Native Pattern Execution

How it works:

User Request → Pattern Selection → Read system.md → Apply → Return Results

Pattern Structure:

Patterns/
├── extract_wisdom/
│   └── system.md       # The prompt instructions
├── summarize/
│   └── system.md
├── create_threat_model/
│   └── system.md
└── ...240+ patterns

Each pattern's system.md contains the full prompt that defines:

  • IDENTITY (who the AI should be)
  • PURPOSE (what to accomplish)
  • STEPS (how to process input)
  • OUTPUT (structured format)

Pattern Categories

Category Count Examples
Extraction 30+ extract_wisdom, extract_insights, extract_main_idea
Summarization 20+ summarize, create_5_sentence_summary, youtube_summary
Analysis 35+ analyze_claims, analyze_code, analyze_threat_report
Creation 50+ create_threat_model, create_prd, create_mermaid_visualization
Improvement 10+ improve_writing, improve_prompt, review_code
Security 15 create_stride_threat_model, create_sigma_rules, analyze_malware
Rating 8 rate_content, judge_output, rate_ai_response

Integration

Feeds Into

  • Research - Fabric patterns enhance research analysis
  • Blogging - Content summarization and improvement
  • Security - Threat modeling and analysis

Uses

  • fabric CLI - For YouTube transcripts (-y) and URL fetching (-u)
  • Native execution - Direct pattern application (preferred)

File Organization

Path Purpose
Patterns/ Local pattern storage (240+)
Workflows/ Execution workflows

Changelog

2026-01-18

  • Initial skill creation (extracted from PAI/TOOLS/fabric)
  • Native pattern execution (no CLI dependency for most patterns)
  • Two workflows: ExecutePattern, UpdatePatterns
  • 240+ patterns organized by category
  • PAI Pack ready structure

Gotchas

  • fabric -y URL for YouTube extraction — don't scrape YouTube pages. fabric handles transcript extraction natively.
  • Pattern names are exact. extract_wisdom not extractwisdom. Check fabric --list if unsure.
  • Long content may exceed pattern context limits. For very long inputs, chunk the content or use a summarize pattern first.

Workflows · 2

  1. 01
    ExecutePattern Workflows/ExecutePattern.md

    use fabric, run pattern, apply pattern, extract wisdom, summarize, analyze with fabric

  2. 02
    UpdatePatterns Workflows/UpdatePatterns.md

    update fabric, update patterns, sync fabric, pull patterns

How to Invoke

Say any of these to your DA and PAI activates the Fabric skill automatically:

  • "fabric"
  • "fabric pattern"
  • "run fabric"
  • "update patterns"
  • "threat model"
  • "analyze claims"
  • "improve writing"
  • "review code"
  • "mermaid"
  • "STRIDE"
  • "sigma rules"

Or invoke explicitly:

Skill("Fabric")

References & Credits

The thinkers, books, frameworks, and research this skill is built on. The ideas belong to them — the integration belongs to PAI.

Want PAI to do this for you?

Install PAI on your machine — your DA gets the Fabric skill plus 44 others, all hooked into one Life OS.