What problem does it solve? Configuring Claude Code permissions manually is error-prone: teams either allow too much (security risk) or too little (constant approval prompts). This Skill analyzes a repository and produces a tailored settings.json allow list of read-only commands matching the project's actual toolchain. ## Core Features & Use Cases - Tech Stack Detection: Scans for indicator files (package.json, pyproject.toml, go.mod, Cargo.toml, lock files) to identify languages, package managers, frameworks, and monorepo structure. - Permission Generation: Builds a baseline of safe read-only commands (git, gh, ls, cat) plus stack-specific commands, including only the package manager actually used. - MCP & WebFetch Suggestions: Recommends Sentry or Linear MCP server configs for .mcp.json and framework documentation domains for WebFetch. - Use Case: When onboarding Claude Code to a Django project using Poetry and Sentry, run the audit to get a ready-to-paste settings.json with poetry, Django docs domains, and Sentry MCP configuration. ## Quick Start Analyze this repository and generate a recommended Claude Code settings.json with read-only permissions for the detected tech stack.