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/aget-framework/template-advisor-aget/agents-mdgit clone --depth 1 https://github.com/aget-framework/template-advisor-agetWrote 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/aget-framework/template-advisor-aget/agents-md)<a href="https://agentmods.dev/instructions/aget-framework/template-advisor-aget/agents-md"><img src="https://agentmods.dev/badge/instructions/aget-framework/template-advisor-aget/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.06749 | $0.06749 |
| Opus 5 | $0.03374 | $0.03374 |
| Sonnet 5 | $0.01350 | $0.01350 |
| Haiku 4.5 | $0.00675 | $0.00675 |
Grade A, and why
template-advisor-aget AGENTS.md 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 776 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent Configuration - Advisor AGET Template
@aget-version: 3.33.1 @aget-canonical-specs: https://github.com/aget-framework/aget/tree/v3.33.1/specs — reliance-only conformance (D-1, 2026-07-04): this template runs the version's features; specs are canonical-referenced, not copied locally
Agent Compatibility
This configuration follows the AGENTS.md open-source standard for universal agent configuration. Works with Claude Code, Codex CLI, Gemini CLI, and other CLI coding agents. Note: CLAUDE.md is a symlink to this file for backward compatibility.
Project Context
template-advisor-aget - Advisory Agent Template v2.8.0
Purpose
Template for creating read-only advisory agents with persona differentiation (teacher, mentor, consultant, guru, coach). Portfolio governance support with scoped write permissions respecting portfolio boundaries (.aget/** only). Enforces advisory boundaries through contract tests and capability declarations.
###Based on Framework Learnings
- L95: Advisor Role Enforcement - Instructions alone don't maintain role boundaries
- L114: Requirements Before Solutions - Advisor mode protocol
- L118: Advisor Role Clarity in Multi-Agent Sessions
- D11: Terminology Disambiguation (Supervisor/Coordinator/Advisor)
- ADVISOR_MODE_PROTOCOL_v1.0: Operational guidelines
Key Characteristics
- Read-only:
instance_type: "aget"(cannot modify systems) - Advisory focus: Guidance, analysis, recommendations only
- Persona-based: Five distinct advisory styles
- Hybrid enforcement: Declarations + contract tests
- Portfolio-aware: Respects portfolio boundaries in scoped writes (v2.8.0)
Portfolio Configuration (v2.8.0)
Purpose: Organize advisor agents by sensitivity level for appropriate handling and governance.
Portfolio Field in .aget/version.json:
{
"portfolio": "main" // or "example", "workco", null
}
Classifications:
- main (private): Standard advisory agents with general-purpose guidance
- example (very_personal): Personal/confidential advisory agents (coaching, mentoring)
- workco (confidential): Domain-specific advisory agents with proprietary context
- null: Template or unassigned agent
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.
- 4d ago First seen · 776 lines · 6,749 tokens per session scan A 0fc58ee0f535
template-advisor-aget AGENTS.md is an instructions file published in the GitHub repository aget-framework/template-advisor-aget (2 stars, last pushed 4d ago), licensed Apache-2.0. It adds 6,749 tokens to every session, about $0.0337 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-08-31.
Other instructions, from other repositories
Meta_Kim CLAUDE.md
Claude Code instructions for KimYx0207/Meta_Kim, covering metakim for claude code, fast read, what this repository is, claude code's role and canonical vs runtime files.
cookiecutter-mlops-package AGENTS.md
Instructions for fmind/cookiecutter-mlops-package, covering agents.md, project overview, setup & core commands, definition of done and conventions & idioms.
sofagent GEMINI.md
Instructions for KongFangXun/sofagent, covering gemini.md · sofagent gemini cli 适配(薄挂载), 会话开始时按序加载(四层加载链), 审计强制(平台无关) and 连接 mcp server.
rust-2026-template AGENTS.md
AGENTS.md instructions for d-oit/rust-2026-template, covering agent coding contract, quick reference, project structure, agent skills (.agents/skills/) and multi-agent support.
sofagent AGENTS.md
Instructions for KongFangXun/sofagent, covering agents.md · sofagent codex 适配(薄挂载), 会话开始时按序加载(四层加载链), modelinstructionsfile(可选), /.codex/config.toml and 审计强制(平台无关).
template CLAUDE.md
Claude Code instructions for snowdreamtech/template, covering 🚨 critical system instruction 🚨, rules location, 🚨 critical token limit protocol 🚨 and why this file exists.