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
6 changes: 3 additions & 3 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ skills/nelson/
SKILL.md — Main entrypoint (what Claude reads)
references/ — Supporting docs loaded on demand
action-stations.md — Risk tier definitions (Station 0–3)
admiralty-templates.md — Index routing to individual template files
admiralty-templates/ — One file per template, loaded on demand
commendations.md — Recognition signals & graduated correction
crew-roles.md — Crew role definitions, ship names & sizing rules
damage-control.md — Index routing to individual procedure files
damage-control/ — One file per procedure, loaded on demand
royal-marines.md — Royal Marines deployment rules & specialisations
squadron-composition.md — Mode selection & team sizing rules
standing-orders.md — Index routing to individual anti-pattern files
standing-orders/ — One file per anti-pattern, loaded on demand
agents/ — Agent interface definitions
demos/ — Example applications built with Nelson
scripts/ — Maintenance scripts
```

## No build system
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,30 +241,30 @@ skills/nelson/
├── SKILL.md # Main skill instructions (entrypoint)
└── references/
├── action-stations.md # Risk tier definitions and controls
├── admiralty-templates.md # Template routing index
├── admiralty-templates/ # Individual template files
│ ├── battle-plan.md
│ ├── captains-log.md
│ ├── crew-briefing.md
│ ├── marine-deployment-brief.md
│ ├── quarterdeck-report.md
│ ├── red-cell-review.md
│ ├── sailing-orders.md
│ └── ship-manifest.md
├── commendations.md # Recognition signals and correction guidance
├── crew-roles.md # Crew role definitions, ship names, sizing
├── damage-control.md # Error recovery routing index
├── damage-control/ # Individual procedure files
│ ├── crew-overrun.md
│ ├── escalation.md
│ ├── man-overboard.md
│ ├── partial-rollback.md
│ ├── scuttle-and-reform.md
│ └── session-resumption.md
├── royal-marines.md # Royal Marines deployment rules
├── squadron-composition.md # Mode selection and team sizing rules
├── standing-orders.md # Anti-pattern routing index
└── standing-orders/ # Individual anti-pattern files
├── admiral-at-the-helm.md
├── all-hands-on-deck.md
├── battalion-ashore.md
├── becalmed-fleet.md
├── captain-at-the-capstan.md
├── crew-without-canvas.md
Expand Down
2 changes: 1 addition & 1 deletion agents/nelson.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ description: Coordinates multi-agent work using Royal Navy squadron patterns wit

# Nelson

Use $nelson to run a Royal Navy agent mission with sailing orders, action stations, and a captain's log.
Use /nelson to run a Royal Navy agent mission with sailing orders, action stations, and a captain's log.
Loading