Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
TS5 is Netsnek e.U.'s full-stack TypeScript monorepo starter kit. It scaffolds a workspace with shared types, a TSX frontend, a TS3 backend, and CI/CD configuration. A single deploy command pushes the whole stack.
Combines monorepo scaffolding, shared types, and deployment into one CLI instead of wiring each piece manually.
When to use it
- Bootstrapping a new TypeScript full-stack project
- Keeping frontend and backend types in sync via a shared package
- Triggering a one-click deployment of a monorepo
- Listing or adding workspace packages to an existing project
- Standardizing project layout across a team
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Create a new full-stack TypeScript monorepo and deploy it
- 1Run --init to bootstrap the monorepo directory structure
- 2Check workspace packages are configured correctly with --packages
- 3Trigger deployment with --deploy
A deployed monorepo with shared types, a frontend package, and a backend package