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).
From interpulsenpx claudepluginhub mistakeknot/interagency-marketplace --plugin interpulseThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Details PluginEval's skill quality evaluation: 3 layers (static, LLM judge), 10 dimensions, rubrics, formulas, anti-patterns, badges. Use to interpret scores, improve triggering, calibrate thresholds.
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: