claude-code-settings

Configures Claude Code memory, agents, and models across project scopes.

1|Updated Sep 20, 2025
One-click install
npx skills add https://github.com/Alex1980Alex/1C-Enterprise_Framework --skill claude-code-settings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-code-settings
Source: https://github.com/Alex1980Alex/1C-Enterprise_Framework/tree/main/.claude/skills/claude-code-settings
Command: npx skills add https://github.com/Alex1980Alex/1C-Enterprise_Framework --skill claude-code-settings

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill centralizes Claude Code configuration, enabling defined memory hierarchies (CLAUDE.md), per-project scopes from managed/user/project/local, and explicit model and output style controls, all in a single entry point to reduce setup complexity and enforce governance.

Core Features & Use Cases

  • Centralized memory rules: memory hierarchy definitions via CLAUDE.md and global/project-specific configuration.
  • Per-project scoping: settings.json scopes at managed, user, project, and local levels to tailor behavior per team or project.
  • Agent and model configuration: organizes agent directives, model selection, and output style for Claude Code workflows.

Quick Start

Open CLAUDE.md and its related configuration files, then adjust the memory hierarchy, per-project scopes, and model settings to fit your Claude Code deployment.

Frequently Asked Questions about claude-code-settings

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

FAQPage Schema
How do I configure Claude Code memory and agent behavior for a specific project?

Claude Code memory and agent behavior are configured through CLAUDE.md files and .claude/agents directories to define project-specific instructions and agent directives. This centralizes memory hierarchy definitions and output style controls for tailored team workflows.

What is the memory hierarchy in Claude Code and how does CLAUDE.md work?

The Claude Code memory hierarchy uses CLAUDE.md files to define global and project-specific configuration rules. It centralizes memory management by layering instructions from managed settings down to local project scopes for consistent agent behavior.

Can I set per-project model selection and output styles for Claude Code?

Yes, Claude Code supports per-project model selection and output style configuration through settings.json scopes. You can tailor model behavior at managed, user, project, and local levels to fit specific code-centric workflows.

Does Claude Code governance require SKILL.md frontmatter for deployment?

Claude Code governance enforces the presence of SKILL.md frontmatter containing name and description fields. It supports optional scripts, references, and assets to define the skill's deployment boundaries and governance structure.

What are the limitations of local versus managed settings in Claude Code?

Claude Code settings span managed, user, project, and local scopes, with managed settings enforcing governance boundaries while local settings allow individual project overrides. Configuration hierarchy dictates that higher scopes constrain lower ones.

How do I organize .claude/agents configuration for code-centric workflows?

Organize .claude/agents configuration by defining agent directives within the directory structure, then applying per-project settings to tailor code-centric workflows. This ensures explicit model selection and output style controls across team deployments.