# Sync Docs

> Use when synchronizing project documentation with current code state. Quality scoring and gap analysis for CLAUDE.md files.

- Skill: `whchoi98/sync-docs-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add whchoi98/sync-docs-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/whchoi98/sync-docs-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: whchoi98 (https://skillmd.com/u/whchoi98)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/whchoi98/sync-docs-2

---


# Sync Docs Skill

Synchronize project documentation with current code state.

## Actions

### 1. Quality Assessment
Score each CLAUDE.md file (0-100) across:
- Commands/workflows (20 pts)
- Architecture clarity (20 pts)
- Non-obvious patterns (15 pts)
- Conciseness (15 pts)
- Currency (15 pts)
- Actionability (15 pts)

Output quality report with grades (A-F) before making changes.

### 2. Root CLAUDE.md Sync
- Update Overview, Tech Stack, Conventions, Key Commands
- Verify commands are copy-paste ready against actual scripts

### 3. Architecture Doc Sync
- Update docs/architecture.md to reflect current system structure
- Add new components, update data flows

### 4. Skill Audit
- Count skills in `.kiro/skills/` and verify SKILL.md presence
- Verify README skill count matches actual count (both EN/KR)

### 5. ADR Audit
- Check recent commits (git log --oneline -20)
- Suggest new ADRs for undocumented architectural decisions

### 6. README.md Sync
- Update project structure section to match actual directory layout
- Verify version badge matches CHANGELOG

### 7. Report
Output before/after quality scores and list of all changes.

## Usage
Run with `/sync-docs` command

