quarkus-langchain4j-scaffolding
Installation
SKILL.md
Quarkus + LangChain4j Scaffolding
Version: 0.10.1
1. When to use this skill
Use this skill when creating something new in a Quarkus + LangChain4j project:
- Create, scaffold, bootstrap, initialize, start, generate, or kickstart a new Quarkus + LangChain4j project or module.
- Add a new AI service (
@RegisterAiServiceinterface). - Add a new agent or multi-agent workflow (declarative LangChain4j Agentic).
- Set up a RAG component or embedding store.
- Generate a baseline
pom.xml,application.properties, project layout, or starter classes for this stack.
This skill covers how to lay things out and get them running. It does not restate coding conventions — see §14.