Use when you need MongoDB persistence in Quarkus — including Panache Mongo entities/repositories, document design, indexes, transactions where applicable, and error handling. This should trigger for requests such as Add MongoDB in Quarkus; Review Quarkus Mongo Panache design; Improve Mongo error handling in Quarkus services; Model MongoDB documents for a Quarkus service; Configure Quarkus MongoDB clients codecs or transactions. Part of Plinth Toolkit
72
89%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Apply Quarkus MongoDB guidance with concrete examples for design, implementation, and error handling.
Compile before MongoDB refactors; verify after changes.
./mvnw compile or mvn compile before applying any change./mvnw clean verify or mvn clean verify after applying improvementsRead references/415-frameworks-quarkus-mongodb.md and inspect persistence setup before proposing changes.
Identify model/query consistency needs and define safe improvements.
Implement/refactor Panache Mongo mappings, repository access, and failure handling.
Execute build/tests and summarize what changed, what was verified, and follow-up actions.
For detailed guidance, examples, and constraints, see references/415-frameworks-quarkus-mongodb.md.
77b8825
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.