The **1000xagent** master agent is one global Claude Code agent that owns `~/.claude/`
and orchestrates every project-level agent under `~/dev/`. This is the live blueprint —
the directory tree, the agent roster, and the setup wizard are generated from the real
folder, so the doc mirrors the actual system.

## Set up your master agent

<SetupWizard />

## Live directory tree of `~/.claude/`

A filtered view of the master agent's folder — private paths (credentials, logs, session
state) are excluded. Hover any file for its frontmatter description.

<LiveDirectoryTree />

## Agents the master agent manages

Rendered from `agents.yaml`. Each project agent lives entirely in its own repo and is
invoked from there; the master agent is the only one resolvable from `~/`.

<AgentTable />

## Why one master agent

The master agent is the externalized operational layer — it creates, enhances, and
coordinates every project agent, keeps the registry true, and propagates uniform patterns
across all repos. Clone this structure into your own `~/.claude/` to run your own 1000x
master agent.