Atelier Typescript Build Tools

🌐Community
by martinffx · vlatest · Repository

Helps with TypeScript, building as part of developing backend services and APIs workflows.

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 atelier-typescript-build-tools npx -- -y @trustedskills/atelier-typescript-build-tools
2

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

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

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

About This Skill

What it does

This skill provides a set of TypeScript build tools, including tsc, eslint, and prettier. It allows AI agents to compile TypeScript code into JavaScript, lint for style and potential errors, and format code for consistency. This ensures the generated codebase is functional, readable, and adheres to established coding standards.

When to use it

  • Building a Node.js application: When an agent needs to create or modify a backend server written in TypeScript.
  • Creating reusable TypeScript components: For developing libraries or UI elements that require strict type checking and formatting.
  • Maintaining existing TypeScript projects: To ensure code quality and consistency when working with established codebases.
  • Automating code style checks: Integrate into CI/CD pipelines to enforce coding standards across a team.

Key capabilities

  • TypeScript compilation (tsc)
  • Code linting (eslint)
  • Code formatting (prettier)

Example prompts

  • "Compile the TypeScript file src/index.ts."
  • "Run ESLint on the src directory and report any errors."
  • "Format all .ts files in the project using Prettier."

Tips & gotchas

This skill requires a Node.js environment with npm or yarn installed to manage dependencies. Ensure that the necessary TypeScript, ESLint, and Prettier packages are present within the project before invoking this skill.

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

🌐 Community

Passed automated security scans.