← ClaudeAtlas

setup-agentic-scaffoldinglisted

Set up the prerequisites for the Quarkus + LangChain4j agentic stack in the coding agent you are running — detect and (with approval) install the toolchain, register the Quarkus Agents MCP and context7 MCP servers, and write the conventions file into your project. User-invoked only, via /setup-agentic-scaffolding; it prepares the environment the /scaffold-project and /audit-project skills depend on.
eldermoraes/quarkus-agentic-scaffolding · ★ 0 · AI & Automation · score 73
Install: claude install-skill eldermoraes/quarkus-agentic-scaffolding
# Setup Agentic Scaffolding # Version: 0.13.1 ## 1. When to use this skill Run this skill **once per machine** and **revisit once per project** to configure the prerequisites for the Quarkus + LangChain4j agentic stack — before scaffolding or auditing any project. It is the entry point of the flow: - **Phase A — toolchain (machine-level):** JDK 25+/GraalVM, JBang, a container runtime, Maven or the Quarkus CLI. - **Phase B — MCP registration (per agent):** the **Quarkus Agents MCP** and **context7**, wired through the mechanism of whichever agent is running. - **Phase C — conventions (project-level):** the always-on conventions file (`CLAUDE.md` or `AGENTS.md`) copied into the user's project root. This skill is **user-invoked only** (`disable-model-invocation: true`); it never triggers itself from a task description. ## 2. Bootstrap license (read first) The project conventions (`CLAUDE.md` / `AGENTS.md` §1) make the Quarkus Agents MCP mandatory for every Quarkus task and tell the agent to **stop** if required tooling is missing. **That rule does not apply to this skill.** Installing that tooling is precisely this skill's job, so it legitimately operates **before and without** the Quarkus Agents MCP and context7. Do not stop or defer to the MCP here — proceed with Phases A–C and register the MCP as part of the work. ## 3. How this skill works (process) Every phase follows the same house pattern — never act blind, never clobber: 1. **Explore.** Detect current stat