From agent-harness-kit
Inspect context usage, token budget, compaction history, and overflow risk. Use when sessions get long, before large changes, after compaction, or when cost/context drift is suspected.
How this command is triggered — by the user, by Claude, or both
Slash command
/agent-harness-kit:SKILLtemplates/.claude/skills/context-health/This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Context Health Shows session context pressure using telemetry, compaction snapshots, and budget settings. ## Usage ## Output - Provider token totals and average input/output ratio - Highest-token sessions - Compaction snapshot summary - Budget status from `.harness/config.json.contextManagement` - Recommendations before overflow
Shows session context pressure using telemetry, compaction snapshots, and budget settings.
/context-health
/context-health --last=7d
node .claude/skills/context-health/context-health.mjs --last=30d
.harness/config.json.contextManagement/SKILLResolves GitHub issue via isolated worktree, TDD workflow, and auto-closing PR creation.
/SKILLCreates conventional git commit from conversation intent using git-agent and pushes to remote. Accepts optional Claude model name for co-author.
/SKILLSurfaces current session task from state file, evaluates clarity (prompts for clarification if needed), assesses completion, and verifies if fully done.
npx claudepluginhub tuanle96/agent-harness-kit --plugin agent-harness-kit