java skills

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

cu-sdk-sample-run

25

Azure/azure-sdk-for-java

Skill Claude CodeCodex

Run a specific sample for the Azure AI Content Understanding Java SDK. Use when users want to run a particular sample like Sample02AnalyzeUrl or Sample03AnalyzeInvoice.

2.6k 2d ago A 41 tokens original MIT

TencentBlueKing/bk-ci

Skill Claude CodeCodex

A BK-CI release-notes workflow for processing newly added version sections in a changelog. A changelog is a file that records software changes between releases.

2.5k 3d ago A 93 tokens

github-worktree

27

TencentBlueKing/bk-ci

Skill Claude CodeCodex

A GitHub Issue worktree workflow for creating an isolated copy of a repository for a task. A worktree lets separate branches be checked out in separate folders, while an issue records the work to be done.

2.5k 3d ago A 115 tokens

TencentBlueKing/bk-ci

Skill Claude CodeCodex

A guide for investigating Java memory problems using heap dumps and related reports. A heap dump is a snapshot of objects held in the Java Virtual Machine's memory.

2.5k 3d ago A 162 tokens

commit

29

ModelEngine-Group/fit-framework

Skill Claude CodeCodex

A Git commit workflow, where a commit is a saved checkpoint of code changes. It also checks copyright years and updates the related task status.

2.1k 5mo ago A 34 tokens original MIT

create-release-note

30

ModelEngine-Group/fit-framework

Skill Claude CodeCodex

A release-note generator that collects changes from GitHub pull requests, commits, and issues, then groups them into a project-formatted summary.

2.1k 5mo ago A 68 tokens original MIT

test-integration

31

ModelEngine-Group/fit-framework

Skill Claude CodeCodex

A procedure for running integration tests in the FIT Framework. Integration tests check that multiple parts work together by starting the service and calling its interfaces.

2.1k 5mo ago A 40 tokens original MIT

code-review

32

flutter/flutter-intellij

Skill Claude CodeCodex

Perform a pedantic, multi-perspective code review on the current diff or git changes against the styleguide and software engineering best practices.

2.0k 3d ago A 30 tokens original BSD-3-Clause

release-plugin

33

flutter/flutter-intellij

Skill Claude CodeCodex

Prepare and execute a new release for the flutter-intellij plugin, including updating dependencies, compatibility bounds, changelogs, and verification.

2.0k 3d ago A 30 tokens original BSD-3-Clause

flutter/flutter-intellij

Skill Claude CodeCodex

Remove support for an older IntelliJ Platform / Android Studio version from the project and clean up obsolete code, baselines, and CI configurations.

2.0k 3d ago A 32 tokens original BSD-3-Clause

tornadovm-nvidia

35

beehive-lab/TornadoVM

Skill Claude CodeCodex

NVIDIA-specific TornadoVM workflows on the CUDA backend — profile with Nsight Systems (nsys) and read NVTX ranges, use the hybrid library-task API (cuBLAS/cuBLASLt/cuDNN/cuFFT/cuSPARSE/cuTENSOR/CUTLASS/NCCL native calls from Java), print the generated CUDA-C kernel, and fuzz-test the CUDA-C backend with tornado-fuzz.…

1.5k 3d ago A 149 tokens original Apache-2.0

beehive-lab/TornadoVM

Skill Claude CodeCodex

Run a measured performance/correctness campaign on the TornadoVM runtime — profile first (JFR for host, Nsight Systems for driver), falsify the hypothesis with a standalone probe, A/B against a same-build baseline, then ship one PR per measured claim. Use when asked to make TornadoVM faster, to find where time goes in…

1.5k 3d ago A 112 tokens original Apache-2.0

tornadovm

37

beehive-lab/TornadoVM

Skill Claude CodeCodex

Build, test, and contribute to TornadoVM's OpenCL/CUDA/Metal backends — make BACKEND targets, tornado-test (quickPass/single-class), checkstyle-before-PR, one-line commits, the develop-branch PR flow, and the recurring graalJars/setvars build gotchas. Use when building the project, running or adding unit tests, or…

1.5k 3d ago C 108 tokens original Apache-2.0

dd-code-generation

38

DataDog/pup

Skill Claude CodeCodex

Use pup CLI for immediate Datadog operations or generate code for integration into applications.

999 4d ago A 16 tokens original Apache-2.0

skill-creator

39

ClawRunr/JavaClaw

Skill Claude CodeCodex

Create new skills, modify and improve existing skills for JavaClaw. Use when users want to create a skill from scratch, edit or improve an existing skill, or refine a skill's description so it triggers more reliably. Also use when a user asks to "turn this workflow into a skill", "save these instructions as a skill"…

744 12d ago A 80 tokens LGPL-3.0

clean-code

40

decebals/claude-code-java

Skill Claude CodeCodex

Clean Code principles (DRY, KISS, YAGNI), naming, function design and readability. Use when code is hard to read, with long methods, unclear names, duplication or deep nesting. For how responsibilities are split across classes and which way dependencies point, use solid-principles instead.

722 3d ago A 64 tokens original MIT

design-patterns

41

decebals/claude-code-java

Skill Claude CodeCodex

Common design patterns with Java examples (Factory, Builder, Strategy, Observer, Decorator, etc.). Use when user asks "implement pattern", "use factory", "strategy pattern", or when designing extensible components.

722 3d ago A 47 tokens original MIT

java-migration

42

decebals/claude-code-java

Skill Claude CodeCodex

Guide for upgrading Java projects between major versions (8→11→17→21→25). Use when user says "upgrade Java", "migrate to Java 25", "update Java version", or when modernizing legacy projects.

722 3d ago A 51 tokens original MIT

write-fixture

43

naver/fixture-monkey

Skill Claude CodeCodex

Write Java/Kotlin tests with Fixture Monkey — enumerate the cases a method can produce, pick the ones worth testing, and build each fixture pinning only the properties that force the expected outcome.

697 8d ago A 42 tokens original Apache-2.0

jndi-map

44

X1r0z/JNDIMap

Skill Claude CodeCodex

Use this skill for JNDIMap, a JNDI injection framework for RMI, LDAP, and LDAPS. It helps run the jar, choose flags and ports, build JNDI URLs for Basic payloads, MemShell injection, BeanFactory bypasses, JDBC RCE, Tomcat XXE, Hessian, LDAP deserialization gadgets, custom scripts, and advanced options such as JShell…

600 4mo ago A 103 tokens original MIT

LnYo-Cly/ai4j

Skill Claude CodeCodex

Ask the application user concise structured questions when missing information blocks a safe AI4J agent action.

427 4d ago A 25 tokens original Apache-2.0

ai4j-app-builder

47

LnYo-Cly/ai4j

Skill Claude CodeCodex

Use this skill when helping users build applications with AI4J in their own Java or Spring Boot projects, including first chat, streaming, tool/function calls, MCP, RAG, memory, Agent runtime, Coding Agent CLI embedding, FlowGram integration, provider configuration, dependency selection, and troubleshooting. It guides…

427 4d ago A 120 tokens original Apache-2.0

ShaftHQ/SHAFT_ENGINE

Skill Claude CodeCodex

Optional local coding loop as a mechanical or default delegate. Use when the decider model wants a cheap local coder and a hardware probe says the host can run one.

407 today A 39 tokens original MIT