config

Read and modify Claude Code configuration across global, local, and project scopes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/VCasecnikovs/klava --skill config-vcasecnikovs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: config
Source: https://github.com/VCasecnikovs/klava/tree/main/.claude/skills/config
Command: npx skills add https://github.com/VCasecnikovs/klava --skill config-vcasecnikovs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read and modify Claude Code configuration across global, local, and project boundaries without leaving the conversation, simplifying governance and customization.

Core Features & Use Cases

  • Show current settings: quickly view merged config from all layers.
  • Modify settings: update model, toggles, and permissions from chat.
  • Project-wide governance: apply changes without breaking existing workflows; ideal for teams using Claude Code in shared projects.

Quick Start

Ask Claude Code to show the current settings with /config and adjust model or permissions as needed.

Frequently Asked Questions about config

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

FAQPage Schema
How do I change Claude Code settings without leaving the conversation?

You can modify Claude Code settings mid-conversation by asking the chat to update your model, toggles, or permissions. It reads and writes configuration changes directly across global, local, and project scopes.

How does Claude Code merge global and project-level configuration?

Claude Code merges configuration by reading files from ~/.claude/settings.json alongside project-level settings. This determines the effective configuration and allows you to view the current merged state on demand.

Can I manage project permissions for Claude Code in shared workflows?

Yes, you can apply project-wide governance by modifying permissions from chat. This allows teams using Claude Code in shared projects to customize access without breaking existing workflows.

What is the best way to view my current Claude Code configuration?

The best way to view current Claude Code configuration is to request the merged settings from chat. It aggregates global, local, and project layers to show the active effective configuration instantly.

How do I update the Claude Code model during an active session?

To update the Claude Code model during an active session, simply ask the chat to modify the setting. It adjusts the model parameter in the appropriate configuration scope immediately.