Typescript Style

🌐Community
by jpoutrin · vlatest · Repository

Generates clean, well-documented TypeScript code adhering to jpoutrin's preferred style for robust backend development.

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 jpoutrin-typescript-style npx -- -y @trustedskills/jpoutrin-typescript-style
2

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

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

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

About This Skill

What it does

This skill, typescript-style, enforces consistent code style and formatting within TypeScript projects. It automatically applies rules to ensure adherence to a predefined style guide, improving readability and maintainability of codebase. The skill aims to reduce stylistic debates among developers and streamline the development process.

When to use it

  • New TypeScript Projects: To establish a consistent coding standard from the outset.
  • Existing Codebases Needing Refactoring: To standardize code style across a large project.
  • Team Collaboration: To ensure all team members adhere to the same formatting rules.
  • Automated Linting & Formatting: Integrate into CI/CD pipelines for automated code quality checks.

Key capabilities

  • Enforces TypeScript coding style guidelines.
  • Automatic code formatting.
  • Improves code readability and maintainability.
  • Reduces stylistic debates within development teams.

Example prompts

  • "Apply the typescript-style rules to this file: src/components/Button.tsx."
  • "Format this TypeScript code snippet according to the project's style guide."
  • "Check if this code adheres to the configured TypeScript style guidelines and report any violations."

Tips & gotchas

  • Requires a TypeScript project with existing codebase or new files.
  • The specific rules enforced depend on the underlying configuration used by the skill (e.g., ESLint, Prettier).

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
jpoutrin
Installs
3

🌐 Community

Passed automated security scans.