Token Review banner
lantisprime lantisprime

Token Review

Development community

Description

--- description: Analyze SDLC token usage from .claude/sdlc/token-log.json (last run) and token-history.jsonl (rolling). Surfaces the biggest cost centers and concrete optimization candidates. Read-only. --- Produce a token-usage review to guide skill/prompt optimization. ## Inputs - `.claude/sdlc/token-log.json` — snapshot of the most recent session (overwritten each `Stop`) - `.claude/sdlc/token-history.jsonl` — one JSON object per session, rolling If neither file exists, tell the user tok

Installation

Installs to ~/.claude/skills/lantisprime-claude-sdlc-token-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/lantisprime-claude-sdlc-token-review && curl -fsSL https://raw.githubusercontent.com/lantisprime/claude-sdlc/HEAD/commands/token-review.md -o ~/.claude/skills/lantisprime-claude-sdlc-token-review/SKILL.md

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

Full documentation available on GitHub

View Source Repository