Maintain and synchronize documentation files with the actual codebase (agents and skills).
This skill enables the automatic synchronization of documentation files with the available agents and skills in the repository.
To ensure that README.md, CONTRIBUTING.md, and other public documentation files accurately list the capabilities of the agent without manual updates.
SKILL.md files in .claude/skills/ (recursive)..claude/agents/.skills/ or agents/ directories at the root level. ONLY scan under .claude/.name: From YAML frontmatter or directory name.description: From YAML frontmatter or first paragraph.path: Relative path from the workspace root.<!-- AVAILABLE_SKILLS_START --> and <!-- AVAILABLE_SKILLS_END -->.<!-- PROJECT_SKILLS_START --> and <!-- PROJECT_SKILLS_END --><!-- PROJECT_AGENTS_START --> and <!-- PROJECT_AGENTS_END -->README.md and CONTRIBUTING.md.CONTRIBUTING.md.README.md MUST be written in English. Translate any non-English metadata (name, description) to English during the extraction/formatting phase for README.md.<!-- REUSABLE_SKILLS_START -->
<!-- REUSABLE_SKILLS_END -->
<!-- PROJECT_SKILLS_START -->
<!-- PROJECT_SKILLS_END -->
| Name | Description | Link |
|---|---|---|
| lint-fix | Iteratively run linters, apply auto-fixes, and resolve remaining issues. | .claude/skills/lint-fix/SKILL.md |