This is a workflow for catching and fixing missing JSDoc comments in your TypeScript codebase. It runs a scanner script that identifies exported classes, functions, and other members that lack documentation, then walks you through adding proper JSDoc comments with param and returns tags. The workflow is straightforward: scan, review the report, add the missing docs, then verify. It's useful when you're trying to maintain documentation standards across a project or prepping code for release. The scanner focuses on exports, which makes sense since those are your public API. Not revolutionary, but it automates the tedious part of finding what needs documenting instead of hunting through files manually.
npx -y skills add hoangnguyen0403/agent-skills-standard --skill update-docs --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
supercent-io/skills-template
supercent-io/skills-template
huangjia2019/claude-code-engineering
remotion-dev/remotion
reactjs/react.dev