.claude/skills/agency-health/SKILL.md
Fleet health check across three dimensions — workstream, agent, worktree. Reports severity (healthy/attention/warning/critical) and sets exit codes for CI integration. Run this when you want to know "is the fleet OK right now?" — at session start, before a release, or after any disruption.
npx skillsauth add the-agency-ai/the-agency .claude/skills/agency-healthInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Three-dimensional health check over the fleet.
CLAUDE-{WORKSTREAM}.md scoping file.claude/agents/.agency-agent identity file presence.claude/settings.json sync with main checkoutExit codes: 0 = all healthy (or attention only), 1 = warnings, 2 = critical.
--json means this can feed dashboards or alerts./claude/tools/agency-health # full fleet report
./claude/tools/agency-health all # same
./claude/tools/agency-health worktree # only worktree dimension
./claude/tools/agency-health agent devex # only devex agent
./claude/tools/agency-health workstream iscp # only iscp workstream
./claude/tools/agency-health --json all # JSON for downstream consumers
./claude/tools/agency-health --help # full help
the-agency fleet health (2026-04-09 12:39)
─────────────────────────────────────────────────────────
WORKSTREAMS
● agency healthy active, artifacts present
● iscp healthy active, artifacts present
● mdpal attention 12 seeds, no activity 14d
AGENTS
● captain healthy registered, handoff fresh
⚠ devex warning 3 Test User commits in last 20
BATS pollution — run test_helper.bash audit
● iscp healthy registered, handoff fresh
WORKTREES
● (main) healthy clean on main
● devex attention 2 modified, 5 behind main
⚠ iscp warning 12 modified, 95 behind main, settings drift
─────────────────────────────────────────────────────────
OVERALL: 2 warnings, 0 critical
--repair mode — auto-fix known issues. Deferred to v2. For now, the tool reports; the operator fixes.agency verify (structural validation — this is behavioral/state validation)OFFENDERS WILL BE FED TO THE — CUTE — ATTACK KITTENS!
business
Sync worktree with master — merge, copy settings, run sandbox-sync, report changes
tools
List all git worktrees with status info (branch, clean/dirty, deps)
tools
Remove a git worktree and optionally delete its branch
development
Create a new git worktree with dedicated branch and bootstrapped dev environment