> ## Documentation Index
> Fetch the complete documentation index at: https://agentconcepts.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Agent Concepts Overview

> A structural-reasoning counterpart to [Agent Skills](https://agentskills.io).

Skills give agents persistent capabilities — *what they can DO*.
Concepts give them persistent pattern vocabulary — *how they THINK*.

A catalog of recurring **relational concepts** — *load-bearing*, *cargo cult*,
*Chekhov's gun*, *anchoring* — that appear across many independent
domains. They go by many names.

<Card title="Browse the catalog" icon="book-open" href="/concepts/index">
  Concepts spanning many independent domains — cognitive biases, narrative
  tropes, systems & engineering, biology, decision frameworks, and more.
</Card>

## Why a catalog of concepts?

The goal is to aid recognition, transfer, and recombination.

* *"Oh, there's a name for that."* The shape you noticed but never quite named.
* *"Oh, this same thing shows up over there."* A pattern from one domain you suddenly see in another.
* *"That's how I'd build this."* Combining named patterns to produce something new.

Once a pattern has a name, you can reason about it without rediscovering it. The structural shape of a *load-bearing wall* in a building is the same shape as a *load-bearing premise* in an argument or a *load-bearing line of code* in a system. Once you've named *load-bearing*, the *"what if I removed this?"* diagnostic carries across all three — and across the next domain you encounter it in.

Once recognized, you can predict its consequences, infer its missing pieces from analogous instances, and combine it with other patterns to make new ones. The catalog is one attempt to make the patterns and their combinations available as a working concept vocabulary humans and AI agents can share.

## How entries earn their place

* **Cross-domain.** The same structural shape recurs in genuinely distinct fields, not just within a single discipline.
* **Compositional.** Concepts combine — `backpressure = flow + feedback-loop` — so the catalog functions as primitives that build bigger structures.
* **Empirically grounded.** Each concept carries documented examples from across domains; a one-off observation is a candidate, not an entry.
