Fabric is an open-source framework by Daniel Miessler that provides a collection of reusable AI prompt patterns for common tasks.
Fabric organizes AI prompts into "patterns" — modular, composable prompt templates for tasks like:
go install github.com/danielmiessler/fabric@latest
fabric --setup
# Pipe content through a pattern
cat article.md | fabric --pattern extract_wisdom
# Use with YouTube transcripts
fabric -y "https://youtube.com/watch?v=..." --pattern summarize
Linear + Cursor + Codex Workflow Integration
The clearest pattern across official documentation:
OpenCode: Open Source AI Coding Agent
OpenCode is a community-driven, open source AI coding agent that works in your terminal, IDE, or desktop. With 120K+ GitHub stars, 800+ contributors, and 5M+ monthly developers, it's one of the most widely-used AI coding tools.