This handles JSDoc comments and comment quality audits for TypeScript and JavaScript codebases. It's built around a two-tier system: exported APIs get comprehensive documentation with all the tags (@param, @returns, @template, @example), while internal code only gets documented when it's not self-evident from the function signature and names. The skill includes detailed guidance on comment markers (TODO, FIXME, HACK), when to remove obvious or outdated comments, and proper @example formatting with code fences. It even has a judgment framework asking who the reader is and whether you're dealing with opacity or complexity. The audit template is thorough, maybe more structured than you need for quick fixes, but solid if you're doing a real documentation review.
npx -y skills add gohypergiant/agent-skills --skill accelint-ts-documentation --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
reactjs/react.dev
reactjs/react.dev