settings-complete-template

Configure Claude Code settings across global, user, and project scopes.

Updated Nov 24, 2025
One-click install
npx skills add https://github.com/jg-chalk-io/Nora-LiveKit --skill settings-complete-template
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: settings-complete-template
Source: https://github.com/jg-chalk-io/Nora-LiveKit/tree/main/.claude/skills/moai-cc-settings/templates/settings-complete-template.json
Command: npx skills add https://github.com/jg-chalk-io/Nora-LiveKit --skill settings-complete-template

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This template defines a comprehensive settings schema for Claude Code configurations.

Core Features & Use Cases

  • Global + User settings: hierarchical configuration.
  • Validation: integrity checks and defaults.
  • Profiles: multiple user profiles.

Quick Start

Use this template to scaffold a new settings schema with default values.

Frequently Asked Questions about settings-complete-template

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

FAQPage Schema
How do I configure Claude Code settings across global, user, and project scopes?

Configure Claude Code settings using hierarchical levels: global settings apply system-wide, user settings override globals for your profile, and project settings customize behavior per repository. This template provides a complete schema supporting all three scopes with validation and defaults.

What validation does a settings template provide for configuration files?

Settings validation ensures configuration integrity by checking values against defined schemas, enforcing required fields, and applying default values when missing. This prevents configuration errors and misalignment between expected and actual Claude Code behavior.

Can I manage multiple user profiles within Claude Code settings?

Yes, the settings template supports multiple user profiles, allowing you to define and switch between different configurations. Each profile can customize preferences, behavior, and optimization for different development workflows or projects.

How do I troubleshoot Claude Code settings issues using a template?

A complete settings template helps diagnose issues by providing the correct schema structure, required fields, and default values. Compare your configuration against the template to identify misaligned preferences, missing settings, or invalid values causing problems.

What's the best way to customize Claude Code behavior for my development experience?

Use preference customization within the settings template to adjust Claude Code behavior to your workflow. Modify UI options, optimization parameters, and profile-specific settings at the scope level matching your needs—global for system defaults, user for personal preferences, or project for repository-specific tuning.

Do I need existing Claude Code profiles to use this settings template?

No, this template scaffolds settings from scratch with default values. You can use it to bootstrap a new configuration schema without prior profiles, or migrate existing settings into the template structure.