Coder Typescript Conventions

🌐Community
by ozerohax · vlatest · Repository

Ensures TypeScript code adheres to ozerohax's style guide, promoting consistency, readability, and maintainability in backend projects.

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

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

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

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

About This Skill

What it does

This skill ensures generated TypeScript code adheres to standard coding conventions. It automatically formats and structures code for readability, maintainability, and consistency with common industry practices. The skill promotes best practices in TypeScript development by enforcing stylistic rules and organizational patterns.

When to use it

  • Generating new backend services: Use this when creating a new API or microservice written in TypeScript.
  • Refactoring existing codebases: Apply the skill to improve the consistency and readability of legacy TypeScript projects.
  • Collaborating on team projects: Enforce consistent coding style across multiple developers working on the same codebase.
  • Automated code generation: Integrate this skill into build pipelines or automated tooling for predictable output.

Key capabilities

  • Enforces standard TypeScript formatting rules.
  • Promotes consistent code structure and organization.
  • Adheres to common industry coding conventions.
  • Improves readability and maintainability of generated code.

Example prompts

  • "Generate a TypeScript function for user authentication, following best practices."
  • "Refactor this existing TypeScript code to adhere to standard conventions: [code snippet]"
  • "Create a new Express route handler in TypeScript with proper formatting and structure."

Tips & gotchas

This skill assumes the AI agent has a basic understanding of TypeScript syntax. While it enforces stylistic rules, it does not guarantee functional correctness; thorough testing is still required.

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

🌐 Community

Passed automated security scans.