dboeckli/ai-agent-skills

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.

View source
Original skill document

Rendered from the source repository. Headings, examples, code, tables, links, and referenced images are preserved.

Camel Spring Boot Compatibility 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.

Arguments

The user may provide an optional version range: $ARGUMENTS

  • No arguments: use the default range 4.14.0 to latest (see below)
  • Two arguments (e.g. 4.0.0 4.15.0): only versions in that range are processed

Steps

  1. Run the script. If no version range is given by the user, default to 4.14.0 as minimum and omit the max argument (so the script fetches up to the latest available version):
bash
bash "${CLAUDE_PLUGIN_ROOT}/scripts/camel-springboot-matrix.sh" ${ARGUMENTS:-4.14.0}
  1. After completion, report:
  • How many Camel versions were processed
  • That target/camel-springboot-matrix.adoc was created/updated in the current project directory
  • The last 5 rows of the generated table so the user can verify the output
from this repository

More skills

All skills
dboeckli
Community

cc-best-practices

Guidance on how to use Claude Code effectively — covering context management, verification strategies, the explore-plan-implement workflow, prompting techniques, session management, parallel sessions, and common failure patterns. Use this skill whenever the user asks how to get the most out of Claude Code, how to write better prompts, how to manage context, when to use plan mode, how to automate tasks, or when they describe a frustrating pattern like Claude repeating mistakes or losing track of instructions.

installs
32
GitHub stars
0
Updated
Aug 25
dboeckli
Community

project-references

Look up conventions, patterns, and concrete implementations from your own GitHub repositories checked out locally under ~/projects/referenzen/. Use this skill whenever there is uncertainty about how something is done in your codebase family — e.g. Helm chart structure, Kubernetes manifests, framework configuration patterns, Docker Compose conventions, CI/CD pipeline setup, or any other recurring architectural decision. Invoke it proactively before guessing at a convention; always cite the source project and path when a pattern is adopted. Also use when the user asks to check out, update, or search reference repositories.

installs
32
GitHub stars
0
Updated
Aug 25
dboeckli
Community

skill-best-practices

Guide for creating, structuring, and improving Claude skills (SKILL.md). Use when building a new skill, reviewing an existing skill, writing SKILL.md frontmatter, defining trigger conditions, troubleshooting skill problems (not triggering, over-triggering, instructions not followed), or planning skill distribution. When working on any skill in this repository: also load the cc-best-practices skill, and always update both CLAUDE.md and README.md skill tables after any skill change. Do NOT use for general Claude Code configuration or hook setup.

installs
32
GitHub stars
0
Updated
Aug 25