文件内容
README.md
# TS5
Full-stack in one repo.
## What You Get
Monorepo template with shared types, frontend (TSX), backend (TS3), CI/CD pipelines, and one-click deployment.
## Bootstrap
```bash
claw install skill-ts5
./scripts/monorepo-setup.sh --init
```
## Deploy
```bash
./scripts/monorepo-setup.sh --deploy
```