Inline Docs

Generate JSDoc/docstrings from code analysis

manastalukdar Updated

File contents

Inline Documentation Generator

I'll analyze your code and generate comprehensive JSDoc comments, Python docstrings, or Go documentation from function signatures and behavior.

Supported Languages:

  • JavaScript/TypeScript (JSDoc)
  • Python (Google-style, NumPy-style, reStructuredText)
  • Go (godoc)
  • Java (Javadoc)
  • Rust (rustdoc)

Token Optimization

Expected range: 500–2,000 tokens (initial), 100 tokens (fully documented)

Caching: No persistent caching — analyzes current file on each run.

Early exit: Returns immediately if all public functions already have documentation.

Patterns used: Grep-before-Read, early exit, git diff scope default

manastalukdar/claude-devstudio/tree/main/skills/inline-docs commit 20a0c0c3c9

Frequently asked questions

npx skillmds@latest add manastalukdar/inline-docs