config-sync

Audit Claude Code configuration files for consistency across CLAUDE.md, settings.json, agents, and rules.

2|1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/cncoder/oneclaw --skill config-sync-cncoder
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: config-sync
Source: https://github.com/cncoder/oneclaw/tree/main/skills/config-sync
Command: npx skills add https://github.com/cncoder/oneclaw --skill config-sync-cncoder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits Claude Code configuration files to ensure consistency and prevent drift across CLAUDE.md, settings.json, agents, and rules.

Core Features & Use Cases

  • Detect contradictions across project configuration
  • Identify stale references and drift in agent definitions and rules
  • Audit health after changes and prior to sharing configurations

Quick Start

Run a quick audit of your Claude Code setup to generate a health report.

Frequently Asked Questions about config-sync

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

FAQPage Schema
How do I audit Claude Code configuration files for inconsistencies?▼

To audit Claude Code configuration files, scan CLAUDE.md, settings.json, agents, and rules to detect contradictions, stale references, redundancies, and drift, then generate a remediation health report.

What causes configuration drift in Claude Code agents and rules?▼

Configuration drift in Claude Code agents and rules occurs when edits leave stale references or contradictions across CLAUDE.md and settings.json, requiring periodic health checks to identify and resolve.

Can I check settings.json and CLAUDE.md for contradictions before sharing with a team?▼

Yes, you can run a configuration audit to check settings.json and CLAUDE.md for contradictions and redundancies before sharing configurations within a team to ensure setup consistency.

When should I run a Claude Code configuration health check?▼

You should run a Claude Code configuration health check after making edits to project files and prior to sharing configurations within a team to detect stale references and prevent drift.

What is the best way to find stale references in Claude Code agent definitions?▼

The best way to find stale references in Claude Code agent definitions is to run a configuration audit that cross-references agents and rules to identify drift and guide remediation steps.