Prompts2026年4月6日·1 分钟阅读

Fabric — AI Automation Patterns & Prompt Library

Curated collection of 100+ reusable AI prompt patterns for summarizing, extracting wisdom, writing, and coding. Run any pattern from CLI with one command. 30,000+ GitHub stars.

介绍

Fabric is an open-source framework with 100+ curated AI prompt patterns, 30,000+ GitHub stars. Each pattern is a battle-tested system prompt for tasks like extracting insights, summarizing articles, and improving code. Ideal for power users who want high-quality AI output without writing prompts from scratch. Supports OpenAI, Anthropic, Ollama, and more.


Quick Use

  1. Install: go install github.com/danielmiessler/fabric@latest
  2. Set up: fabric --setup (configure LLM API keys)
  3. Run any pattern:
# Extract insights from a video
yt --transcript https://youtube.com/watch?v=abc | fabric --pattern extract_wisdom

# Summarize an article
cat article.txt | fabric --pattern summarize

Intro

Fabric is an open-source framework with 100+ curated AI prompt patterns, 30,000+ GitHub stars. Each pattern is a battle-tested system prompt for tasks like extracting insights, summarizing articles, and improving code. Ideal for power users who want high-quality AI output without writing prompts from scratch. Supports OpenAI, Anthropic, Ollama, and more.


Source & Thanks

Created by Daniel Miessler. Licensed under MIT.

fabric — ⭐ 30,000+

🙏

来源与感谢

Created by Daniel Miessler. Licensed under MIT.

fabric — ⭐ 30,000+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。