Good JSDoc hygiene is one of those things you know you should do but never quite get around to standardizing. This skill handles the boilerplate: documenting functions with proper param and return tags, adding examples to interfaces and classes, covering async functions with throws annotations, and even dealing with generics and overloads correctly. The patterns here are solid, including the Result type pattern and the factory method documentation. Useful if you're setting up TypeDoc generation or just want your team to stop writing three word comments above complex functions.
npx skills add https://github.com/patricio0312rev/skills --skill jsdoc-typescript-docs