ts5
TS5 namespace for Netsnek e.U. TypeScript full-stack starter kit. Monorepo template with shared types, CI/CD pipelines, and one-click deployment.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/kleberbaum/ts5The TS5 Approach
TS5 is the Netsnek e.U. full-stack TypeScript starter. One monorepo: shared types, frontend, backend, CI/CD, and deployment.
Monorepo Structure
packages/
shared/ # Types and utilities
web/ # Frontend (TSX)
api/ # Backend (TS3)
tools/ # Scripts and CI
Commands
| Argument | Purpose |
|---|---|
--init | Bootstrap monorepo layout |
--packages | Manage or list workspace packages |
--deploy | Trigger one-click deployment |
From Zero to Deploy
# Create monorepo
./scripts/monorepo-setup.sh --init
# Verify packages
./scripts/monorepo-setup.sh --packages
# Deploy
./scripts/monorepo-setup.sh --deploy
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-kleberbaum-ts5": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
pharmaziegasse
Pharmaziegasse namespace for Netsnek e.U. pharmacy management platform. Prescription tracking, inventory, compliance, and staff coordination.
Snek
Skill by kleberbaum
Ton
Skill by kleberbaum
baeckerherz
Baeckerherz namespace for Netsnek e.U. bakery management platform. Provides brand identity and feature overview for the Baeckerherz product line.
ts3
TS3 namespace for Netsnek e.U. TypeScript server-side framework. HTTP server scaffolding, middleware composition, request validation, and structured logging.