agentsclimarketplace

Arch tsdown monorepo

Skill ulpi-io/plugin-marketplace/plugins/hairyf/skills/arch-tsdown-monorepo

A curated collection of 7,800+ agent skills for Claude Desktop, sourced from skills.sh

Install
npx -y skills add ulpi-io/plugin-marketplace --skill arch-tsdown-monorepo

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

pnpm monorepo starter for TypeScript libraries with tsdown per package. Use when scaffolding or maintaining a multi-package TS/ESM repo with workspace deps and npm Trusted Publisher.

SKILL.md

3.1 KB, 650 tokens by cl100k_base, as published. Nobody here has run it

arch-tsdown-monorepo is a pnpm monorepo starter for TypeScript libraries (based on hairyf/starter-monorepo). Each package uses tsdown for building. It provides shared tooling (ESLint, Vitest, TypeScript), pnpm catalogs for versions, workspace dependencies, and optional npm Trusted Publisher for CI-based releases.

The skill is based on hairyf/starter-monorepo, generated at 2026-02-02.

Recommended practices:

  • Use pnpm catalogs for devDependency versions; reference with catalog:cli, catalog:testing, etc.
  • Use workspace:* for inter-package dependencies; publish once manually, then use npm Trusted Publisher for CI releases.
  • Run build/typecheck/test from root with pnpm -r run ... and a single Vitest config with projects (root + packages/*).

Core References

TopicDescriptionReference
OverviewMonorepo purpose, structure, when to usecore-overview
Workspacepnpm workspace, catalogs, workspace:* depscore-workspace
PackagesPackage layout, exports, inter-package depscore-packages
Package ExportsDual exports (dev vs publish), main/module/types, files, sideEffectscore-package-exports
tsdown (per package)entry, dts, exports, publintcore-tsdown-per-package
ScriptsRoot and package scripts — build, dev, typecheck, test, releasecore-scripts
TestingVitest projects — root + packages/*core-testing
ToolingESLint, TypeScript, .gitignore, .vscodecore-tooling
CIGitHub Actions — lint, typecheck, test matrixcore-ci
Releasenpm Trusted Publisher, bumpp, release workflowcore-release
Git Hookssimple-git-hooks, lint-staged, pre-commitcore-git-hooks

Features

TopicDescriptionReference
Exports SnapshotPer-package export snapshot tests (vitest-package-exports, runIf(IS_READY))features-exports-snapshot
Add PackageStep-by-step adding a new workspace packagefeatures-add-package

Best Practices

TopicDescriptionReference
MonorepoCatalogs, workspace deps, release, build orderbest-practices-monorepo

What ships with it: 17 files

33.0 KB alongside SKILL.md

assets/

Keep looking

Skills are one crate of 326,984. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.