radin-doctor
Check that radin's own install under ~/.claude is complete and its companion tools are reachable. Use for /radin-doctor, "check my radin install", "is radin…
Show stats/gain output from every companion tool that ships one, side by side. Use for /radin-stats, "show me all my stats", "aggregate my tool gains", "what savings am I getting from these tools".
$ npx -y skills add shortcuts/radin --skill radin-stats --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/radin-statsContext preview
The summary Claude sees to decide when to auto-load this skill.
Show stats/gain output from every companion tool that ships one, side by side. Use for /radin-stats, "show me all my stats", "aggregate my tool gains", "what savings am I getting from these tools".
name: radin-stats description: | Show stats/gain output from every companion tool that ships one, side by side. Use for /radin-stats, "show me all my stats", "aggregate my tool gains", "what savings am I getting from these tools".
Print each installed tool's own stats or gain command, back to back. Do not compute a merged total: the numbers use incompatible units -- real per-session tokens, static benchmark medians, and a counted per-repo ledger. A sum would misrepresent all three. Display each output as-is.
Run all five. Do not probe first: a source that is not installed fails visibly, and that failure is the skip -- never an error, never worth retrying.
savings, read from the session log itself.
(medians across 5 tasks, 3 models). Not this session, and not this repo.
deferred shortcuts, if the repo has one.
to the current project).
savings recorded yet" is a normal empty result: nothing has been routed through its proxy or MCP tool.
Check that radin's own install under ~/.claude is complete and its companion tools are reachable. Use for /radin-doctor, "check my radin install", "is radin…
Work through a project's whole backlog: prioritize every task, execute each via a sub-agent, commit after each. Use when the user wants the entire backlog…
Write a step-by-step implementation plan for one backlog entry, without touching code. Scope is one task (a title/keyword), not the whole backlog. Use for…
Log feedback, bugs, follow-ups, or ideas raised mid-session as structured backlog entries, so they survive past the conversation. Use for /radin-record, "log…
Run a thermo-nuclear code quality review over a scope (commit, PR, directory, or a range like "since yesterday"), triage the findings with the user, and log…
Wire codebase-memory-mcp into this repo when install.sh could not do it globally. Use for "set up hooks", "wire up codebase-memory-mcp", "enable the knowledge…