radin-show

radin-show is a skill for Claude Code, Codex from shortcuts/radin. It costs 44 tokens per session (310 once invoked), scanned A, original, MIT.

A read-only command that prints the current project's backlog, meaning its stored list of unfinished work, as Markdown.

In plain words
What is it for?
Use it to list all backlog items or show only feature, bug-fix, maintenance, or refactoring items.
Why use it?
It gives you a direct view of pending work without changing, summarising, or reordering the backlog.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the radin plugin — 9 skills, 1 agent shipped together

Good fit Use it to list all backlog items or show only feature, bug-fix, maintenance, or refactoring items.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/shortcuts/radin/radin-show
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add shortcuts/radin --skill radin-show
Clone the repo
git clone --depth 1 https://github.com/shortcuts/radin

Made for: Claude Code, Codex.

Or install radin, the plugin that ships this one along with the rest of its 9 skills, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for radin-show

README.md
[![agentmods](https://agentmods.dev/badge/skills/shortcuts/radin/radin-show/github.svg)](https://agentmods.dev/skills/shortcuts/radin/radin-show)
Your own site
<a href="https://agentmods.dev/skills/shortcuts/radin/radin-show"><img src="https://agentmods.dev/badge/skills/shortcuts/radin/radin-show/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for radin-show

Your own site · 80×15
<a href="https://agentmods.dev/skills/shortcuts/radin/radin-show"><img src="https://agentmods.dev/badge/skills/shortcuts/radin/radin-show.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 310 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00044 $0.00310
Opus 5 $0.00022 $0.00155
Sonnet 5 $0.00009 $0.00062
Haiku 4.5 $0.00004 $0.00031

Measured today against content hash 6fb16dbbf12c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

radin-show scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/radin-show/SKILL.md · 33 lines

What it actually says

Show Backlog

Print the current project's backlog as markdown. This skill is read-only, and it is the only radin skill that prints the backlog. radin-record and radin-review write to the backlog; radin-plan and radin-execute consume it.

Step 1: Print it

bash "$HOME/.claude/.radin/lib/radin-backlog.sh" show

The CLI renders the backlog from the JSONL index plus each task's own file. Never read those files directly. If the user narrows the scope to one category ("show me fix items"), pass that category: show fix. The categories are feat, fix, chore, and refactor. With no category, the CLI prints the whole backlog.

The CLI resolves the per-project backlog path itself. If it errors with "no backlog", tell the user the project has no backlog yet and point them at radin-record or radin-review to start one. Do not create an empty file.

Print the output as-is. Do not summarize, reorder, or filter it beyond the category scoping above.

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today Changed · +8 lines 6fb16dbbf12c
  2. 9d ago First seen · 25 lines · 44 tokens per session scan A 8500015ae0db

Subscribe to this mod's changes

radin-show is a skill published in the GitHub repository shortcuts/radin (5 stars, last pushed today), licensed MIT. It adds 44 tokens to every session and 310 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

git-flow

Use when committing, branching, opening PRs, or deciding merge/branch strategy.

fusengine/agents · 20 tokens

managing-product

Extracts product requirements and produces a PRD. Use when a user wants to build software and needs to define what to build before architecture or implementation, when scoping an MVP, or when translating a vague idea into a buildable specification.

isvlasov/rageatc-oss · 52 tokens

orchestrating-work

Principles for multi-agent workflow execution. Use when coordinating agents, accepting or rejecting agent work, executing producer-critic cycles, or running any multi-phase orchestrated task.

isvlasov/rageatc-oss · 39 tokens

run-agent

Launch and supervise Claude Code or Codex through the CCAM Run API. Use when the user wants to start a monitored agent, select a model, approval policy, sandbox, or working directory, send a follow-up, inspect live output, resume a native session, or stop a dashboard-launched run.

hoangsonww/Claude-Code-Agent-Monitor · 64 tokens

catchup

Summarize and review what changed while you were away. Use after a weekend, vacation, or flight to check missed PRs, git commits, Linear tickets, and meetings — one prioritized brief, not a firehose.

oliver-kriska/claude-elixir-phoenix · 48 tokens

phx-deps-update

Bump outdated Hex deps — inventory, snapshot changelogs, update, fix breaks, split reviewable PRs (patches bundled, majors solo). Use to upgrade/bump Elixir dependencies or when versions fall behind. NOT for deps.get failures (phx-investigate).

oliver-kriska/claude-elixir-phoenix · 62 tokens