dev-use-cases

dev-use-cases is an agent for Claude Code from w0wl0lxd/tooned. It costs 0 tokens per session (1,817 once invoked), scanned A, original, AGPL-3.0.

An account of testing and codebase exploration for the tooned project, a tool that works with structured data and agent workflows.

In plain words
What is it for?
Use it when investigating or documenting tooned checks, pipes, indexes, metrics, configuration, and related source code.
Why use it?
It gives developers evidence about how the project behaves in real commands, streaming cases, edge cases, and internal components.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

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 agents/w0wl0lxd/tooned/dev-use-cases
Clone the repo
git clone --depth 1 https://github.com/w0wl0lxd/tooned

Made for: Claude Code.

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 dev-use-cases

README.md
[![agentmods](https://agentmods.dev/badge/agents/w0wl0lxd/tooned/dev-use-cases.svg)](https://agentmods.dev/agents/w0wl0lxd/tooned/dev-use-cases)
Your own site
<a href="https://agentmods.dev/agents/w0wl0lxd/tooned/dev-use-cases"><img src="https://agentmods.dev/badge/agents/w0wl0lxd/tooned/dev-use-cases.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,817 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00000 $0.01817
Opus 5 $0.00000 $0.00908
Sonnet 5 $0.00000 $0.00363
Haiku 4.5 $0.00000 $0.00182

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

Security

Grade A, and why

dev-use-cases scanned grade A with 0 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

docs/agents/dev-use-cases.md · 95 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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 · 95 lines · 0 tokens per session scan A 0173f416a565

Subscribe to this mod's changes

dev-use-cases is an agent published in the GitHub repository w0wl0lxd/tooned (1 stars, last pushed 5d ago), licensed AGPL-3.0. It costs nothing until one of its globs matches a file; then it loads 1,817 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

worker

执行工(士兵),用于挂帅/orchestrator 模式——主会话(STRONG 模型)把已经拆解清楚、边界明确的子任务派给它并行执行:写样板代码、批量改文件、跑测试、常规检索等。军令必须自包含(含文件路径与验收标准)。.

DENGYUFAN0/guashuai-junshi · 79 tokens

advisor

军师,用于军师/advisor 模式——主会话跑 CHEAP 模型时,仅在关键决策点调用:架构取舍、疑难 bug 定位思路、方案评审。每次调用只问一个聚焦的问题,附上必要上下文。只出判断,不用于执行改代码等常规工作。.

DENGYUFAN0/guashuai-junshi · 76 tokens

plan-validator

Use this agent when you have created a plan (e.g., implementation plan, architecture design, refactoring strategy, feature specification) and need to validate and iteratively improve it before execution. This agent should be invoked:\n\n- After drafting any significant technical plan that will guide implementation…

sonomirco/agents-and-commands · 0 tokens

document-parser-searcher

Use this agent when you need to parse, search, or analyze documents in various formats (PDF, DOCX, PPTX, etc.). Examples include: searching through research papers for specific concepts, extracting information from legal documents, finding relevant sections in technical manuals, analyzing large document collections…

sonomirco/agents-and-commands · 0 tokens

code-simplicity-reviewer

Use this agent when you need a final review pass to ensure code changes are as simple and minimal as possible. This agent should be invoked after implementation is complete but before finalizing changes, to identify opportunities for simplification, remove unnecessary complexity, and ensure adherence to YAGNI…

sonomirco/agents-and-commands · 0 tokens

grasshopper-analyzer

Use PROACTIVELY for analyzing Grasshopper XML files. MUST BE USED when asked to extract C# script nodes, connections, and workflow analysis from .gh files. You are a specialized Grasshopper XML analysis expert. Your purpose is to analyze Grasshopper XML files and extract comprehensive information about C# script nodes…

sonomirco/agents-and-commands · 74 tokens