What problem does it solve?
This Skill helps teams author and maintain project-specific documentation for ClaudeX projects stored under $CLAUDE_PROJECT_DIR/.claude/project/{project-name}/, capturing architecture decisions, conventions, gotchas, notes, references, and other context that guide agents.
Core Features & Use Cases
- Defines and enforces the standard directory structure under .claude/project/{project-name}/ with a README.md as entry point and subdirectories for design, rules, gotchas, note, reference, and docs.
- Promotes high-quality documentation through writing patterns, anti-patterns, and a review checklist, plus evaluation guidance in evaluation.md and evaluation.json.
- Supports project onboarding, reviews, and audits by providing a consistent framework and navigation through linked docs.
Quick Start
Create or update your project's documentation under $CLAUDE_PROJECT_DIR/.claude/project/{project-name}/ to begin using the standard structure and guidelines.