Show KERNEL config health and staleness report
Analyzes KERNEL configuration health and staleness, reporting active, stale, new, and untracked artifacts.
/plugin marketplace add ariaxhan/kernel-plugin/plugin install kernel@kernel-marketplaceAnalyze the current KERNEL configuration and report health status.
Scan config directories for all artifacts:
.claude/commands/*.md (excluding this file).claude/agents/*.md.claude/skills/*.md.claude/rules/*.md.mcp.json entries.claude/settings.json hooksRead registry from memory/config_registry.jsonl:
Cross-reference artifacts with registry:
Output report:
KERNEL Config Status
====================
Config entries: X
Active (referenced last 7 days): N
Stale (no reference 30+ days): N
New (< 7 days old): N
Untracked: N
Commands: X total
[status] command-name (last used: date, count: N)
...
Agents: X total
...
Skills: X total
...
Rules: X total
...
MCP Servers: X total
...
Hooks: X total
...
If untracked entries exist, offer to bootstrap them into the registry.
If stale entries exist, suggest running /kernel:prune for cleanup review.