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/johnpapa/vscode-angular-snippets/agents-mdgit clone --depth 1 https://github.com/johnpapa/vscode-angular-snippetsWhat 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.01584 | $0.01584 |
| Opus 5 | $0.00792 | $0.00792 |
| Sonnet 5 | $0.00317 | $0.00317 |
| Haiku 4.5 | $0.00158 | $0.00158 |
Grade A, and why
vscode-angular-snippets 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 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.
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 — 151 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Angular Snippets for VS Code — Agent Guide
This is a VS Code snippets extension — not a traditional application. The "product" is JSON snippet definitions that VS Code injects into its editor, scoped by language. There is no runtime code, no build output, and no test suite.
Repository Structure
vscode-angular-snippets/
├── snippets/
│ ├── typescript.json # Angular TypeScript snippets (components, services, pipes, guards, etc.)
│ ├── javascript.json # Express server snippet
│ ├── html.json # Angular template directive snippets (ngIf, ngFor, routerLink, etc.)
│ ├── jsonc.json # VS Code launch/task configuration snippets
│ └── dockerfile.json # Multi-stage Docker build snippet for Angular apps
├── test/
│ ├── extension.test.ts # Extension smoke test (placeholder)
│ ├── index.ts # Test runner entry point
│ └── test.html # Test HTML fixture
├── images/
│ ├── angular-shield.png # Extension icon
│ └── use-extension.gif # Usage demo GIF
├── .devcontainer/
│ ├── devcontainer.json # Dev container config (Node 20)
│ └── Dockerfile # Dev container image
├── .vscode/
│ ├── settings.json # Editor settings (Peacock colors)
│ └── launch.json # Extension host debug configs
├── code_of_conduct/
│ ├── README.md # Code of conduct text
│ └── LICENSE # Code of conduct license
├── package.json # Extension manifest — THE product spec
├── package-lock.json # Dependency lockfile
├── README.md # Snippet reference tables, installation guide
├── CHANGELOG.md # Version history (follows Angular major versions)
├── CONTRIBUTING.md # Contribution guidelines
├── LICENSE.md # MIT license
├── ISSUE_TEMPLATE.md # Legacy issue template (root-level)
├── PULL_REQUEST_TEMPLATE.md # PR template (root-level)
├── .vscodeignore # Files excluded from published extension
└── .gitignore # Git ignore rules
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.
- 2d ago First seen · 151 lines · 1,584 tokens per session scan A 72d290e51ec2
vscode-angular-snippets AGENTS.md is an instructions file published in the GitHub repository johnpapa/vscode-angular-snippets (567 stars, last pushed 4d ago), licensed MIT. It adds 1,584 tokens to every session, about $0.0079 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-30.
Other instructions, from other repositories
hyperframes AGENTS.md
AGENTS.md instructions for heygen-com/hyperframes, covering hyperframes, skills, build & test, linting & formatting and composition validation.
kilocode AGENTS.md
AGENTS.md instructions for Kilo-Org/kilocode, covering agents.md, build and dev, quality checks, products and package instructions.
spartan CLAUDE.md
Instructions for spartan-ng/spartan, covering working in this repo (notes for claude / ai agents), before pushing: run the ci checks locally and pull requests.
react-svg AGENTS.md
Instructions for tanem/react-svg, covering agents.md, writing, architecture, build & test and releases.
openbridge-webcomponents watch-radial-instruments.instructions.md
Instructions for Ocean-Industries-Concept-Lab/openbridge-webcomponents, covering watch & radial instruments, architecture overview, key principle: logic in watch.ts, instruments stay thin, shared sibling modules and layering & stacking pattern.
hana-developer-cli-tool-example mcp-server-development.instructions.md
Use when creating or updating MCP (Model Context Protocol) server components. Enforces TypeScript patterns, JSON-RPC communication rules, tool/resource/prompt registration, and integration with CLI command metadata. Ensures MCP server follows protocol requirements and maintains consistency with the CLI infrastructure.