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

# smolbren docs --agent — emit canonical agent instructions

> Print the Agent Skill Markdown embedded in the running smolbren binary.

`docs --agent` prints the canonical Agent Skill Markdown embedded in the running
binary. This command intentionally emits text rather than JSON.

```bash theme={null}
smolbren docs --agent
```

Regenerate a personal skill directly from the installed release:

```bash theme={null}
smolbren docs --agent > ~/.claude/skills/smolbren/SKILL.md
```

The repository test suite compares this output byte-for-byte with
`skills/smolbren/SKILL.md`, preventing feature documentation from drifting away
from the binary.
