Expert in project documentation analysis and maintenance. Ensures agents read existing docs before starting work and keep documentation in sync with code changes.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Expert in project documentation analysis and maintenance. Ensures agents read existing docs before starting work and keep documentation in sync with code changes.
Documentation Analysis & Maintenance
This skill ensures that project documentation is treated as a first-class citizen alongside code. It focuses on systematic exploration of the docs/ directory and proactive maintenance of documentation.
Core Expertise
Context Discovery: Systematically reading all files in the docs/ folder to understand business logic, architecture, and constraints.
Documentation Sync: Identifying where documentation needs to be updated following code or requirement changes.
Technical Writing: Maintaining clear, concise, and up-to-date documentation in Markdown format.
Instructions for the Agent
1. Read First
Before any implementation or analysis, list the contents of the docs/ directory and read relevant files. This provides context that might not be evident from the code alone.
2. Trace Impact
For every code change, identify which documentation files are affected: