skills/.system/guicedee-installer/SKILL.md
Retrofit existing Maven modules to GuicedEE baseline standards: Maven 4 wrapper, JDK 25+, GuicedEE BOM import, and JPMS main/test module boundaries. Use when a project already exists and needs GuicedEE dependency management and compliant `module-info.java` plus `.test` package separation.
npx skillsauth add guicedee/ai-rules guicedee-installerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Upgrade an existing module to the same baseline expected by guicedee-creator.
pom.xml, wrapper files, source roots, module-info files).pom.xml to align with references/retrofit-checklist.md:
dependencyManagementorg.junit.jupiter:junit-jupiter (test scope), JUnit Jupiter 6.0.3+, and Mockito.mvn/wrapper/maven-wrapper.properties).src/main/java/module-info.javasrc/test/java/module-info.javarequires JUnit Jupiter module(s)opens ... to org.junit.platform.commonscom.google.guicecom.fasterxml.jackson.databindcom.guicedee.vertxmain() class with:
LogUtils.addHighlightedConsoleLogger(Level.DEBUG)IGuiceContext.registerModule("<mainModule>")IGuiceContext.instance().inject()com.guicedee.client.services.lifecycle.IGuicePreStartupcom.guicedee.client.services.lifecycle.IGuiceModulecom.guicedee.client.services.lifecycle.IGuicePostStartupsortOrder() (from IDefaultService<J>)module-info.java and src/main/resources/META-INF/services/*<mainModule>.test.testpython3 ../guicedee-creator/scripts/verify_guicedee_baseline.py --project-root .pom.xml must include org.junit.jupiter:junit-jupiter with test scope.com.google.guice, com.fasterxml.jackson.databind, and com.guicedee.vertx; include org.junit.platform.commons for test packages.references/retrofit-checklist.md - patch checklist and exact BOM snippet.development
Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).
tools
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.
development
WebAwesome icon integration for JWebMP — modern, open-source icon library. Provides 1,500+ icons with solid/regular styles, sizing, rotation, animation, and CSS utilities. Drop-in FontAwesome alternative with fresh designs. Use when working with WebAwesome icons, modern icon designs, or as FontAwesome alternative in JWebMP applications.
development
WebAwesome Pro integration for JWebMP with premium icons and features. Extends jwebmp-webawesome with additional styles, premium icons, and advanced features. Use when working with WebAwesome Pro icons or premium WebAwesome features in JWebMP applications.