AIAny
AI Agent2024
Icon for item

Fabric

Organizes reusable AI prompts as Markdown 'Patterns' you run from the CLI — summarize a video, extract claims, rate content. Switch among 20+ providers (OpenAI, Claude, Gemini, Ollama) and reach them via CLI, web UI, or REST API.

Introduction

The bet behind Fabric is contrarian: the bottleneck in everyday AI use isn't model capability, it's plumbing. People know an LLM could summarize a talk or pull the claims out of an article, but they rarely build the habit because re-wiring the prompt every time is friction. Fabric's answer is to treat each task as a named, reusable 'Pattern' — a Markdown prompt you invoke like a shell command.

What Sets It Apart
  • Prompts as files, not chat history. Patterns live as version-controlled Markdown, so the prompt that summarizes a transcript is reviewable, forkable, and shared through a community library instead of locked in someone's chat window.
  • Provider-agnostic by design. The same fabric -p extract_wisdom runs against OpenAI, Anthropic, Gemini, Ollama, Bedrock, and 20+ other backends — changing models is a flag, not a rewrite.
  • Built for the pipe. Output is plain text meant to flow into grep, jq, or the next Pattern, so AI becomes one more composable Unix-style tool rather than a separate app you context-switch into.
  • More than a CLI. A web UI and REST API expose the same Patterns for non-terminal users and server deployments.
Who It's For

Great fit if you live in the terminal, want your AI workflows under version control, or prefer a shared prompt library over reinventing prompts from scratch. The Go rewrite ships as a single fast binary, with no Python environment to manage. Look elsewhere if you want a polished consumer chat app with memory and account sync — Fabric is deliberately a tool, not a product, and its payoff scales with your willingness to wire Patterns into your own scripts.

Information

  • Websitegithub.com
  • OrganizationsUnsupervised Learning
  • AuthorsDaniel Miessler, Jonathan Dunn, Scott Behrens, Andre Guerra
  • Published date2024/01/03

Categories

More Items

GitHub
AI Agent2025

Autonomous Red Team agent that plans and executes realistic attack chains (reconnaissance, exploitation, pivoting, C2) while producing Rules of Engagement and an OPPLAN and running actions inside a hardened sandbox; intended for authorized red-team engagements and defensive verification.

GitHub
AI Agent2026

Provides modular, AI-optimized SKILL.md instructions that ground LLMs in Android development workflows and can be installed into agent environments via the Android CLI; focuses on tasks where LLMs underperform.

GitHub
AI Agent2026

Build native desktop apps authored with declarative .native markup and TypeScript (or Zig) compiled to native code, with no browser or JS runtime in the binary. Ships a component catalog, deterministic rendering, hot reload, and an embedded automation server for AI agent workflows.