ofershap

Spend Check — Development skill for Claude Code

Development community

Quick check on current team spending with alerts for any concerning patterns.

How to install Spend Check

Installs to ~/.claude/skills/ofershap-cursor-usage-spend-check/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ofershap-cursor-usage-spend-check && curl -fsSL https://raw.githubusercontent.com/ofershap/cursor-usage/HEAD/commands/spend-check.md -o ~/.claude/skills/ofershap-cursor-usage-spend-check/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Spend Check does


name: spend-check description: Quick check on current team spending with alerts for any concerning patterns. argument-hint: "[optional: user email to check specific user]"

Spend Check

Perform a quick spending health check:

  1. If a user email was provided, call `get_user_deep_dive` for that specific user and summarize their spend, model usage, and any concerns.

  2. If no email was provided: a. Call `get_spending` with `allPages: true` b. Calculate: total spend, median spend, to

Alternatives in Development

  • Obsidian Challenge — Red-team your current idea against your own vault history — finds contradictions, past failures, and flawed as 277 ★
  • Add Critical Pattern — Add current problem to Required Reading (juce8-critical-patterns.md) 209 ★
  • Edgee — Official Edgee CLI to interract with Edgee's Agent Gateway 127 ★

Full documentation available on GitHub

View Source Repository