Skill Claude CodeCodex
Check all dependencies in a Java project for newer stable versions and known CVEs, then update build files automatically.
849 tagged java, measured the same way as everything else here.
Browse within: spring-boot 106kotlin 85angular 67jvm 62python 54code-quality 52claude-code-skills 46blueking 42continuous-integrations 42golang 42microservices-architecture 42bce-design 40microservices 40plugin 38
Skill Claude CodeCodex
Check all dependencies in a Java project for newer stable versions and known CVEs, then update build files automatically.
Skill Claude CodeCodex
Use when Java/Kotlin code uses easy-query (often abbreviated as eq; EasyEntityQuery, EasyQueryClient, proxy DSL) or when migrating JPA/MyBatis to easy-query. Covers setup and missing Proxy troubleshooting, Spring Boot starter/config, CRUD and mutation APIs (insertable/updatable/deletable, onConflictThen…
Skill Claude CodeCodex
Use when writing libGDX Java/Kotlin code involving 2D rendering — SpriteBatch, ShapeRenderer, Texture, TextureRegion, TextureAtlas, Camera, Viewport, draw ordering, blending, or screen clearing. Use when debugging rendering artifacts, missing sprites, stretched graphics, or begin/end errors.
Skill Claude CodeCodex
Use when writing libGDX Java/Kotlin code involving AssetManager — loading assets (Texture, TextureAtlas, Sound, Music, BitmapFont, Skin, Model, TiledMap, ParticleEffect, ShaderProgram, I18NBundle), async loading screens, reference counting, screen transitions, custom loaders, or FreeType font loading via AssetManager.…
Skill Claude CodeCodex
Use when writing libGDX Java/Kotlin code involving text rendering (BitmapFont, GlyphLayout, BitmapFontCache), NinePatch scalable graphics, DistanceFieldFont, or color markup language. Use when debugging wrong text position, blurry scaled fonts, text measurement, or NinePatch stretching issues.
Skill Claude CodeCodex
Two thresholds apply — consider and enforce.
Skill Claude CodeCodex
Check JaCoCo code coverage for jhelm modules.
Skill Claude CodeCodex
Test-driven development guide for writing JUnit 5 tests, analyzing coverage gaps, and guiding red-green-refactor workflows. Use when the user asks to write tests, improve test coverage, practice TDD, generate test stubs, or mentions JUnit/testing.
Skill Claude CodeCodex
Use when composing music with the music-server MCP tools. Covers note syntax, tool workflow, and composition patterns.
Skill Claude CodeCodex
Use when configuring the Bjoern Gradle plugin in build.gradle files. Covers all configuration parameters, task setup, and common patterns for code and documentation generation.
Skill Claude CodeCodex
Use when writing, reviewing, or refactoring .zgr specification files for the Bjoern BDD test generator. Covers syntax, parameter usage for statement reuse, and conventions that reduce the number of methods to implement.
Skill Claude CodeCodex
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
Skill Claude CodeCodex
Hexagonal architecture, DDD, CQRS, and event sourcing for Java Spring applications. Use when designing package structure, creating Aggregate Roots or Value Objects, implementing ports and adapters, setting up CQRS command/query separation, wiring domain events, writing ArchUnit tests, or creating solution architecture…
Skill Claude CodeCodex
Summer Framework data layer — AuditService (builder, annotation, convenience methods), OutboxService (transactional outbox with scheduler or Debezium CDC, retry + backoff, circuit breaker, KafkaOutboxPublisher), kafka-consumer LSN-watermark idempotency (0.3.1+), R2DBC converters, table validators, and DDL scripts for…
Skill Claude CodeCodex
Use when the user makes or records a significant architectural or technical decision — choosing a framework, database, protocol, pattern, or trade-off ("we decided to use X instead of Y because..."), or explicitly asks to write an ADR. Captures the decision as a structured MADR-format Architecture Decision Record in…
Skill Claude CodeCodex
Scan the current TS/React project's existing UI layer and write .claude/design-conventions.md — a project-specific visual design convention file that rules/typescript.md loads before UI work. Use when starting UI work in an existing project, when design conventions have drifted, or when --refresh is passed to merge in…
Skill Claude CodeCodex
Use to drive a software feature or fix through the full engineering loop — investigate, design (with an architect-reviewer gate), get your explicit approval on the plan, then implement, verify with qa-engineer, and drive the code-review fix loop to a clean state. Deterministic multi-agent orchestration for the…
Skill Claude CodeCodex
Use when debugging a runtime failure in a locally-running fleet of Spring Boot microservices - correlates logs across services by a trace key, reconstructs the cross-service timeline, isolates the failing hop, and maps it back to source.
Skill Claude CodeCodex
Use when a fleet service ships its own Spring AI MCP server - explains how to discover those servers from the spring-fleet config and federate them alongside the spring-fleet MCP tools so the agent has one unified tool surface across the fleet.
Skill Claude CodeCodex
Use when fleet logs are console-only or scattered and cross-service correlation needs a stable location - installs a logback convention so every service writes / .log with OTel traceid / spanid and legacy sessionId / requestId in the pattern.
Skill Claude CodeCodex
Build, test, and run Spring Boot applications using Arconia CLI. Use when working on a Java or Spring Boot project and you need to compile the application, run tests, start the app in development mode, build a GraalVM native executable, or run the application locally with dev services. Also use when the user asks to…
Skill Claude CodeCodex
Build container images for Spring Boot applications using Arconia CLI. Use when the user wants to containerize their application, build a Docker/OCI image, create a container image using Cloud Native Buildpacks or a Dockerfile/Containerfile, push an image to a registry, or build multi-architecture container images.…
Skill Claude CodeCodex
Discover and run OpenRewrite recipes for automated code migration and refactoring using Arconia CLI. Use when the user wants to run a specific OpenRewrite recipe, discover available migration or refactoring recipes, apply automated code transformations, clean up code (remove unused imports, update Java version), or…
glaforge/java-stdio-mcp-server
Skill Claude CodeCodex
Scaffolds and installs zero boilerplate Java-based MCP STDIO servers using JBang and LangChain4j for Gemini CLI. Use this to quickly bootstrap an MCP server from scratch.