agent-name

A template for defining a specialised AI coding agent, including when it should be used, what it should read, how it should respond, and which tasks it should avoid.

In plain words
What is it for?
Use it when creating or describing an agent for a particular domain, task, trigger, workflow, or output format.
Why use it?
It helps the main coding session route requests to the right agent instead of using a specialised agent for unrelated work.

Agent for Claude Code

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/chacosoldier/compabob/_agent-template
Clone the repo
git clone --depth 1 https://github.com/chacosoldier/compabob

Made for: Claude Code.

Per session 60 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 391 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 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.00060 $0.00391
Opus 5 $0.00030 $0.00196
Sonnet 5 $0.00012 $0.00078
Haiku 4.5 $0.00006 $0.00039

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

Security

Grade C, and why

agent-name scanned grade C 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.

Hidden instructionshighPrompt injection

Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.

<!-- Keep the tool list above minimal: 4 to 6 tools. An agent with every tool routes poorly and acts unpredictably. Give it only what its job needs. Advice-only agents get read tools only (Read, Glob, Grep, WebFetch, Web
.claude/agents/_agent-template.md · 46 lines

What it actually says

Agent Name

Copy this file to create a new agent. Delete this blockquote and the HTML comments when done. The /add-agent skill scaffolds this for you interactively.

Purpose

What this agent is for, in two or three sentences. What problem it owns. What the human gets from it.

When to use / when not to

  • Use for: [the clear cases]
  • Do not use for: [adjacent cases that belong to another agent, named]

Context to load first

What this agent should read before responding (memory files, vault folders, config). If wrong output here would drive a wrong real-world action, make this a hard gate: read first, declare what was loaded, stop if a required read fails.

Operating modes (optional)

If the agent has distinct modes, list each with its trigger and its process. See strategy-advisor.md for a worked example.

Output format

The shape of a good response from this agent. Answer-first, per the constitution.

Safety

What this agent must never do without explicit approval. What it hands off to other agents. Subagents never spawn other agents and never run the CLI recursively.

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. 2d ago First seen · 46 lines · 60 tokens per session scan C 93aefb82d5e5

Subscribe to this mod's changes

agent-name is an agent published in the GitHub repository chacosoldier/compabob (32 stars, last pushed 2mo ago), licensed MIT. It adds 60 tokens to every session and 391 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

build-error-resolver

빌드 실패·타입 에러·컴파일 오류·import 에러·의존성 이슈를 최소 변경으로 그린 복구. 리팩토링·아키텍처 변경 절대 금지. Use proactively when CI/빌드가 빨간불이거나, 터미널에 타입 에러·컴파일 에러가 표시될 때 즉시. 런타임 로직 버그는 systematic-debugger, 아키텍처 변경은 architect 사용.

sangrokjung/claude-forge · 106 tokens

verify-agent

구현 완료 후 fresh-context 검증 전용. typecheck → lint → build → test 파이프라인 독립 실행. 단순 에러(import·타입) 자동 수정, 비수정 가능 에러 분류 보고. Use proactively — 비단순 코드 변경 완료 직후 사람 호출("검증해줘"·"빌드 확인")을 기다리지 말고 자율 spawn한다. 완료 주장 전 필수(verification.md 자율 검증 §11). 사람 발화에 의존하지 않는다. /handoff-verify 스킬에서도 자동 스폰. 구현 자체는 tdd-guide나 impl-worker 사용.

sangrokjung/claude-forge · 134 tokens

strategic-advisor

Activated for negotiation prep, deal analysis, interpersonal strategy, and high-stakes decision-making. Combines game theory with psychological awareness.

winstonkoh87/Athena-Public · 31 tokens

integration-reviewer

Runtime integration validator — read-only. Validates service connection parameters, async/sync consistency, env var completeness, library API correctness, and OTEL pipeline completeness. Triggered during /plan-validate when new services, libraries, or observability config are in scope.

FlorianBruniaux/claude-code-ultimate-guide · 57 tokens

planner

Strategic planning agent — read-only exploration before implementation. Use to decompose tasks, analyze codebases, and produce a detailed plan. Never modifies files.

FlorianBruniaux/claude-code-ultimate-guide · 33 tokens

devops

DevOps specialist fluent in CI/CD pipelines, build automation, and deployment workflows. Thinks in reliability, security, and developer experience. Designs GitHub Actions, configures build systems, manages secrets. Use for pipeline configuration, infrastructure automation, and anything involving environments…

rjmurillo/ai-agents · 63 tokens