ccstatuswidgets CLAUDE.md

ccstatuswidgets CLAUDE.md is an instructions file for coding agents from warunacds/ccstatuswidgets. It costs 2,359 tokens per session, scanned B, original, MIT.

Project instructions for ccstatuswidgets, a Go program that creates a customizable multi-line status display for the Claude Code command-line tool. It explains the project’s layout, build commands, tests, and widget system.

In plain words
What is it for?
Use it when working on ccstatuswidgets, including its command-line commands, configuration, widgets, plugins, and Go tests.
Why use it?
It gives an agent the repository-specific information needed to change, build, test, or inspect the project without first reconstructing its architecture.

Instructions file

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 instructions/warunacds/ccstatuswidgets/claude-md
Clone the repo
git clone --depth 1 https://github.com/warunacds/ccstatuswidgets

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 ccstatuswidgets CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/warunacds/ccstatuswidgets/claude-md.svg)](https://agentmods.dev/instructions/warunacds/ccstatuswidgets/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/warunacds/ccstatuswidgets/claude-md"><img src="https://agentmods.dev/badge/instructions/warunacds/ccstatuswidgets/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,359 This file is loaded in full into every session.
When invoked 2,359 The same file — it is already loaded in full.
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 $0.02359 $0.02359
Opus 5 $0.01179 $0.01179
Sonnet 5 $0.00472 $0.00472
Haiku 4.5 $0.00236 $0.00236

Measured 3d ago against content hash b3a681a3f8ed, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

ccstatuswidgets CLAUDE.md 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 3d 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.

| effort | effort.go | file | Reads ~/.claude/settings*.json |
CLAUDE.md · 213 lines

How it starts

The opening of the file, as written. The whole thing — 213 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ccstatuswidgets

What This Is

A Go binary (ccw) that provides a customizable, multi-line status line for Claude Code CLI. Reads JSON from stdin, runs widgets concurrently, renders colored ANSI output to stdout.

Repo: github.com/warunacds/ccstatuswidgets Module: github.com/warunacds/ccstatuswidgets Binary: ccw Go version: 1.21+ Dependencies: stdlib only (no external deps) License: MIT

Build & Test

go test ./...              # all tests
go test ./... -race        # with race detector
go vet ./...               # lint
go build -o ccw ./cmd/ccw  # build binary

Architecture

stdin JSON (from Claude Code)
    │
    ▼
┌─────────────────┐
│  cmd/ccw/main.go │ ─── CLI routing (init, doctor, configure, pomo, etc.)
└────────┬────────┘
         │ pipeline mode (no args)
         ▼
┌─────────────────┐     ┌──────────────────┐
│  config.Load()  │ ──▸ │  widget.Registry │ ◂── widgets.RegisterAll() + plugin.DiscoverPlugins()
└────────┬────────┘     └────────┬─────────┘
         │                       │
         ▼                       ▼
┌─────────────────────────────────────┐
│           engine.Run()              │
│  Launches all widgets concurrently  │
│  500ms timeout per widget           │
│  Cache fallback on timeout/error    │
└────────────────┬────────────────────┘
                 │
                 ▼
┌─────────────────────────────────────┐
│         renderer.Render()           │
│  Per-widget styling (fg/bg/bold)    │
│  Custom separators / Powerline      │
│  ANSI color output                  │
└────────────────┬────────────────────┘
                 │
                 ▼
            stdout (colored text)

Package Map

Package Responsibility Key Types/Functions
cmd/ccw Entry point, CLI routing main(), runPipeline()
internal/protocol Data types StatusLineInput, WidgetOutput, ModelInfo, ContextInfo, RateLimits, CostInfo
internal/widget Widget interface + registry Widget interface (Name(), Render()), Registry (Register, Get, Names)
internal/widgets 23 built-in widget implementations One file per widget, RegisterAll() in register.go
internal/engine Concurrent executor Engine.Run() — goroutines per widget, timeout, cache fallback
internal/renderer ANSI output Render(), WidgetStyle, FgCode/BgCode, Powerline mode
internal/cache File-based TTL cache Cache.Get(), Cache.Set() — atomic writes in ~/.ccstatuswidgets/cache/
internal/config JSON config Config struct, Load(), Save(), Default(), ConfigDir()
internal/httpclient Shared HTTP client Client.Get(), Client.GetWithHeaders() — 3s timeout
internal/plugin External plugin runner DiscoverPlugins(), ExternalWidget (implements Widget interface)
internal/cli CLI commands One file per command (init, doctor, configure, pomo, track, hn, plugin, list, add, remove, etc.)

Read the full file on GitHub · 213 lines

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. 3d ago First seen · 213 lines · 2,359 tokens per session scan B b3a681a3f8ed

Subscribe to this mod's changes

ccstatuswidgets CLAUDE.md is an instructions file published in the GitHub repository warunacds/ccstatuswidgets (2 stars, last pushed 5mo ago), licensed MIT. It adds 2,359 tokens to every session, about $0.0118 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.