Slash Command
Community

/build

Install
1
Install the plugin
$
npx claudepluginhub rbonestell/hyperclaude-nano --plugin hc

Want just this command?

Then install: npx claudepluginhub u/[userId]/[slug]

Description

Build, compile, and package projects with error handling and optimization

Allowed Tools
ReadBashGlobTodoWriteTask
Command Content

/hc:build - Project Building

Purpose

Build, compile, and package projects with comprehensive error handling and optimization.

Usage

/hc:build [target] [--type dev|prod|test] [--clean] [--optimize]

Arguments

  • target - Project or specific component to build
  • --type - Build type (dev, prod, test)
  • --clean - Clean build artifacts before building
  • --optimize - Enable build optimizations
  • --verbose - Enable detailed build output

Execution

  1. Use @agent-architect to analyze project structure and build configuration
  2. PARALLEL: Pass analysis to @agent-coder for build scripts AND @agent-designer for UI assets
  3. @agent-coder generates/modifies build scripts (parallel with designer)
  4. @agent-designer optimizes assets for UI projects (parallel with coder)
  5. Validate dependencies and environment setup
  6. Execute build process with error monitoring
  7. Handle build errors and provide diagnostic information
  8. Optionally use @agent-test-engineer for build validation
  9. Optimize build output and report results

Wave Trigger: Activates for projects >15 files or >5 component types

Claude Code Integration

  • Uses Task tool to orchestrate @agent-architect → parallel(@agent-coder, @agent-designer) workflow
  • Uses Bash for build command execution
  • Leverages Read for build configuration analysis
  • Applies TodoWrite for build progress tracking
  • Maintains comprehensive error handling and reporting
  • Shares build configurations between agents via MCP memory server
Stats
Stars1
Forks0
Last CommitOct 12, 2025

Other plugins with /build