new-windows-dev-pc CLAUDE.md

new-windows-dev-pc CLAUDE.md is an instructions file for coding agents from NotMyself/new-windows-dev-pc. It costs 1,262 tokens per session, scanned B, original, MIT.

A project instruction file for Claude Code covering a Windows developer setup repository. The repository uses PowerShell scripts to install and configure development tools, WSL, fonts, packages, and editor extensions.

In plain words
What is it for?
Use it when maintaining or running the Windows setup scripts, including installation, configuration, WSL, PowerShell, npm packages, and VS Code extensions.
Why use it?
It tells the coding assistant how the setup repository works and which commands and requirements apply.

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/notmyself/new-windows-dev-pc/claude-md
Clone the repo
git clone --depth 1 https://github.com/NotMyself/new-windows-dev-pc

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 new-windows-dev-pc CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/notmyself/new-windows-dev-pc/claude-md.svg)](https://agentmods.dev/instructions/notmyself/new-windows-dev-pc/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/notmyself/new-windows-dev-pc/claude-md"><img src="https://agentmods.dev/badge/instructions/notmyself/new-windows-dev-pc/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,262 This file is loaded in full into every session.
When invoked 1,262 The same file — it is already loaded in full.
Security scan B 1 finding. 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.01262 $0.01262
Opus 5 $0.00631 $0.00631
Sonnet 5 $0.00252 $0.00252
Haiku 4.5 $0.00126 $0.00126

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

Security

Grade B, and why

new-windows-dev-pc CLAUDE.md scanned grade B with 1 finding 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 4d 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

- Claude Code settings: `settings/claude/settings.json` → `~/.claude/settings.json`
CLAUDE.md · 103 lines

How it starts

The opening of the file, as written. The whole thing — 103 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Repository Purpose

This is a Windows developer setup automation repository containing PowerShell scripts to install and configure development tools, IDEs, and environments for new developers.

Key Commands

Main Setup Commands

  • .\install.ps1 - Main installation script with PowerShell 7+ detection and WSL setup
    • Requires Administrator privileges (automatically elevates with proper error handling)
    • Optional parameters: -SkipWinGet, -SkipNpmPackages, -SkipExtensions
    • Installs 30+ development tools via WinGet package manager
    • Always installs and configures WSL (Ubuntu-22.04) with development environment
    • Installs Cascadia Code fonts with registry integration from fonts/CascadiaCode.zip
    • Installs global npm packages and 38+ VSCode extensions
  • pwsh .\configure.ps1 - Interactive configuration wizard for complete development environment setup
    • Requires PowerShell 7+ (displays clear upgrade instructions if older version detected)
    • Always configures Claude Code for WSL with bash shell and formatting tools
    • Interactive mode: Step-by-step configuration with explanations and user confirmations
    • Fast mode: Use -SkipConfirmation to bypass all prompts for automated deployment
    • Force mode: Use -Force to overwrite existing configurations
    • Windows 11 optimizations: Opt-in enhanced features during configuration
    • Developer Mode detection: Uses symbolic links without Administrator privileges when enabled

Component Scripts

  • .\installs\winget.ps1 - Installs development tools via WinGet package manager
  • .\installs\vscode.ps1 - Installs VSCode extensions from the extensions list
  • .\installs\install-winget.ps1 - Installs WinGet if not present

Administrative Requirements

All main scripts require Administrator privileges and will check for elevation before running.

Read the full file on GitHub · 103 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. 4d ago First seen · 103 lines · 1,262 tokens per session scan B 2c8f9db9d2c0

Subscribe to this mod's changes

new-windows-dev-pc CLAUDE.md is an instructions file published in the GitHub repository NotMyself/new-windows-dev-pc (24 stars, last pushed 12mo ago), licensed MIT. It adds 1,262 tokens to every session, about $0.0063 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). 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