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/agricidaniel/claude-code-essentials-vs-code/claude-mdgit clone --depth 1 https://github.com/AgriciDaniel/claude-code-essentials-vs-codeWhat 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.00369 | $0.00369 |
| Opus 5 | $0.00185 | $0.00185 |
| Sonnet 5 | $0.00074 | $0.00074 |
| Haiku 4.5 | $0.00037 | $0.00037 |
Grade C, and why
claude-code-essentials-vs-code CLAUDE.md scanned grade C with 2 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.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
curl -fsSL https://raw.githubusercontent.com/AgriciDaniel/claude-code-essentials-vs-code/main/scripts/setup.sh | bash Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -fsSL https://raw.githubusercontent.com/AgriciDaniel/claude-code-essentials-vs-code/main/scripts/setup.sh | bash What it actually says
Claude Code Essentials for VS Code
Project Overview
A comprehensive setup guide and toolkit for Claude Code with VS Code. Includes development tool installation, VS Code extension management, Claude Code feature documentation, and starter templates for skills, commands, and agents.
Architecture
claude-code-essentials-vs-code/
CLAUDE.md # Project instructions (this file)
README.md # Main guide with install instructions
docs/ # Detailed guides
dev-setup-guide.md # Core tools, package managers, CLI
vscode-extensions-guide.md # VS Code extensions for Claude Code
claude-code-guide.md # Claude Code features and workflows
claude-code-resources.md # Curated resource collection
scripts/ # Setup automation
setup.sh # Unix setup (tools + extensions)
setup.ps1 # Windows setup (tools + extensions)
install-extensions.sh # VS Code extension installer (Unix)
install-extensions.ps1 # VS Code extension installer (Windows)
templates/ # Starter templates
CLAUDE.md # Example CLAUDE.md for user projects
settings.json # Recommended VS Code settings
skills/ # Skill templates (Tier 1-4)
commands/ # Custom command templates
agents/ # Agent templates
Usage
# One-command setup (Unix)
curl -fsSL https://raw.githubusercontent.com/AgriciDaniel/claude-code-essentials-vs-code/main/scripts/setup.sh | bash
# One-command setup (Windows)
irm https://raw.githubusercontent.com/AgriciDaniel/claude-code-essentials-vs-code/main/scripts/setup.ps1 | iex
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 · 42 lines · 369 tokens per session scan C 05d95bd370e0
claude-code-essentials-vs-code CLAUDE.md is an instructions file published in the GitHub repository AgriciDaniel/claude-code-essentials-vs-code (57 stars, last pushed 4mo ago), licensed MIT. It adds 369 tokens to every session, about $0.0018 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
claude-obsidian GEMINI.md
Gemini CLI instructions for AgriciDaniel/claude-obsidian: Read AGENTS.md as the canonical host-neutral contract. Skills live in skills/ /SKILL.md and the portable core lives in claudeobsidian/.
claude-obsidian AGENTS.md
AGENTS.md instructions for AgriciDaniel/claude-obsidian, covering claude-obsidian: agent instructions, product and vault boundaries, bootstrap, canonical skills and mutation protocol.
claude-obsidian copilot-instructions.md
Copilot instructions for AgriciDaniel/claude-obsidian: Read AGENTS.md before proposing changes. The repository is an Agent Skills package, Claude Code adapter, standard-library Python core, and deterministic vault template—not the default live user vault.
banana-claude CLAUDE.md
Instructions for AgriciDaniel/banana-claude, covering banana claude development contract, current architecture, provider state, verified 2026-08-29, development boundaries and python support.
claude-ads AGENTS.md
Instructions for AgriciDaniel/claude-ads, covering claude ads agent instructions, read order, operating rules and portable execution.
claude-ads CLAUDE.md
Instructions for AgriciDaniel/claude-ads, covering claude ads repository instructions, architecture, development and verification.