jabrena/415-frameworks-quarkus-mongodb
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
npx skills add https://github.com/jabrena/plinth --skill 415-frameworks-quarkus-mongodb
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.
Take jabrena/415-frameworks-quarkus-mongodb from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.