What problem does it solve? When you need technical guidance, debugging help, or codebase analysis but cannot risk an AI agent accidentally creating, editing, or deleting files, this Skill enforces an absolute zero-disk-mutation policy so all solutions arrive as copy-paste-ready code in chat. ## Core Features & Use Cases - Zero-Disk-Mutation Enforcement: Blocks all write, edit, and delete tools across AI platforms (Claude Code, Cursor, Codex, Cline, Roo Code, Windsurf, Antigravity) plus mutating shell commands like rm, sed -i, and git reset --hard. - Safe Inspection & Diagnosis: Uses read-only tools (grep, file viewers, git status, git diff, Playwright, web search) to gather evidence and perform root cause analysis. - In-Chat Code Delivery: Outputs complete, syntactically valid code blocks or unified diffs with exact file paths and line numbers for manual application. - Use Case: You ask the AI to fix a crash in src/utils/pricing.ts. Instead of editing the file, it reads the code, identifies a division-by-zero bug, and returns the corrected function in chat with step-by-step application instructions. ## Quick Start Ask the AI to analyze a bug or review a file in your project while explicitly requesting that no files be modified on disk.