skills/smithery.ai/build-and-format

build-and-format

Installation
SKILL.md

Build and Format Verification

Build Sequence

Run builds in dependency order (backend must build before CDK):

# 1. Backend (must be first - CDK depends on it)
cd backend
npm run build
npm run format

# 2. Frontend
cd ../frontend
npm run build
npm run format
Installs
1
First Seen
Mar 25, 2026
build-and-format from smithery.ai