LaunchKit · 2026

Setup & Installation

openclaw skills install @kleberbaum/ts5

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install ts5

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.

INPUT

User asks: Create a new full-stack TypeScript monorepo and deploy it

AGENT
  1. 1Run --init to bootstrap the monorepo directory structure
  2. 2Check workspace packages are configured correctly with --packages
  3. 3Trigger deployment with --deploy
OUTPUT

A deployed monorepo with shared types, a frontend package, and a backend package