Step-by-step procedure for scaffolding a new FABKIT app in the multi-app platform. Covers directory structure, bug-report provider registration, routing, aliases, nav, and i18n. Invoke with /new-app.
FABKIT-specific code review. Checks changed files against the project's concrete rules — i18n, semantic tokens, React/Zustand patterns, field component structure, import boundaries, TypeScript hygiene. Reports blocking issues and warnings. Invoke with /review.
Pre-commit pipeline for FABKIT. Runs format, build, reviews changed code, then generates and commits with a conventional commit message. Designed for non-technical contributors — one command does everything. Invoke with /commit or /commit <description>.