From mind-java-core
MIND CTI Jakarta EE / Java EE development standards for V10.00. Covers JAX-RS, CDI, EJB, JPA, JTA, and JMS. Namespace-aware (javax vs jakarta).
How this skill is triggered — by the user, by Claude, or both
Slash command
/mind-java-core:jakarta-eeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> MIND CTI standard for the V10.00 enterprise platform running on JBoss EAP 7.4 / WildFly. ~340 modules using Java EE (javax.*) with gradual jakarta.* migration.
MIND CTI standard for the V10.00 enterprise platform running on JBoss EAP 7.4 / WildFly. ~340 modules using Java EE (javax.) with gradual jakarta. migration.
This skill applies when working on V10.00/Source/J2EE/projects/ code — the legacy enterprise platform deployed on JBoss EAP 7.4. It covers EJB, CDI, JPA, JSF, JAX-RS, and JTA patterns specific to this codebase.
Namespace awareness: V10.00 is 80% javax.* and 20% jakarta.*. When modifying existing code, match the namespace already used in that module. Do not mix javax.* and jakarta.* within the same module.
javax.* in existing modules, jakarta.* only in new modules.new MindLogger(MyClass.class).AccountBridge with abstract factory.@Local interfaces for services.MindBill-BOM v10.00.002 → MindBill-BOM-J2EE → Mind-BOM-J2EEnpx claudepluginhub indra031/marketplace --plugin java-coreProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.