vscode-winteriscoming AGENTS.md

vscode-winteriscoming AGENTS.md is an instructions file for Codex, OpenCode from johnpapa/vscode-winteriscoming. It costs 1,444 tokens per session, scanned A, original, MIT.

A set of instructions for contributing to Winter Is Coming, a Visual Studio Code color-theme extension with dark and light themes. It explains the theme files, variants, repository layout, and how to work on the project.

In plain words
What is it for?
Use it when changing theme colors, syntax highlighting, theme variants, or extension metadata, or when checking how to package and run the theme project.
Why use it?
It gives a coding agent the project context needed to edit the right theme files and follow the repository’s conventions. It also makes clear that the project has no runtime code, build step, or tests.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions AGENTS.md.

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

Made for: Codex, OpenCode.

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 vscode-winteriscoming AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/johnpapa/vscode-winteriscoming/agents-md.svg)](https://agentmods.dev/instructions/johnpapa/vscode-winteriscoming/agents-md)
Your own site
<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>
Per session 1,444 This file is loaded in full into every session.
When invoked 1,444 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.1 $0.01444 $0.01444
Opus 5 $0.00722 $0.00722
Sonnet 5 $0.00289 $0.00289
Haiku 4.5 $0.00144 $0.00144

Measured 6d ago against content hash 2f0600a6ff08, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

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.

AGENTS.md · 107 lines

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 via contributes.themes
  • Packaging: vsce (Visual Studio Code Extension manager) via npx vsce package
  • Publisher: johnpapa on 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

Read the full file on GitHub · 107 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. 6d ago First seen · 107 lines · 1,444 tokens per session scan A 2f0600a6ff08

Subscribe to this mod's changes

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.