skills/smithery.ai/app-commands

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
Installs
1
First Seen
Mar 22, 2026
app-commands from smithery.ai