关于
This skill establishes a mandatory documentation framework for JavaScript and TypeScript development projects. It improves code maintainability and IDE integration by requiring detailed JSDoc comment blocks for every function, including explicit parameter types, return descriptions, and a unique verification tag. By standardizing inline documentation, it helps development teams maintain readable codebases and simplifies the process of understanding complex implementation details.