OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add dboeckli/ai-agent-skills --skill camel-matrix
Generates an AsciiDoc compatibility matrix for Apache Camel Spring Boot, Spring Boot, and Apache CXF versions by running the camel-springboot-matrix.sh script. Use when the user asks to generate or update the Camel compatibility matrix, check Camel Spring Boot version compatibility, or run the camel-springboot-matrix script. Supports optional version range arguments (min max).
npx skills add dboeckli/ai-agent-skills --skill camel-matrix
Run scripts/camel-springboot-matrix.sh (bundled in this skill) to generate target/camel-springboot-matrix.adoc relative to the current project directory. The target/ directory is created automatically if it does not exist.
The user may provide an optional version range: $ARGUMENTS
4.14.0 to latest (see below)4.0.0 4.15.0): only versions in that range are processed4.14.0 as minimum and omit the max argument (so the script fetches up to the latest available version):target/camel-springboot-matrix.adoc was created/updated in the current project directory