# 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
