# 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. ## Install Paste the prompt below into your AI tool: ## Quick Use ```bash 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 ```bash echo "paste article here" | fabric --pattern extract_wisdom ``` Or copy the pattern text and use it as a system prompt in any AI tool. --- ### FAQ **Q: What is Fabric?** A: Collection of 100+ AI prompt patterns for real-world tasks. Summarize articles, extract wisdom, analyze code, write essays, create presentations, and more. **Q: How do I install Fabric?** A: Check the Quick Use section above for step-by-step installation instructions. Most assets can be set up in under 2 minutes. ## Source & Thanks > Created by [Daniel Miessler](https://github.com/danielmiessler). Licensed under MIT. > [danielmiessler/fabric](https://github.com/danielmiessler/fabric) — 28K+ GitHub stars --- Source: https://tokrepo.com/en/workflows/6692e725-30db-45bd-93c5-65d28891bf2a Author: Prompt Lab