By tcreight
Apply Fabric prompt patterns natively in Claude Code sessions with URL fetching and Obsidian output
A Claude Code plugin that brings Fabric prompt patterns into Claude Code sessions natively. Claude applies the patterns directly — no separate API key needed.
/fabric command — Apply any of ~55 curated Fabric patterns to contentgit clone [email protected]:tcreight/fabric-claude.git ~/projects/fabric-claude
claude plugin add ~/projects/fabric-claude
# Pattern library (253 patterns)
go install github.com/danielmiessler/fabric/cmd/fabric@latest
fabric --setup
# YouTube transcript fetching
pipx install youtube-transcript-api
# Web content extraction
pipx install trafilatura
/fabric --url https://youtube.com/watch?v=abc123 # Fetch + auto-select pattern
/fabric --url https://example.com/article --pattern summarize # Fetch + specific pattern
/fabric --pattern extract_wisdom # Apply to conversation content
/fabric # Auto-select from context
/fabric --pattern review_code --no-save # Skip Obsidian output
Create .claude/fabric-claude.local.md in your project to customize settings:
---
output_path: ~/Documents/Projects/fabric-outputs
---
| Setting | Default | Description |
|---|---|---|
output_path | ~/Documents/Projects/fabric-outputs | Directory where Obsidian notes are saved |
Notes save to your configured output_path (default: ~/Documents/Projects/fabric-outputs/) with YAML frontmatter:
source: "https://youtube.com/watch?v=abc123"
source_type: "youtube"
pattern: "extract_wisdom"
date: 2026-04-05
tags: [fabric, wisdom, youtube]
After running fabric --update to pull new Fabric patterns:
bash ~/projects/fabric-claude/scripts/build-index.sh
MIT. Bundled patterns in references/top-patterns/ are from Fabric by Daniel Miessler, also MIT-licensed.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub tcreight/fabric-claude --plugin fabric-claudeFaithful information summarization with fidelity preservation, structured output, and anti-hallucination methodology. Provides skills for file, URL, and image summarization; agents for autonomous summarization tasks; and hooks for validating agent output structure.
A harness that makes Opus (or any Claude model) behave like Fable. It enforces completion, evidence, and verification as procedure, and auto-routes the right verified pack per task: render-output verification, a multi-story evidence gate, an investigation protocol, and an early-stop guard. It does not fake model capability — see README for the full analysis of what transfers and what does not.
PDCA-native Knowledge Work OS with Cross-Plugin Orchestrator — 18 skills, 17 Pokemon agents, 31 MCP tools, Artifact Viewer, Cycle Memory with Self-Evolution, Hard Length Floors + Reviewer Diversity Gates, runtime plugin ecosystem dispatch, Deep Interview requirements discovery, and a zero-key adaptive fetch chain (unblock) for hostile URLs
Session wrap-up workflow with multi-agent analysis pipeline for documentation, automation, learning, and follow-up suggestions
Tools for crafting, reviewing, analyzing, refining, and optimizing LLM prompts for clarity, precision, goal effectiveness, and token efficiency
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns