Ts Check Jsdoc Experiment
This skill automatically checks JavaScript files for JSDoc comments and TypeScript compatibility, ensuring code quality and documentation consistency.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add ts-check-jsdoc-experiment npx -- -y @trustedskills/ts-check-jsdoc-experiment
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"ts-check-jsdoc-experiment": {
"command": "npx",
"args": [
"-y",
"@trustedskills/ts-check-jsdoc-experiment"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill helps you experiment with and understand the ts-check tool alongside JSDoc annotations in TypeScript projects. It allows for validating your code against a configuration file, ensuring type safety and catching potential errors early on. The focus is on integrating these tools to improve code quality and maintainability within TypeScript development workflows.
When to use it
- Type checking during development: Integrate
ts-checkinto your build process or editor for real-time feedback on JSDoc usage. - Validating existing TypeScript projects: Assess the type correctness of a project already using JSDoc annotations.
- Learning and experimentation: Explore how to configure and utilize
ts-checkeffectively with different JSDoc styles. - Enforcing code style: Ensure consistent use of JSDoc for improved readability and collaboration.
Key capabilities
- Configuration file validation (
ts-check) - JSDoc annotation analysis
- Type checking based on annotations
- Integration with TypeScript projects
Example prompts
- "Run
ts-checkagainst my project's source code." - "Analyze this JSDoc and suggest improvements for type safety."
- "Generate a basic
ts-checkconfiguration file for my project."
Tips & gotchas
- Requires Node.js and npm to be installed.
- Familiarity with TypeScript and JSDoc is recommended for effective use.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.