quarkus-module-build
Installation
SKILL.md
Quarkus Module Build
Build one or more specific modules in a Quarkus project with parallel execution.
Overview
This skill builds specific Quarkus modules (extensions, libraries, etc.) in parallel using subagents. It's optimized for rapid iteration during development when you only need to rebuild changed modules rather than the entire project.
When to Use
- Building specific modules after local changes
- Compiling a subset of extensions for testing
- Rebuilding modules after dependency updates
- Quick iteration during feature development
- After resolving compilation errors in specific modules