Generates high-fidelity technical documentation that mirrors your source code structure using a strict, code-only truth principle.
Doc Writer is a specialized Claude Code skill that automates the creation of technical documentation while ensuring absolute accuracy. It strictly enforces a 'code-only truth' workflow, where every documented class, method, and parameter is verified directly from the source file without inference, assumption, or hallucination. By automatically mirroring your project's directory structure—mapping source directories like src/ or lib/ to a corresponding docs/ folder—it creates a deterministic and maintainable documentation suite that remains perfectly in sync with your implementation.
主な機能
01Automated internal and private function documentation
02Mandatory full-file source analysis before document generation
030 GitHub stars
04Strict 'Code-only Truth' extraction preventing AI inference
05Mirror-structure directory mapping (e.g., src/ to docs/)
06Standardized Markdown templates for classes, exports, and constants
ユースケース
01Generating comprehensive API documentation for a new library or module
02Auditing codebases to ensure technical docs reflect actual implementation
03Synchronizing documentation with a codebase after a major refactor