Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Bodies lazy-load from `commands/`.
- Max 3 parallel subagents; wait before launching a fourth.
- Non-trivial code: apply the Karpathy constraints — think before coding, simplicity first, surgical changes, goal-driven execution. See [`references/karpathy-principles.md`](./references/karpathy-principles.md) and [`skills/karpathy-review/SKILL.md`](./skills/karpathy-review/SKILL.md).

Counts: **209 skills** · **89 commands** · **243 agents** · 13 recipes ·
Counts: **209 skills** · **92 commands** · **243 agents** · 13 recipes ·
6 path rules · 8 live MCPs. Regenerate with `make inventory`; validate
with `make validate`. Source: [`docs/INVENTORY.md`](./docs/INVENTORY.md).

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ git clone https://github.com/<your-org>/<your-repo>.git
cd <your-repo>
```

If you are forking this repo, replace `<your-org>/<your-repo>` with your fork's path. The repository's public-safety scanner intentionally refuses to commit personal GitHub handles into tracked files — adoption guides remain placeholder-only.

Install as your global `~/.claude/` (back up any existing config first):

```bash
Expand Down
18 changes: 9 additions & 9 deletions docs/INVENTORY.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Inventory — Generated Source of Truth

_Generated: 2026-05-13T22:06:21Z · commit: `7ac90d7`_
_Generated: 2026-05-15T21:30:06Z · commit: `b1cf45f`_

Do not hand-edit. Regenerate with `make inventory` or `scripts/inventory.sh --md`.

## Counts

| Surface | Count | Notes |
|---------|-------|-------|
| Skills | 209 | SKILL.md files; 47,124 total lines |
| Commands | 89 | 43 custom + 31 SuperClaude + 15 BMAD |
| Skills | 209 | SKILL.md files; 31,539 total lines |
| Commands | 92 | 43 custom + 31 SuperClaude + 15 BMAD |
| Agent definitions | 245 | 243 real + 2 metadata (REGISTRY, README) |
| — core (L0–L6) | 72 | top-level .md files |
| — Wave 1 stage | 126 | department subdirs |
| — Wave 2 surface | 45 | `agents/surfaces/` |
| Path rules | 6 | `rules/*.md` |
| Reference docs | 45 | `docs/*.md` |
| Reference docs | 49 | `docs/*.md` |
| Hook scripts | 16 | `hooks/*.sh` |
| Hook entries (total) | 21 | in `settings.json`; 7 are inline commands |
| Recipes | 13 | 10 primary + 3 sub-recipes |
Expand All @@ -30,14 +30,14 @@ Do not hand-edit. Regenerate with `make inventory` or `scripts/inventory.sh --md

```json
{
"generated_at": "2026-05-13T22:06:21Z",
"commit": "7ac90d7",
"generated_at": "2026-05-15T21:30:06Z",
"commit": "b1cf45f",
"skills": {
"count": 209,
"skill_md_total_lines": 47124
"skill_md_total_lines": 31539
},
"commands": {
"total": 89,
"total": 92,
"custom": 43,
"superclaude": 31,
"bmad": 15
Expand All @@ -50,7 +50,7 @@ Do not hand-edit. Regenerate with `make inventory` or `scripts/inventory.sh --md
"wave2_surface": 45
},
"rules": 6,
"docs": 45,
"docs": 49,
"hooks": {
"shell_scripts": 16,
"settings_entries": 21,
Expand Down
Loading