Arch Tsdown Monorepo

🌐Community
by hairyf · vlatest · Repository

This skill streamlines Arch Linux setups by managing a TSDown monorepo for consistent, reproducible deployments and development environments.

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 arch-tsdown-monorepo npx -- -y @trustedskills/arch-tsdown-monorepo
2

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

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

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

About This Skill

What it does

This skill automates the process of running pnpm run tsdown within a Turborepo monorepo. It simplifies and standardizes TypeScript declaration file generation, ensuring consistency across projects. The tool handles incremental builds and optimizes for speed by only processing changed files.

When to use it

  • Automated build pipelines: Integrate this skill into CI/CD systems to automatically generate .d.ts files during deployments.
  • Monorepo maintenance: Streamline the process of keeping declaration files up-to-date across a large monorepo.
  • Developer workflows: Allow developers to quickly regenerate type definitions locally without manual intervention.
  • Consistent tooling: Enforce standardized TypeScript declaration generation practices within a team or organization.

Key capabilities

  • Runs pnpm run tsdown
  • Supports Turborepo monorepos
  • Incremental builds for speed optimization
  • Automated type definition generation

Example prompts

  • "Run the typescript down command in the monorepo."
  • "Generate declaration files for all packages."
  • "Execute pnpm run tsdown and report any errors."

Tips & gotchas

  • This skill requires a Turborepo monorepo setup with pnpm as the package manager.
  • Ensure that tsdown is configured correctly within your project's package.json.

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
hairyf
Installs
0

🌐 Community

Passed automated security scans.