원클릭으로
documentation
Activate when generating in-code comments or system documentation using the Diátaxis framework.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Activate when generating in-code comments or system documentation using the Diátaxis framework.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | documentation |
| version | 1.0.0 |
| description | Activate when generating in-code comments or system documentation using the Diátaxis framework. |
| triggers | ["docs","documentation","comments","tsdoc","phpdoc","diataxis","readme"] |
A protocol for generating in-code comments and system documentation. Uses the Diátaxis framework for external docs and enforces "explain why, not what" for inline comments.
/docs/ folderFollow the recursive principle: documentation must explain why, not what.
@throws for all identified exceptions in the call chain./docs/ Folder)When generating files for the project's /docs/ directory, strictly apply the Diátaxis Framework:
Before writing any documentation:
./docs/ folder for existing guides to avoid duplication and maintain a consistent voice../docs/ and source code are valid.Good inline comment (why):
// Retry up to 3 times because the payment gateway occasionally returns
// transient 503 errors during high-traffic windows.
const result = await retry(3, () => gateway.charge(amount));
Bad inline comment (what):
// Charge the amount using the gateway
const result = await gateway.charge(amount);
@throws for all exceptions in the call chain (PHP)typescript-standard (TSDoc conventions), php-standard (PHPDoc conventions), recursive-exploration (source tracing)Activate when an Engineering Manager needs to shape a rough initiative into a clear, scoped, outcome-oriented brief before execution.
Activate when reviewing branches, commits, or pull requests using the emoji-driven review protocol.
Activate when managing conversation history in long sessions, choosing compression strategies, or preserving critical information during context truncation.
Activate when designing agent systems, debugging unexpected agent behavior, or optimizing context usage and attention budgets.
Activate when hitting context limits, experiencing quality degradation in long sessions, or needing to extend effective context capacity.
Activate when testing agent systems, measuring output quality, or designing evaluation frameworks for AI-assisted workflows.