Claude Tools / Plugins / super-status

Plugins · orassayag/super-status

super-status

Combined Claude Code statusline — identity, context usage, session quality, plan-limit tracking, live activity, subagents, todos, and /orca-/master wave state in a compact, visually hierarchical layout.

CLEARED_STATICclaude-onlyv2.4.0

Pipeline results

Coverage

CLEARED_STATIC

Tests run

7 / 8

Portability

Claude-only

Type

Plugins

Tests & results

What the pipeline checked

TestStateResult or reason
eligibilityranall eligibility checks passed
dedupranunique -- no near-duplicate found
clocran2553 code lines / 18 files
secretsranno secret patterns matched
egressranno egress patterns matched
injectionranno patterns matched (confidence: STANDARD)
required-fieldsranrequired fields present: name, version, description
behaviouraln/anot reached — prior gate did not pass

What's inside

Components found

commands/setup.md
componentmedium
commands/subscribe.md
componentmedium

Coverage

Not assessed

  • behavioural execution not run

README

From the repository

# super-status

A combined Claude Code statusline — identity, context usage, session quality, plan-limit tracking, and (optionally) live tool activity, running subagents, todo progress, and `/orca`/`/master` wave state, in a compact, visually hierarchical layout at the bottom of every session.

![Screenshot](images/demo.png)

## Requirements

Supported platforms: **macOS**, **Linux**, and Windows via **WSL** or **Git Bash** (plain Windows without a bash environment is not supported — this is a bash script by design).

| Binary | Required? | Used for |
|---|---|---|
| `bash` | required | the script itself |
| `jq` | required | stdin/config JSON parsing |
| `python3` | required | transcript parsing (`Tok`, `Calls`, `Activity:`, `Agents:`, `Todo:`) — ships by default on macOS and most Linux distros |
| `git` | recommended | branch, dirty/ahead-behind markers |
| `tokei` | optional | the `LOC` (lines of code in project) field |
| `curl` | optional | the OpenRouter `Bal` bar (Mode 3 only) |

```
brew install jq
brew install tokei
```

## Install

### Option A — as a Claude Code plugin (three in-session commands)

```
/plugin marketplace add orassayag/super-status
/plugin install super-s

← Back to Plugins