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 agents/sstraus/tuicommander/claude-codegit clone --depth 1 https://github.com/sstraus/tuicommanderWhat 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.00000 | $0.03092 |
| Opus 5 | $0.00000 | $0.01546 |
| Sonnet 5 | $0.00000 | $0.00618 |
| Haiku 4.5 | $0.00000 | $0.00309 |
Grade B, and why
claude-code 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 2d 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.
Configured via `~/.claude/settings.json` → `statusLine`, but **rendered How it starts
The opening of the file, as written. The whole thing — 312 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Claude Code — UI Layout Reference
Agent-specific layout reference for Claude Code (Anthropic). See agent-ui-analysis.md for shared concepts.
Observed version: v2.1.81 (2026-03-21)
Rendering engine: Ink (React for terminals)
Rendering approach: ANSI relative cursor positioning (\033[NA, \033[1B)
Layout Anatomy (bottom → top)
[agent output / response text]
[empty line(s)]
✶ Undulating… (1m 32s · ↓ 2.2k tokens) (spinner — above separator, while working)
[empty line]
──────────────────────────────────── (upper separator, may contain label)
❯ [user input] (prompt line)
──────────────────────────────────── (lower separator)
[status line(s)] (0-N lines, indented 2 spaces)
[mode line] (last row, indented 2 spaces)
Real-world Examples (live sessions, 2026-03-21)
Standard idle — no subprocess
❯
──────────────────────────────────────────────────────────────────────────
[Opus 4.6 (1M context) | Max] │ tuicommander git:(main*)
Context █░░░░░░░░░ 8% $0 (~$2.97) │ Usage ⚠ (429)
⏵⏵ bypass permissions on (shift+tab to cycle)
With subprocess — new format (count left)
───────────────────────────────────────────────────────── extractor ──
❯
──────────────────────────────────────────────────────────────────────────
[Opus 4.6 (1M context) | Max] │ mdkb git:(feat/document-organizer*)
Context ░░░░░░░░░░ 4% $0 (~$79.88) │ Usage ⚠ (429)
1 shell · ⏵⏵ bypass permissions on
Subprocess only — no mode indicator
───────────────────────────────────────────────────────── extractor ──
❯
──────────────────────────────────────────────────────────────────────────
[Opus 4.6 (1M context) | Max] │ mdkb git:(feat/document-organizer*)
Context ░░░░░░░░░░ 4% $0 (~$79.81) │ Usage ⚠ (429)
1 shell
Default mode (no bypass) — single status line, no mode line
❯
───────────────────────────────────────────────────────────────────────────────
[Opus 4.6 (1M context) | Max] ░░░░░░░░░░ 3% | tuicommander git:(main*) |… ○ low · /ef…
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.
- 2d ago First seen · 312 lines · 0 tokens per session scan B 86e24d2d3308
claude-code is an agent published in the GitHub repository sstraus/tuicommander (125 stars, last pushed 5d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 3,092 tokens. 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-30.
Other agents, from other repositories
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
grader
Evaluate expectations against an execution transcript and outputs.
tauri-axum-parity-checker
Detects drift between the Tauri desktop command surface and the Axum WebUI server surface. Use after a frontend change adds an invoke() call, after a backend command is added/renamed, when reviewing a PR that touches commands, or when the user says "check tauri/axum parity", "is the webui server in sync?". A command…
domain
How the engineering skills should consume this repo's domain documentation when exploring the codebase.
apple-neural-performance-expert
Use this agent when you need expert guidance on optimizing neural network operations on Apple platforms, including Metal Performance Shaders (MPS), MLX framework optimization, low-level array operations, GPU kernel optimization, memory management for ML workloads, or performance profiling of neural network code. This…