From dev-squad
Use when building both backend and frontend projects sequentially - runs gradle build then npm build and reports results
npx claudepluginhub leoheo/dev-squad --plugin dev-squadThis skill uses the workspace's default tool permissions.
모든 대상 디렉토리를 순서대로 빌드해줘.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Provides patterns for autonomous Claude Code loops: sequential pipelines, agentic REPLs, PR cycles, de-sloppify cleanups, and RFC-driven multi-agent DAGs. For continuous dev workflows without intervention.
Applies NestJS patterns for modules, controllers, providers, DTO validation, guards, interceptors, config, and production TypeScript backends with project structure and bootstrap examples.
모든 대상 디렉토리를 순서대로 빌드해줘.
.claude/project-config.json을 읽어서 대상 디렉토리와 type을 확인해줘.
파일이 없으면 /start-work를 먼저 실행하라고 안내해줘.
| type | 빌드 명령어 |
|---|---|
spring-boot (gradle) | ./gradlew clean build |
spring-boot (maven) | ./mvnw clean package |
nuxt / nextjs / vite / node | npm run build |
go | go build ./... |
rust | cargo build --release |
| 기타 | AskUserQuestion으로 빌드 명령어 확인 |
실패 시 원인을 분석하고 수정 방안을 제시해줘.