app-commands
Installation
SKILL.md
App Commands (apps/app)
Commands specific to the main GROWI application. For global commands (turbo, pnpm), see the global tech-stack skill.
Quality Check Commands
IMPORTANT: Distinguish between Turborepo tasks and package-specific scripts.
Turbo Tasks vs Package Scripts
| Task | Turborepo (turbo.json) | Package Script (package.json) |
|---|---|---|
lint |
✅ Yes | ✅ Yes (runs all lint:*) |
test |
✅ Yes | ✅ Yes |
build |
✅ Yes | ✅ Yes |
lint:typecheck |
❌ No | ✅ Yes |
lint:biome |
❌ No | ✅ Yes |
lint:styles |
❌ No | ✅ Yes |