PromptsMar 29, 2026·2 min read

Fabric — AI Prompt Patterns for Everything

Collection of 100+ AI prompt patterns for real-world tasks. Summarize articles, extract wisdom, analyze code, write essays, create presentations, and more.

TO
TokRepo精选 · Community
Quick Use

Use it first, then decide how deep to go

This block should tell both the user and the agent what to copy, install, and apply first.

go install github.com/danielmiessler/fabric@latest
fabric --setup

Or use the patterns directly in any AI chat.


Intro

Fabric is a collection of 100+ curated AI prompt patterns (called "patterns") for augmenting human capabilities. Each pattern is a battle-tested system prompt designed for a specific real-world task.

Best for: Content summarization, code review, writing, analysis, learning Works with: Any LLM — Claude, GPT-4, Gemini, local models via Ollama


Popular Patterns

Pattern What It Does
extract_wisdom Pull key insights from any content
summarize Create structured summaries
analyze_claims Fact-check and evaluate arguments
write_essay Generate well-structured essays
improve_writing Enhance clarity and style
create_coding_project Scaffold a project from description
explain_code Break down code for understanding
rate_content Score content quality 1-10
extract_article_wisdom Deep analysis of articles
create_presentation Generate slide decks from content

Example

echo "paste article here" | fabric --pattern extract_wisdom

Or copy the pattern text and use it as a system prompt in any AI tool.


🙏

Source & Thanks

Created by Daniel Miessler. Licensed under MIT. danielmiessler/fabric — 28K+ GitHub stars

Related Assets