Typescript Style

🌐Community
by hqarroum Β· vlatest Β· Repository

Generates clean, well-structured TypeScript code adhering to hqarroum's preferred style guide 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 typescript-style npx -- -y @trustedskills/typescript-style
2

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

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

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

About This Skill

What it does

This skill allows AI agents to format TypeScript code according to a consistent style. It automatically applies formatting rules, including indentation, spacing, and line breaks, ensuring readability and adherence to coding standards. The skill aims to improve code quality and maintainability within TypeScript projects.

When to use it

  • Automated Code Formatting: Integrate into CI/CD pipelines to enforce consistent styling across a codebase.
  • Code Review Assistance: Quickly reformat code during pull requests to ensure style compliance before merging.
  • Educational Tooling: Help developers learn and apply TypeScript coding conventions by automatically formatting their work.
  • Large Codebase Refactoring: Standardize the look of an existing project with a large amount of code.

Key capabilities

  • Automatic code formatting
  • Consistent style application
  • Improved code readability
  • Adherence to coding standards

Example prompts

  • "Format this TypeScript code: [paste code here]"
  • "Apply the typescript-style format to this file."
  • β€œCan you make this TypeScript look consistent?”

Tips & gotchas

The skill requires a basic understanding of TypeScript syntax. While it automates formatting, developers should still be familiar with common style conventions for effective use and troubleshooting.

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
hqarroum
Installs
4

🌐 Community

Passed automated security scans.