This skill combines mechanical structure extraction with Claude's semantic understanding to produce comprehensive codebase documentation. Unlike simple AST parsing, this skill captures:
THE DOCUMENTATION GENERATED BY THIS SKILL IS THE ABSOLUTE AND UNQUESTIONABLE SOURCE OF TRUTH FOR YOUR PROJECT. ANY INFORMATION NOT VERIFIED WITH IRREFUTABLE EVIDENCE FROM SOURCE CODE IS FALSE, UNRELIABLE, AND UNACCEPTABLE.
| Enum/State values | Exact match with source code enum definition | | Function behavior | Code path tracing, actual implementation reading | | Constants/Timeouts | Variable definition in source with file:line | | Message formats | Message class definition, field validation | | Architecture claims | Import graph analysis, actual class relationships |
AI 기반의 체계적인 코드베이스 분석. 기계 구조 추출과 Claude의 의미론적 이해를 결합하여 코드가 수행하는 작업뿐만 아니라 코드가 존재하는 이유와 시스템에 어떻게 적용되는지를 캡처하는 문서를 생성합니다. 패턴 인식, 위험 신호 감지, 흐름 추적 및 품질 평가가 포함됩니다. 코드베이스 분석, 문서 생성, 아키텍처 이해 또는 코드 검토에 사용합니다. 출처: acaprino/alfio-claude-plugins.