Help us improve
Share bugs, ideas, or general feedback.
From interpulse
Show current session context pressure dashboard — token usage, call count, threshold warnings. Not for code quality (use /intercheck:quality) or agent activity (use /intermux:agents).
npx claudepluginhub mistakeknot/interagency-marketplace --plugin interpulseHow this skill is triggered — by the user, by Claude, or both
Slash command
/interpulse:pressureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show the current session's context pressure metrics from interpulse's monitoring hook.
Reports Claude context window token utilization, consumption breakdown, health status, and optimization recommendations. Use before complex tasks to ensure headroom.
Audits context window usage in Claude Code sessions — estimates tokens per component (CLAUDE.md, rules, skills, agents, MCP descriptions, history), reports headroom, and alerts on overflow. Use when sessions feel slow or degraded.
Shows context token savings, consumption ratio, and per-tool breakdown from context-mode. Displays read-only stats for the session, with no reset capability.
Share bugs, ideas, or general feedback.
Show the current session's context pressure metrics from interpulse's monitoring hook.
Read the session state file at /tmp/interpulse-${SESSION_ID}.json where SESSION_ID is the current session's ID.
If the file doesn't exist, report "No interpulse data for this session (hooks may not be active)."
If the file exists, parse the JSON and display a pressure dashboard:
Session Pressure
──────────────────────────────
Context pressure: {pressure} [{bar}] {level}
Estimated tokens: ~{est_tokens/1000}k / 200k
Tool calls: {calls} ({heavy_calls} heavy)
Session age: {computed from first call to now}
──────────────────────────────
For the pressure bar, use a 16-char bar where filled = pressure/120 * 16. For the level label: Green (< 60), Yellow (60-89), Orange (90-119), Red (>= 120).
Also check the token thresholds: Yellow >= 150k, Orange >= 180k, Red >= 200k. Report whichever level is higher between pressure and tokens.
If the session is in Yellow or above, add a recommendation line: