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