npx claudepluginhub ivantorresedge/molcajete.ai# Build Project Compile TypeScript and bundle the project for production. Use the Task tool to launch the **quality-guardian** agent with instructions: 1. Run type-check first: 2. If type-check passes, run build: 3. Verify build output exists in `dist/` directory 4. Report build success or any errors **Typical build commands:** - Library: `tsup src/index.ts --format esm,cjs --dts` - App: Framework-specific build command **Quality Requirements:** - Type-check must pass with zero errors - Build must complete successfully - Output files must be generated Reference the **build-too...
/buildImplements next planned task incrementally via TDD: write failing test, minimal implementation, full tests/build verification, commit changes.
/buildBuilds, compiles, and packages projects with error handling, optimization for dev/prod/test, and detailed reporting. Supports optional target and flags like --type, --clean, --optimize.
/buildScaffolds a VitePress site from existing wiki markdown files, adding dark theme, dark-mode Mermaid diagrams, and click-to-zoom for images and diagrams.
/buildImplements SPEC.md tasks via native plan-execute loop: cites invariants/interfaces, lists files/tests/verification, edits code, verifies, backprops failures. Selects via §T.n | --next | --all.
/buildBuilds a task from a Notion page URL: fetches details and properties, implements per spec with progress updates in Notion, communicates via comments if needed, then marks complete with optional diff explanation.
/buildImplements approved plan using TDD (RED-GREEN-REFACTOR per step), runs inline reviews, and produces test verification evidence.
Compile TypeScript and bundle the project for production.
Use the Task tool to launch the quality-guardian agent with instructions:
npm run type-check
npm run build
dist/ directoryTypical build commands:
tsup src/index.ts --format esm,cjs --dtsQuality Requirements:
Reference the build-tools skill.