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.
npx agentmods add instructions/tenondecrpc/cc-statusline/agents-mdgit clone --depth 1 https://github.com/tenondecrpc/cc-statuslineWrote 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.
[](https://agentmods.dev/instructions/tenondecrpc/cc-statusline/agents-md)<a href="https://agentmods.dev/instructions/tenondecrpc/cc-statusline/agents-md"><img src="https://agentmods.dev/badge/instructions/tenondecrpc/cc-statusline/agents-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.02696 | $0.02696 |
| Opus 5 | $0.01348 | $0.01348 |
| Sonnet 5 | $0.00539 | $0.00539 |
| Haiku 4.5 | $0.00270 | $0.00270 |
Grade B, and why
cc-statusline AGENTS.md scanned grade B with 2 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 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.
Use real `~/.claude/settings.json` only when the task specifically requires it. Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -fsSL "https://github.com/tenondecrpc/cc-statusline/archive/refs/tags/vX.Y.Z.tar.gz" \ How it starts
The opening of the file, as written. The whole thing — 271 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Guidelines for coding agents operating in this repository.
Instruction Source
AGENTS.md is the authoritative repository instruction file for this project.
CLAUDE.md is a thin bootstrap that defers to AGENTS.md and must not duplicate repository rules.
Keep product usage docs in README.md. Keep this file focused on how agents should work in the repository.
Project
This repository contains cc-statusline, a configurable statusline command for Claude Code.
The current stack is:
- Node.js 18+ for the npm CLI and Windows runtime.
- Bash 3.2+ for Unix runtime and installer scripts.
jq1.6+ for JSON parsing and config merging.- JSON presets under
presets/. - Shell smoke tests under
tests/. - macOS and Linux support through the Bash runtime and Homebrew.
- Windows support through the npm Node.js runtime.
Current repository shape:
statusline.sh: Claude Code statusline entrypoint. Reads session JSON from stdin and prints one or more statusline rows.lib/colors.sh: ANSI color capability detection and color helpers.lib/config.sh: user config and preset loading.lib/git.sh: bounded git helpers used by statusline modules.lib/modules.sh: statusline module implementations.lib/render.sh: layout renderer that dispatches configured modules.presets/*.json: built-in layouts and default module settings.install.sh: installer that copies files, writes user config, updates Claude settings, and creates backups.uninstall.sh: uninstaller and backup restore flow.tests/test.sh: fixture-based smoke and regression tests.tests/fixtures/*.json: representative Claude Code session payloads.
Language And Writing
All repository artifacts should be written in English unless the user explicitly asks otherwise.
Use ASCII punctuation by default. Do not use em dashes or en dashes in prose, comments, commit messages, plans, or documentation. Use the ASCII hyphen instead.
Unicode glyphs are allowed when they are part of the product output, screenshots, fixture expectations, or README examples for the statusline itself.
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.
- 5d ago First seen · 271 lines · 2,696 tokens per session scan B 793df1925cc5
cc-statusline AGENTS.md is an instructions file published in the GitHub repository tenondecrpc/cc-statusline (11 stars, last pushed 3mo ago), licensed MIT. It adds 2,696 tokens to every session, about $0.0135 per session on Opus 5. A static security scan graded it B with 2 findings (reads agent configuration directories, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
tokenjuice AGENTS.md
AGENTS.md instructions for vincentkoc/tokenjuice, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and host integrations.
working-activity AGENTS.md
AGENTS.md instructions for ccch1mneyyy/working-activity, covering working-activity 项目规则, 用途, pi 版开发约定, dsh 版开发约定 and 文案.
claude-code-statusline AGENTS.md
Instructions for ilia-pluzhnikov/claude-code-statusline, covering claude-code-statusline, project shape, rules for contributors (and ai agents), editing this file and testing.
agent-tools AGENTS.md
AGENTS.md instructions for kairyou/agent-tools, covering agent instructions, build and test, layout, settled decisions and docs.
opencode-cache-hit AGENTS.md
AGENTS.md instructions for zhumengzhu/opencode-cache-hit, covering agents.md — maintainer & ai assistant guide, project purpose, documentation map, commands and code conventions.
claude-code-statusline CLAUDE.md
Instructions for glauberlima/claude-code-statusline, covering claude.md, project overview, development commands, testing and run all tests (unit + integration).