inline-documentation
✓Use when writing code - ensure complete JSDoc, docstrings, and inline comments assuming documentation will be generated from code
Installation
SKILL.md
Core principle: Future developers (including you) will read this code. Help them.
Announce at use: "I'm adding complete inline documentation for this code."
| Public functions/methods | Full JSDoc/docstring | | Public classes | Class-level documentation | | Public interfaces/types | Description of purpose | | Exported constants | What they control | | Complex logic | Why, not what | | Non-obvious decisions | Explain reasoning |
Use when writing code - ensure complete JSDoc, docstrings, and inline comments assuming documentation will be generated from code Source: troykelly/claude-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/troykelly/claude-skills --skill inline-documentation- Source
- troykelly/claude-skills
- Category
- ""Writing
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is inline-documentation?
Use when writing code - ensure complete JSDoc, docstrings, and inline comments assuming documentation will be generated from code Source: troykelly/claude-skills.
How do I install inline-documentation?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/troykelly/claude-skills --skill inline-documentation Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/troykelly/claude-skills
Details
- Category
- ""Writing
- Source
- skills.sh
- First Seen
- 2026-02-01