vscode-angular-snippets AGENTS.md

A repository guide for an Angular snippets extension in Visual Studio Code, a code editor. It explains the extension's JSON snippet files, project layout, development setup, and browser-based testing.

In plain words
What is it for?
Use it to find and edit TypeScript, JavaScript, HTML, JSONC, or Dockerfile snippets, understand the development container, and run the available smoke tests.
Why use it?
It helps an agent understand how this repository works without treating it like a normal application. It clarifies that the main product is reusable code text inserted into the editor, not a running service.

Instructions file for CodexOpenCode

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/johnpapa/vscode-angular-snippets/agents-md
Clone the repo
git clone --depth 1 https://github.com/johnpapa/vscode-angular-snippets

Made for: Codex, OpenCode.

Per session 1,584 This file is loaded in full into every session.
When invoked 1,584 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.01584 $0.01584
Opus 5 $0.00792 $0.00792
Sonnet 5 $0.00317 $0.00317
Haiku 4.5 $0.00158 $0.00158

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

Security

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.

AGENTS.md · 151 lines

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

Read the full file on GitHub · 151 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. 2d ago First seen · 151 lines · 1,584 tokens per session scan A 72d290e51ec2

Subscribe to this mod's changes

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.

Related

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.

heygen-com/hyperframes · 1,468 tokens

kilocode AGENTS.md

AGENTS.md instructions for Kilo-Org/kilocode, covering agents.md, build and dev, quality checks, products and package instructions.

Kilo-Org/kilocode · 4,334 tokens

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.

spartan-ng/spartan · 438 tokens

react-svg AGENTS.md

Instructions for tanem/react-svg, covering agents.md, writing, architecture, build & test and releases.

tanem/react-svg · 1,330 tokens

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.

Ocean-Industries-Concept-Lab/openbridge-webcomponents · 10,138 tokens

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.

SAP-samples/hana-developer-cli-tool-example · 4,811 tokens