Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/apache/camel-quarkus-examples/agents-mdgit clone --depth 1 https://github.com/apache/camel-quarkus-examplesWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.01441 | $0.01441 |
| Opus 5 | $0.00720 | $0.00720 |
| Sonnet 5 | $0.00288 | $0.00288 |
| Haiku 4.5 | $0.00144 | $0.00144 |
Grade A, and why
camel-quarkus-examples AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 125 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Apache Camel Quarkus Examples - AI Agent Guidelines
Guidelines for AI agents contributing examples to apache/camel-quarkus-examples.
This repository contains runnable example applications that demonstrate Apache Camel running on Quarkus, in JVM and native mode.
For the canonical, project-wide agent rules, see the Camel Quarkus
AGENTS.md.
The notes below adapt the essentials to this examples repository — note that
Camel Quarkus follows GitHub-based conventions that differ from Apache Camel
core (e.g. GitHub issues instead of JIRA).
Project Info
- Build: Maven 3.9+ (use the provided
./mvnwwrapper) - Java: 17+ (CI also exercises JDK 21)
- BOMs:
quarkus-bom+quarkus-camel-bom(extension versions are inherited, never pinned per-dependency) - Tests:
@QuarkusTest(JVM) and@QuarkusIntegrationTest(packaged/native) - Issue tracker: GitHub issues at https://github.com/apache/camel-quarkus/issues (Camel Quarkus does not use JIRA)
Rules of Engagement (essentials)
- Attribution: every AI-generated PR description, review or issue comment MUST
identify itself as AI-generated and name the human operator, e.g.
_Claude Code on behalf of [Human Name]_. - Target the
camel-quarkus-mainbranch for PRs (it tracks the current Camel Quarkus SNAPSHOT), as stated in the repository's PR template. Themainbranch tracks the latest released Quarkus Platform. - One example per PR, kept small and self-contained. Do not exceed 10 PRs per day per operator. Quality over quantity.
- Branch from your own fork (not apache/), with a descriptive name (include
the GitHub issue number when there is one, e.g.
123-rest-json-example). Delete the branch after merge/close. Never push to a branch you did not create. - Green CI is required, including license/format/import checks and (where applicable) the native build.
- Never merge without at least one human approval; never approve your own PR.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 125 lines · 1,441 tokens per session scan A fe38c1452f5f
camel-quarkus-examples AGENTS.md is an instructions file published in the GitHub repository apache/camel-quarkus-examples (93 stars, last pushed 5d ago), licensed Apache-2.0. It adds 1,441 tokens to every session, about $0.0072 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
camel-quarkus AGENTS.md
Instructions for apache/camel-quarkus, covering apache camel quarkus - ai agent guidelines, project overview, what not to do, technology stack and repository structure.
camel-quarkus CLAUDE.md
Instructions for apache/camel-quarkus, a project described as: Apache Camel Quarkus.
camel AGENTS.md
AGENTS.md instructions for apache/camel, covering apache camel - ai agent guidelines, project info, ai agent rules of engagement, attribution and pr volume.
camel-kamelets AGENTS.md
Instructions for apache/camel-kamelets, covering apache camel kamelets - ai agent guidelines, project info, ai agent rules of engagement, attribution and pr volume.
camel-spring-boot-examples AGENTS.md
AGENTS.md instructions for apache/camel-spring-boot-examples, covering apache camel spring boot examples - ai agent guidelines, project info, rules of engagement (essentials), repository structure and anatomy of an example.
camel CLAUDE.md
Claude Code instructions for apache/camel, a project described as: Apache Camel is an open source integration framework with 350+ connectors. Write routes in Java, YAML, or XML. Run on Spring Boot, Quarkus, or standalone. Apache License 2.0.