What problem does it solve?
Managing AI behavior, tool access, and environment variables can be complex and inconsistent across projects or teams. This Skill centralizes and clarifies Claude Code's hierarchical configuration, ensuring consistent and secure operations.
Core Features & Use Cases
- Hierarchical Settings: Configure settings globally, per-project, or via enterprise policies using
settings.json files.
- Granular Permissions: Control tool and file access with
allow, deny, and ask patterns for enhanced security.
- Environment Variables: Easily set critical variables like
ANTHROPIC_API_KEY or MAX_THINKING_TOKENS for consistent session behavior.
- Use Case: Define a project-level
settings.json to ensure all team members use specific models, restrict access to sensitive files, and auto-approve common build commands, standardizing your team's workflow.
Quick Start
Show me how to set up project-level permissions to deny access to .env files.