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-winteriscoming/agents-mdgit clone --depth 1 https://github.com/johnpapa/vscode-winteriscomingWrote 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/johnpapa/vscode-winteriscoming/agents-md)<a href="https://agentmods.dev/instructions/johnpapa/vscode-winteriscoming/agents-md"><img src="https://agentmods.dev/badge/instructions/johnpapa/vscode-winteriscoming/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.1 | $0.01444 | $0.01444 |
| Opus 5 | $0.00722 | $0.00722 |
| Sonnet 5 | $0.00289 | $0.00289 |
| Haiku 4.5 | $0.00144 | $0.00144 |
Grade A, and why
vscode-winteriscoming 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 6d 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 — 107 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Winter is Coming Theme — Agent Guide
A VS Code color theme extension providing dark and light themes with vibrant syntax highlighting. This is a theme-only extension — no runtime code, no build step, no tests.
Repository Structure
vscode-winteriscoming/
├── themes/ # Theme JSON files (the product)
│ ├── WinterIsComing-dark-blue-color-theme.json
│ ├── WinterIsComing-dark-blue-color-no-italics-theme.json
│ ├── WinterIsComing-dark-color-theme.json
│ ├── WinterIsComing-dark-color-no-italics-theme.json
│ ├── WinterIsComing-light-color-theme.json
│ └── WinterIsComing-light-color-no-italics-theme.json
├── images/ # Screenshots and icon
│ └── winteriscoming-icon.png
├── .github/
│ ├── copilot-instructions.md # AI contributor conventions
│ ├── dependabot.yml # Dependency update automation
│ ├── ISSUE_TEMPLATE/ # Bug report and feature request forms
│ ├── PULL_REQUEST_TEMPLATE.md # PR checklist
│ └── workflows/ # CI (vsce package validation)
├── package.json # Extension manifest — defines themes, metadata, publisher
├── CHANGELOG.md # Version history (Keep a Changelog format)
├── CONTRIBUTING.md # Contribution guidelines
├── README.md # Overview, screenshots, installation, recommended settings
├── LICENSE.md # MIT
└── AGENTS.md # This file
Tech Stack
- Extension type: VS Code color theme (no runtime code)
- Theme format: JSON color theme files following the VS Code theme color reference
- Manifest:
package.json— defines all theme contributions viacontributes.themes - Packaging:
vsce(Visual Studio Code Extension manager) vianpx vsce package - Publisher:
johnpapaon the VS Code Marketplace
Theme Variants
| Theme | UI Theme | Italics | File |
|---|---|---|---|
| Winter is Coming (Dark Blue) | vs-dark |
Yes | WinterIsComing-dark-blue-color-theme.json |
| Winter is Coming (Dark Blue - No Italics) | vs-dark |
No | WinterIsComing-dark-blue-color-no-italics-theme.json |
| Winter is Coming (Dark Black) | vs-dark |
Yes | WinterIsComing-dark-color-theme.json |
| Winter is Coming (Dark Black - No Italics) | vs-dark |
No | WinterIsComing-dark-color-no-italics-theme.json |
| Winter is Coming (Light) | vs |
Yes | WinterIsComing-light-color-theme.json |
| Winter is Coming (Light - No Italics) | vs |
No | WinterIsComing-light-color-no-italics-theme.json |
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.
- 6d ago First seen · 107 lines · 1,444 tokens per session scan A 2f0600a6ff08
vscode-winteriscoming AGENTS.md is an instructions file published in the GitHub repository johnpapa/vscode-winteriscoming (182 stars, last pushed 1mo ago), licensed MIT. It adds 1,444 tokens to every session, about $0.0072 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
awesome-vscode CLAUDE.md
Instructions for viatsko/awesome-vscode, covering claude.md, what this repo is, adding an entry, themes and linting / ci.
kilocode AGENTS.md
AGENTS.md instructions for Kilo-Org/kilocode, covering agents.md, build and dev, quality checks, products and package instructions.
vscode-peacock AGENTS.md
AGENTS.md instructions for johnpapa/vscode-peacock, covering peacock — agent guide, project overview, repository structure, tech stack and build & run.
language-tools AGENTS.md
AGENTS.md instructions for prisma/language-tools, covering agent guide for prisma language tools, project overview, packages, documentation and quick start.
getspecstory copilot-instructions.md
Copilot instructions for specstoryai/getspecstory: Examine the file changes for the pull request.
vscode-peacock copilot-instructions.md
Copilot instructions for johnpapa/vscode-peacock, covering copilot instructions — peacock, project type, typescript conventions, vs code extension patterns and color handling.