Arch Tsdown Monorepo
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.
Run in terminal (recommended)
claude mcp add arch-tsdown-monorepo npx -- -y @trustedskills/arch-tsdown-monorepo
Or manually add to ~/.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.tsfiles 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 tsdownand report any errors."
Tips & gotchas
- This skill requires a Turborepo monorepo setup with
pnpmas the package manager. - Ensure that
tsdownis configured correctly within your project'spackage.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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.