Clau
Description
Profiles for Claude Code. One command switches the skills, MCP servers, permissions and instructions a session loads.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
clau — profiles for Claude Code
One command switches the skills, MCP servers, permissions and instructions Claude Code loads. Per kind of work, per client, per environment. Plain `claude` stays untouched.
**If you are an agent:** install (below), then run `clau` from a shell without a terminal — it prints the model, the persona tree and the authoring skill in one call. `clau skill` prints the skill alone. Never write a secret value into a file; tell the user the `clau-secret set VAR` command instead.
A persona is a **directory**, resolved repo-local first (`clau/personas/`, walking up from `$PWD`), then `~/.claude/personas/`. Every file in it is optional:
| file | role | |
|---|---|---|
settings.json |
capability | plugins, skills, permissions |
mcp.json |
MCP | which servers it talks to |
persona.md |
system prompt | appended on top of repo CLAUDE.md |
.env |
environment | vars for the session · keychain:NAME refs |
color |
statusline | ANSI SGR code for this hat's badge |
Directories nest, and a `base/` at any level is a **layer** every persona below it inherits:
~/.claude/personas/
base/ → every persona: shared MCP, house rules
acme/
base/ → every acme/* persona
prod/ stage/ dev/
docs/
clau → picker · type to search · space toggles · enter launches
no terminal on stdin → prints the model + tree + skill
clau prod → launch by leaf name (unique names resolve on their own)
clau acme/prod docs → several hats merged into one session
clau prod -c → flags after the names pass through to claude
clau -h → the model + plain list, no picker
clau --json → the resolved tre
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11