jsdoc-best-practices
✓强制执行此 TypeScript 项目的 JSDoc 文档标准。在编写或审查 TypeScript 代码时应使用此技能,以确保正确记录文件前导码、函数文档、接口文档,以及记录“什么”与“为什么”之间的关键区别。使用此技能来了解项目的 JSDoc ESLint 规则和既定模式。
SKILL.md
This skill defines the JSDoc documentation standards for this project. The core principle is that documentation should explain "why", not just "what". Code already shows what it does—good documentation explains the reasoning, context, and non-obvious details that help developers understand and maintain the code.
This documentation adds no value—the function name already tells us it gets a user by ID.
The project enforces JSDoc through eslint-plugin-jsdoc with these rules:
强制执行此 TypeScript 项目的 JSDoc 文档标准。在编写或审查 TypeScript 代码时应使用此技能,以确保正确记录文件前导码、函数文档、接口文档,以及记录“什么”与“为什么”之间的关键区别。使用此技能来了解项目的 JSDoc ESLint 规则和既定模式。 来源:codyswanngt/lisa。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/codyswanngt/lisa --skill jsdoc-best-practices- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 jsdoc-best-practices?
强制执行此 TypeScript 项目的 JSDoc 文档标准。在编写或审查 TypeScript 代码时应使用此技能,以确保正确记录文件前导码、函数文档、接口文档,以及记录“什么”与“为什么”之间的关键区别。使用此技能来了解项目的 JSDoc ESLint 规则和既定模式。 来源:codyswanngt/lisa。
如何安装 jsdoc-best-practices?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/codyswanngt/lisa --skill jsdoc-best-practices 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/codyswanngt/lisa