From java-scaffold
Generates Quarkus project scaffolds with BCE architecture (Boundary-Control-Entity), Panache entities, RESTEasy Reactive endpoints, and LangChain4j AI services. Use this skill when creating new modules, entities, or REST endpoints in Quarkus projects.
npx claudepluginhub mgoericke/javamark-claude-plugins --plugin java-scaffoldThis skill uses the workspace's default tool permissions.
Generate runnable Quarkus project structures following the BCE pattern.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Generate runnable Quarkus project structures following the BCE pattern.
quarkus-rest-jackson)quarkus-langchain4j-ollama for AI servicessrc/main/java/de/example/module/
├── boundary/ # REST resources, WebSocket endpoints
├── control/ # Business services, AI services
├── entity/ # JPA entities, Records/DTOs, Value Objects
└── config/ # ConfigMappings, exception mappers
@ApplicationScoped, @Inject) instead of manual instantiation@ConfigProperty or @ConfigMapping for configuration@ServerExceptionMapper for error handling@Inject Logger or Log.info()Generated code always includes:
application.properties configuration<dependency> block