---
slug: "claude-config-atgfw"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/ppx123-web/claude-config@main/README.md"
repo: "https://github.com/ppx123-web/claude-config"
source_file: "README.md"
branch: "main"
---
# Claude Code Config Sync

This repository contains my personal Claude Code configuration files, synced from `~/.claude/`.

## Contents

- **`CLAUDE.md`** - Global instructions for Claude
- **`skills/`** - Custom skills
- **`commands/`** - Slash commands
- **`agents/`** - Custom subagents
- **`mcp-servers.json`** - MCP server configuration (API keys masked)

## API Keys

All sensitive API keys, tokens, and file paths in `mcp-servers.json` are masked with `***MASKED***`.
You'll need to update these with your own values if you use this configuration.

## Excluded Files

- `settings.json` and `settings.local.json` are excluded as they contain sensitive personal data

## Syncing

Run the sync script to update this repo from your local config:

```bash
./sync-claude-config.sh
```

---

Generated by Claude Code Config Sync Script
