statusline-uninstall

statusline-uninstall is a command for Claude Code from SI-IC/backlog-skill. It costs 51 tokens per session (217 once invoked), scanned B, original, MIT.

A command that removes a backlog badge from Claude Code’s status line, the information shown in its command-line interface. It restores the earlier status-line command when one exists, or removes the status line.

In plain words
What is it for?
Use it to uninstall the backlog status-line integration and update Claude Code’s settings. The change takes effect in a new session.
Why use it?
It rolls back the badge setup and deletes its wrapper script without claiming success if the rollback reports an error.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; mentions Claude Code.

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the backlog plugin — 1 skill, 7 commands, 1 hook shipped together

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.

agentmods
npx agentmods add commands/si-ic/backlog-skill/statusline-uninstall
Clone the repo
git clone --depth 1 https://github.com/SI-IC/backlog-skill

Made for: Claude Code.

Or install backlog, the plugin that ships this one along with the rest of its 1 skill, 7 commands, 1 hook.

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 statusline-uninstall

README.md
[![agentmods](https://agentmods.dev/badge/commands/si-ic/backlog-skill/statusline-uninstall.svg)](https://agentmods.dev/commands/si-ic/backlog-skill/statusline-uninstall)
Your own site
<a href="https://agentmods.dev/commands/si-ic/backlog-skill/statusline-uninstall"><img src="https://agentmods.dev/badge/commands/si-ic/backlog-skill/statusline-uninstall.svg" alt="Measured on agentmods" height="20"></a>
Per session 51 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 217 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
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.00051 $0.00217
Opus 5 $0.00026 $0.00109
Sonnet 5 $0.00010 $0.00043
Haiku 4.5 $0.00005 $0.00022

Measured 5d ago against content hash a68c251b6180, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade B, and why

statusline-uninstall scanned grade B with 1 finding 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 5d ago.

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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

description: Remove the backlog badge from the Claude Code statusLine. Restores your previous statusLine command if there was one, or removes the statusLine entirely; deletes the wrapper script. Edits ~/.claude/settings.
commands/statusline-uninstall.md · 18 lines

What it actually says

Below is the engine's output for the statusLine rollback. The raw output is NOT shown to the user: it is injected into your context only. The user sees only what you print in this reply.

Relay the result faithfully: whether the previous command was restored, whether the statusLine was removed entirely, or whether it turned out to be someone else's and was left untouched. Say that the change takes effect in a new Claude Code session.

If the output starts with error: — show the error text and do not claim success.

!python3 "${CLAUDE_PLUGIN_ROOT}/scripts/backlog.py" statusline uninstall 2>&1 || true

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. 5d ago First seen · 18 lines · 51 tokens per session scan B a68c251b6180

Subscribe to this mod's changes

statusline-uninstall is a command published in the GitHub repository SI-IC/backlog-skill (1 stars, last pushed 13d ago), licensed MIT. It adds 51 tokens to every session and 217 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other commands, from other repositories

sync

Sync the audit manifest with Azure DevOps work items — set the connector up for the first time (connect: verify the transport, report which auth path is in effect, prove access read-only, detect the board's process), push manifest bugs/tasks/phases to ADO (board states, sprint stamp, Remaining Work, comments), pull…

AleksandarBisevac/claude-plugins · 100 tokens

init

Multi-agent codebase audit that GENERATES the audit manifest (phases/tasks) at manifestPath. Interviews you for scope/goals, fans out parallel read-only explorers, synthesizes findings, then presents the proposed phases for approval BEFORE writing — approve to materialize, or park them as proposals for later…

AleksandarBisevac/claude-plugins · 92 tokens

panel

Audit pipeline: open / stop / check a local control-panel UI to visually manage .claude/audit.config.json and the manifest's composition levers (reviewSkill, per-task skills/models, buildCommands) — with live validation and discovery of the skills & agents available in this repo + globally. Ephemeral, on-demand; a…

AleksandarBisevac/claude-plugins · 79 tokens

layout

Audit pipeline: choose how the manifest is stored — sharded (an index plus one file per phase: fewer tokens per phase run, parallel-safe across worktrees) or single-file (one file, one diff, no index). A layout CHOICE, not a version upgrade: both shapes are current, neither goes out of date, and this command moves in…

AleksandarBisevac/claude-plugins · 93 tokens

logs

Audit pipeline: prune the local feeds this plugin writes under logsDir — today the plan-gate events feed rendered by the panel Plan gate card. Removes rows that no longer belong (paths outside this repository, lines that are not JSON, optionally rows past an age you name), prints what went and what stayed, and never…

AleksandarBisevac/claude-plugins · 89 tokens

usage

Audit pipeline: token spend attributed by phase, task, model, author and time — with cache economics, cost-per-task and a usage trend. Read-only (never mutates the manifest).

AleksandarBisevac/claude-plugins · 38 tokens