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.

소스 보기
원본 Skill 문서

원본 저장소의 제목, 예시, 코드, 표, 링크, 이미지를 유지해 표시합니다.

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
같은 저장소의 Skills

더 많은 Skills

모든 Skills
dboeckli
커뮤니티

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.

설치 수
32
GitHub Stars
0
업데이트
8월 25일
dboeckli
커뮤니티

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.

설치 수
32
GitHub Stars
0
업데이트
8월 25일
dboeckli
커뮤니티

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.

설치 수
32
GitHub Stars
0
업데이트
8월 25일