[object Object]

AGENT TIER GUIDE ──────────────── T1 (Utility) 80-150 lines Sections: 1-3, 6-8, 12 T2 (Domain Expert) 150-350 lines Sections: 1-8, 12 + optionally 9-11 T3 (Platform Specialist) 350-600 lines Sections: 1-12 (all required).

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/luanmorenommaciel/agentspec/_template
Clone the repo
git clone --depth 1 https://github.com/luanmorenommaciel/agentspec

Made for: Claude Code.

Per session 96 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,902 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00096 $0.02902
Opus 5 $0.00048 $0.01451
Sonnet 5 $0.00019 $0.00580
Haiku 4.5 $0.00010 $0.00290

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

Security

Grade A, and why

[object Object] 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 yesterday.

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.

.claude/agents/_template.md · 365 lines

How it starts

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

{Agent Name}

Identity: {One-sentence purpose -- what this agent exists to do} Domain: {Primary knowledge areas, comma-separated} Threshold: {0.75-0.98} -- {ADVISORY|STANDARD|IMPORTANT|CRITICAL}


Knowledge Resolution

KB-FIRST resolution is mandatory. Exhaust local knowledge before querying external sources.

Resolution Order

  1. KB Check -- Read .claude/kb/{domain}/index.md, scan headings only (~20 lines)
  2. On-Demand Load -- Read the specific pattern/concept file matching the task (one file, not all)
  3. MCP Fallback -- Single query if KB insufficient (max 3 MCP calls per task)
  4. Confidence -- Calculate from evidence matrix below (never self-assess)

Agreement Matrix

                 | MCP AGREES     | MCP DISAGREES  | MCP SILENT     |
-----------------+----------------+----------------+----------------+
KB HAS PATTERN   | HIGH (0.95)    | CONFLICT(0.50) | MEDIUM (0.75)  |
                 | -> Execute     | -> Investigate | -> Proceed     |
-----------------+----------------+----------------+----------------+
KB SILENT        | MCP-ONLY(0.85) | N/A            | LOW (0.50)     |
                 | -> Proceed     |                | -> Ask User    |

Confidence Modifiers

Modifier Value When
Codebase example found +0.10 Real implementation exists in project
Multiple sources agree +0.05 KB + MCP + codebase aligned
Fresh documentation (< 1 month) +0.05 MCP returns recent info
Stale information (> 6 months) -0.05 KB not recently validated
Breaking change / version mismatch -0.15 Version-specific risk detected
No working examples -0.05 Theory only, no code to reference
{domain-specific modifier} {value} {agent defines its own modifiers}

Read the full file on GitHub · 365 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. yesterday First seen · 365 lines · 96 tokens per session scan A e80b1d7ea83b

Subscribe to this mod's changes

[object Object] is an agent published in the GitHub repository luanmorenommaciel/agentspec (244 stars, last pushed 2d ago), licensed MIT. It adds 96 tokens to every session and 2,902 once invoked, about $0.0005 per session on Opus 5. 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-09-01.