Borrowing it
Nothing to install: this file belongs to silverqsy/VR180-Silver-Bullet. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/silverqsy/VR180-Silver-Bullet/main/CLAUDE.mdgit clone --depth 1 https://github.com/silverqsy/VR180-Silver-BulletWrote 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/silverqsy/vr180-silver-bullet/claude-md)<a href="https://agentmods.dev/instructions/silverqsy/vr180-silver-bullet/claude-md"><img src="https://agentmods.dev/badge/instructions/silverqsy/vr180-silver-bullet/claude-md/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/instructions/silverqsy/vr180-silver-bullet/claude-md"><img src="https://agentmods.dev/badge/instructions/silverqsy/vr180-silver-bullet/claude-md.svg" alt="Reviewed on agentmods" width="80" 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.07155 | $0.07155 |
| Opus 5 | $0.03578 | $0.03578 |
| Sonnet 5 | $0.01431 | $0.01431 |
| Haiku 4.5 | $0.00715 | $0.00715 |
Grade A, and why
VR180-Silver-Bullet CLAUDE.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 9d 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 — 415 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md — orientation for Claude Code sessions
Auto-loaded at session start. Read this first; deeper detail is in the
docs/ pointers at the bottom.
⚡ Status: 2.1.0 in progress — auto-update landed (macOS-verified)
VR180 Silver Bullet 2.0 is feature-complete and building/running on both macOS (Apple Silicon) and Windows (NVIDIA). The Windows GPU-resident NVENC path and the macOS feature batch below were verified on both platforms (DX12/Vulkan + NVENC on an RTX 4090; Metal on Apple Silicon). See CHANGELOG.md for the user-facing 2.0 summary.
2.1.0 (version bumped, unreleased): seamless auto-update — see
docs/AUTO-UPDATE.md for the full design + release
recipe. crates/vr180-gui/src/updater.rs: minisign-verified updates from
GitHub Releases (latest.json at the stable releases/latest/download/
URL), toolbar badge + popover UX, whole-.app swap + relaunch on macOS
(E2E-verified with real signing), silent Inno install on Windows.
Windows session TODO to catch up (2.1.0):
- Pull;
cargo build --release -p vr180-gui(new deps: ureq, minisign-verify — pure Rust, no system libs). - Copy the updater signing key from the mac box to
C:\Users\<user>\.vr180-updater\vr180-updater.key(private channel; NEVER commit) and install theminisignCLI (scoop or release binary). - Rebuild the installer with the updated
installer/windows.iss(AppVer 2.1.0 + the new silent-relaunch[Run]entry +CloseApplications). - VERIFY the Windows update path (built here, not yet run on Windows):
serve a
latest.jsonlocally (VR180_UPDATE_URLoverride), click Install & Restart → the app must exit, the installer run silently (per-user, no UAC), and the app relaunch. Watch for: the spawned-setup.exeinheriting a lock on itself (it runs from the staging dir under%APPDATA%\VR180SilverBullet2.0\updates\— fine), and the[Run] Check: WizardSilententry actually firing. - At release:
node scripts/make-latest-json.mjs --version 2.1.0 --notes-file <notes>on BOTH machines (mac first, copy itsrelease-staging/latest.jsonover so the entries merge), then upload both artifacts +latest.jsonto thev2.1.0release. - BeyondVR Hack (final-stage per-eye output scale, ⚙ Format window)
landed after the seam fixes — pull + rebuild + re-upload the Windows
artifacts so both platforms carry it (mac 2.1.0 artifacts already
respun with it). No Windows-specific code: the stage rides the shared
color stack (
ColorStackPlan.eye_scale), incl. the NVENC/d3d11 arms. - 25 fps OSV stab fix (
dji_imu_phase_default_ms_for_fps→ 5.5 ms for fps < 27, lldb-verified against DJI Studio) + restored the IMU phase slider in the stab panel. Pipeline-level, shared code — pull + rebuild; no Windows-specific work.
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.
- 9d ago First seen · 415 lines · 7,155 tokens per session scan A 8971af8f98aa
VR180-Silver-Bullet CLAUDE.md is an instructions file published in the GitHub repository silverqsy/VR180-Silver-Bullet (23 stars, last pushed 25d ago), licensed MIT. It adds 7,155 tokens to every session, about $0.0358 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
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
deepseek-harness AGENTS.md
AGENTS.md instructions for deepseek-ai/deepseek-harness, covering agents.md, pre-stable apis and released session data, repository layout, commands and host sandbox failures.