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.
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
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.
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.
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.
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.
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.
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.
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.
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.
Skill Claude CodeCodex
Prepare and execute a new release for the flutter-intellij plugin, including updating dependencies, compatibility bounds, changelogs, and verification.
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.
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.…
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…
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…
Skill Claude CodeCodex
Use pup CLI for immediate Datadog operations or generate code for integration into applications.
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"…
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.
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.
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.
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.
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…
Skill Claude CodeCodex
Verify coding agent extension skill projection.
Skill Claude CodeCodex
Ask the application user concise structured questions when missing information blocks a safe AI4J agent action.
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…
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.