claude-code-essentials-vs-code CLAUDE.md

Project instructions and setup documentation for using Claude Code with Visual Studio Code, a code editor. It includes guides, starter templates, and scripts for installing development tools and extensions.

In plain words
What is it for?
Setting up tools on Unix or Windows, installing VS Code extensions, learning Claude Code workflows, and starting skills, commands, or agents from templates.
Why use it?
It gathers the editor setup, Claude Code usage information, and project conventions in one place.

Instructions file

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/agricidaniel/claude-code-essentials-vs-code/claude-md
Clone the repo
git clone --depth 1 https://github.com/AgriciDaniel/claude-code-essentials-vs-code
Per session 369 This file is loaded in full into every session.
When invoked 369 The same file — it is already loaded in full.
Security scan C 2 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.00369 $0.00369
Opus 5 $0.00185 $0.00185
Sonnet 5 $0.00074 $0.00074
Haiku 4.5 $0.00037 $0.00037

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

Security

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
CLAUDE.md · 42 lines

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
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 · 42 lines · 369 tokens per session scan C 05d95bd370e0

Subscribe to this mod's changes

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.

Related

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/.

AgriciDaniel/claude-obsidian · 219 tokens

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.

AgriciDaniel/claude-obsidian · 1,123 tokens

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.

AgriciDaniel/claude-obsidian · 186 tokens

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.

AgriciDaniel/banana-claude · 1,667 tokens

claude-ads AGENTS.md

Instructions for AgriciDaniel/claude-ads, covering claude ads agent instructions, read order, operating rules and portable execution.

AgriciDaniel/claude-ads · 401 tokens

claude-ads CLAUDE.md

Instructions for AgriciDaniel/claude-ads, covering claude ads repository instructions, architecture, development and verification.

AgriciDaniel/claude-ads · 280 tokens