This one handles the full spectrum of code documentation, from inline docstrings to full API specs and dev portals. It walks through discovery, analysis, documentation, and validation with actual test commands (doctest, tsc, Redocly CLI) to make sure your examples aren't broken. Ships with reference guides for Google/NumPy/Sphinx docstrings, JSDoc, OpenAPI, and major frameworks like FastAPI, Django, NestJS, and Express. The workflow is methodical: it asks your format preference upfront, detects your stack, finds undocumented code, applies consistent formatting, validates everything compiles, then gives you a coverage report. Good if you need to document an API or clean up a codebase that's been accumulating tech debt, and you want the examples to actually work.
npx skills add https://github.com/jeffallan/claude-skills --skill code-documenter