code-docs

Installation
SKILL.md

Code Docs

Documentation generation and maintenance for code projects.

When to Document

Always update docs when:

  • Adding new features
  • Changing existing behavior
  • Updating configuration
  • Breaking changes

Docs should live:

  • Near the code (docstrings, comments)
  • In the repo (README, docs folder)
  • Generated (API docs, type docs)

Installs
17
GitHub Stars
29
First Seen
Apr 12, 2026
code-docs — martinffx/atelier