← ClaudeAtlas

statuslisted

Use when picking up a contextualizer after a gap, or checking reference freshness and pending review work at a glance — read-only, safe to run anytime.
nick-railsback/skill-engine · ★ 2 · Code & Development · score 68
Install: claude install-skill nick-railsback/skill-engine
# Status Read-only one-page dashboard. Lists fresh / stale / critical references by age, notes pending proposals waiting on human review, and surfaces any recent rejection-log clustering that suggests a doctrine gap. ## Contextualizer root Engine workflows operate inside a contextualizer installed as a project skill at one of three install levels: - **User-level:** `~/.claude/skills/<slug>-context/` - **Local-user-level:** `~/.claude/local/skills/<slug>-context/` (when in use) - **Project-level:** `<repo>/.claude/skills/<slug>-context/` Every path below — `research/...`, `references/...`, `verify.sh` — resolves relative to whichever directory matches. Before reading anything, locate the root by searching all three install levels in order: Run the script in [`shared/locator-block.md`](../../shared/locator-block.md) verbatim before proceeding. ### Selecting a contextualizer `/skill-engine:status <name>` names the contextualizer to report on: `<name>` is the directory name without the `-context` suffix, the same grammar `review`/`apply`/`discard` use. Substitute it (or the empty string) for `<name>` in the locator above. With no argument, auto-detection applies — it succeeds when exactly one contextualizer is installed and lists the matches and exits when more than one is. Read every subsequent `research/foo` path as `$CTX_ROOT/research/foo`, every `references/foo` as `$CTX_ROOT/references/foo`, and `verify.sh` as `$CTX_ROOT/verify.sh`. ## Pending proposals A staged-b