Skip to content
Development
Skill

/status

Show this session's prompt-cache state, the cold-comeback price, and the cache writes paid so far

From plugin
claude-code-hooks
5118 skills
Install
$ npx -y skills add karanb192/claude-code-hooks --skill status --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/status

Context preview

The summary Claude sees to decide when to auto-load this skill.

Show this session's prompt-cache state, the cold-comeback price, and the cache writes paid so far

SKILL.md

status.SKILL.md
name: status
description: Show this session's prompt-cache state, the cold-comeback price, and the cache writes paid so far
disable-model-invocation: true

Prompt-cache status

!`node "${CLAUDE_SKILL_DIR}/../../cache-tax.js" --render 2>/dev/null || node "${CLAUDE_PLUGIN_ROOT}/cache-tax.js" --render`

The card above is this session's prompt-cache state from its own transcript: which cache tier the main conversation is on, whether the cache is warm or has lapsed, how many tokens the next message re-writes if it is cold and what that costs at list price, and the session's cache writes, reads and full re-writes so far.

State what the next message will cost in one sentence. If the cache is cold and the context is large, say whether /clear plus a short handoff note is the cheaper move. Keep it short; do not re-run any commands.

Ships withclaude-code-hooks

🪝 Ready-to-use hooks for Claude Code, shipped as a 20-plugin installable marketplace: safety, automation, notifications, and more. 🌐 Live site & catalog Claude Code and agents like it run shell commands, edit files, and install packages on their own.

Get the whole plugin
Stats
511
Stars
37
Forks
Active
Maintenance
JavaScript
Language
MIT
License
10h ago
Last commit
7mo ago
Created

Repo: karanb192/claude-code-hooks

Other skills on claude-code-hooks.