update-claude-settings

Generates Claude Code settings.local.json with permissions and MCP server configs based on detected tech stack and services.

5|Updated Jun 22, 2026
One-click install
npx skills add https://github.com/namanchopra/branchwater --skill update-claude-settings-namanchopra
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-claude-settings
Source: https://github.com/namanchopra/branchwater/tree/main/.claude/skills/update-claude-settings
Command: npx skills add https://github.com/namanchopra/branchwater --skill update-claude-settings-namanchopra

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the generation of Claude Code settings, ensuring accurate and tailored configurations for local development environments.

Core Features & Use Cases

  • Tech Stack Detection: Identifies languages, package managers, frameworks, and services to tailor settings.
  • Permission Configuration: Generates settings.local.json with recommended permissions based on detected tech stack.
  • Service Integration: Suggests MCP server configurations for detected services.
  • Use Case: When setting up a new project with Claude Code, or when reviewing and updating existing permissions.

Quick Start

Run the skill by typing: /update-claude-settings

Frequently Asked Questions about update-claude-settings

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Claude Code settings for a local development environment?

You can generate Claude Code settings by running the /update-claude-settings command, which analyzes your project files to detect languages, frameworks, and services, then outputs recommended permissions and MCP server configurations.

How does automatic tech stack detection work for permission configuration?

Tech stack detection works by analyzing your project files to identify languages, package managers, frameworks, and services, then comparing these findings with existing settings to recommend accurate permissions.

Can I automatically suggest MCP server configurations based on my project services?

Yes, you can suggest MCP server configurations by detecting the specific services used in your project during the settings generation process, ensuring your local environment matches your service integrations.

When do I need to update my Claude Code permissions?

You need to update your Claude Code permissions when setting up a new project with Claude Code or when reviewing and updating existing permissions to match changes in your project's tech stack.

Does generating settings.local.json require analyzing existing project files?

Yes, generating settings.local.json requires analysis of project files and comparison with existing settings to ensure the recommended permissions and MCP server configurations are accurate for your environment.