# Update Config

> Sync existing skills from ~/.claude/skills into this repo and refresh skills/ symlinks. Use when asked to update config, sync skills, or refresh skills from ~/.claude.

- Skill: `melvynx/update-config` (Agent Skill)
- Install (CLI): `npx skillmds@latest add melvynx/update-config`
- Raw SKILL.md: https://api.skillmd.com/api/skills/melvynx/update-config/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: melvynx (https://skillmd.com/u/melvynx)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/melvynx/update-config

---


Sync only skills that already exist in `claude-code-config/skills/`. Skip `~/.claude/skills` symlinks. Exclude `node_modules`, `bun.lockb`, and `.DS_Store`.

1. List `claude-code-config/skills/`.
2. For each name, copy only if `~/.claude/skills/<name>` is a real directory: `trash` the repo copy, then `rsync -a` from `~/.claude/skills/<name>/`.
3. Point `skills/<name>` at `../claude-code-config/skills/<name>`.
4. Run `bun test:run`.
5. Report synced vs skipped.

