From agent-skills
Run the full build pipeline and report any failures. Lint, typecheck, test, then build.
How this command is triggered — by the user, by Claude, or both
Slash command
/agent-skills:buildThe summary Claude sees in its command listing — used to decide when to auto-load this command
Run the full quality gate pipeline for this project: 1. **Lint** — Run `npm run lint` (or equivalent). Fix any errors before continuing. 2. **Typecheck** — Run `npx tsc --noEmit`. Fix all type errors before continuing. 3. **Test** — Run `npm test`. All tests must pass. 4. **Build** — Run `npm run build`. Report bundle sizes if available. 5. **Audit** — Run `npm audit --audit-level=high`. Report any high/critical vulnerabilities. Report results for each step. If any step fails, stop and fix before proceeding. At the end, summarize: - Pass/fail for each step - Any warnings worth noting - B...
Run the full quality gate pipeline for this project:
npm run lint (or equivalent). Fix any errors before continuing.npx tsc --noEmit. Fix all type errors before continuing.npm test. All tests must pass.npm run build. Report bundle sizes if available.npm audit --audit-level=high. Report any high/critical vulnerabilities.Report results for each step. If any step fails, stop and fix before proceeding.
At the end, summarize:
npx claudepluginhub surfingalien/my-claude-agents --plugin agent-skills/buildExecutes incremental, test-driven implementation of tasks from a plan. Accepts "auto" to run through the entire plan without human stepping between tasks.
/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.
/buildPlans and executes against SPEC.md with optional target selection, verification contracts, and auto-backprop on failure.
/buildBuilds a macOS/iOS Shortcut end-to-end via a delegate agent. Pass a natural-language brief describing the desired shortcut functionality.
/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.