Ts Check Jsdoc Experiment

🌐Community
by marius-townhouse · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add ts-check-jsdoc-experiment npx -- -y @trustedskills/ts-check-jsdoc-experiment
2

Or manually add to ~/.claude/settings.json

~/.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-check into 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-check effectively 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-check against my project's source code."
  • "Analyze this JSDoc and suggest improvements for type safety."
  • "Generate a basic ts-check configuration 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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
marius-townhouse
Installs
5

🌐 Community

Passed automated security scans.