Typescript Conventions

🌐Community
by jgamaraalv · vlatest · Repository

Enforces consistent TypeScript coding style and best practices within backend projects according to jgamaraalv's conventions.

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 jgamaraalv-typescript-conventions npx -- -y @trustedskills/jgamaraalv-typescript-conventions
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "jgamaraalv-typescript-conventions": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/jgamaraalv-typescript-conventions"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enforces and applies TypeScript coding conventions. It ensures code adheres to a consistent style, improving readability and maintainability within a project. The tool automatically formats code according to established rules and identifies potential violations of these conventions.

When to use it

  • New Projects: To establish a baseline for code quality from the start.
  • Code Reviews: To automate checks during pull requests, ensuring consistency across contributions.
  • Refactoring Existing Codebases: To gradually standardize coding style within a larger project.
  • Team Onboarding: To quickly bring new developers up to speed with project-specific TypeScript conventions.

Key capabilities

  • Automatic code formatting
  • Convention violation detection
  • Enforcement of consistent styling rules
  • Integration into development workflows (implied)

Example prompts

  • "Format this TypeScript file according to the team's coding standards."
  • "Check this pull request for any violations of our TypeScript conventions."
  • "Ensure all new code adheres to the established TypeScript style guide."

Tips & gotchas

This skill requires a TypeScript development environment. Familiarity with basic TypeScript concepts is helpful to understand and interpret any flagged issues or formatting changes.

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
jgamaraalv
Installs
14

🌐 Community

Passed automated security scans.