ai-agents templates.instructions.md

ai-agents templates.instructions.md is an instructions file for GitHub Copilot from rjmurillo/ai-agents. It costs 986 tokens per session, scanned A, original, MIT.

Repository instructions for maintaining shared agent templates and the generated copies used by several coding tools.

In plain words
What is it for?
Use them when editing agent templates, changing available tools, regenerating agent files, or preparing related pull requests.
Why use it?
They prevent template changes from leaving different tools out of sync or generated files uncommitted.

Instructions file for GitHub Copilot

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 instructions/rjmurillo/ai-agents/templates
Clone the repo
git clone --depth 1 https://github.com/rjmurillo/ai-agents

Made for: GitHub Copilot.

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 ai-agents templates.instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/rjmurillo/ai-agents/templates.svg)](https://agentmods.dev/instructions/rjmurillo/ai-agents/templates)
Your own site
<a href="https://agentmods.dev/instructions/rjmurillo/ai-agents/templates"><img src="https://agentmods.dev/badge/instructions/rjmurillo/ai-agents/templates.svg" alt="Measured on agentmods" height="20"></a>
Per session 986 This file is loaded in full into every session.
When invoked 986 The same file — it is already loaded in full.
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.00986 $0.00986
Opus 5 $0.00493 $0.00493
Sonnet 5 $0.00197 $0.00197
Haiku 4.5 $0.00099 $0.00099

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

Security

Grade A, and why

ai-agents templates.instructions.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 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.

.github/instructions/templates.instructions.md · 34 lines

How it starts

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

Template File Rules

templates/ is the source of truth for the agent copies that build/generate_agents.py writes: src/copilot-cli/agents/ and src/vs-code-agents/. It does NOT cascade everywhere. src/claude/, .claude/agents/, and .github/agents/ are hand-maintained and no generator writes them, so a template edit reaches them only if you make the matching edit yourself in the same change. Forgetting either half leaves the platforms out of sync.

MUST

  1. Regenerate after edits. Changes MUST be followed by running uv run python build/generate_agents.py before commit. Uncommitted generator output is a protocol failure.
  2. Commit generated output. Regenerated files under src/copilot-cli/agents/ and src/vs-code-agents/ MUST be committed in the same PR as the template change. Those two are the only trees build/generate_agents.py writes; src/claude/, .claude/agents/, and .github/agents/ are hand-maintained and the generator does not touch them (see .agents/governance/GENERATOR-FILES.md).
  3. Toolset integrity. Changes that add or remove tools MUST update templates/toolsets.yaml consistently.
  4. Frontmatter fields. Agent templates MUST keep description present and valid. name is not a template field: no shipped agent template defines it, and the generator derives the generated agent's name from the template's own filename before platform conversion, adding it back only for a platform whose config sets includeNameField: true. model_tier is optional: ADR-080 governs whether a generated agent may carry a model: pin at all (see MUST-5). ADR-002, formerly cited here, is deprecated in favor of ADR-080 (2026-08-25).
  5. Model selection. A template's model_tier MUST comply with ADR-080. The generator resolves a model: pin for the generated Copilot/VS Code/Visual Studio mirrors in two cases only: a fresh, fully-validated KEEP_PIN entry in the ADR-080 sidecar manifest for that template (ADR-080 rules 2 and 4, any tier), or the haiku tier with no such entry, the sole cost exception ADR-080 rule 3 recognizes. When no valid manifest entry exists, model_tier: opus or model_tier: sonnet, and no model_tier at all, MUST resolve to no model: field, so the mirror inherits the harness default rather than shipping an unjustified pin that breaks on the next model retirement (issue #5313).

Read the full file on GitHub · 34 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 · 34 lines · 986 tokens per session scan A 83bd4831827b

Subscribe to this mod's changes

ai-agents templates.instructions.md is an instructions file published in the GitHub repository rjmurillo/ai-agents (45 stars, last pushed today), licensed MIT. It adds 986 tokens to every session, about $0.0049 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-03.