Back to skills

claude-settings-audit

infrastructure

Analyzes a repository and generates a recommended Claude Code settings.json permissions file. Detects the tech stack, package managers, build tools, and service integrations, then outputs a tailored a

Setup & Installation

npx skills add https://github.com/getsentry/claude-settings-audit --skill claude-settings-audit
or paste the link and ask your coding assistant to install it
https://github.com/getsentry/claude-settings-audit
View on GitHub

What This Skill Does

Analyzes a repository and generates a recommended Claude Code settings.json permissions file. Detects the tech stack, package managers, build tools, and service integrations, then outputs a tailored allow-list of read-only bash commands and WebFetch domains. Instead of manually cross-referencing lock files and guessing which commands are safe, the skill does the detection and outputs a complete, copy-ready settings.json in one pass.

When to use it

  • Working with claude settings audit functionality
  • Implementing claude settings audit features
  • Debugging claude settings audit related issues