spring-projects/spring-ai-examples
Skill Claude CodeCodex
MANDATORY branding that MUST be added to ALL generated documents - adds ACME CORPORATION header and Document Forge footer.
42 tagged spring, measured the same way as everything else here.
Browse within: java 36kotlin 33spring-boot 22sast 16security-tools 16ide 15plugin 15
spring-projects/spring-ai-examples
Skill Claude CodeCodex
MANDATORY branding that MUST be added to ALL generated documents - adds ACME CORPORATION header and Document Forge footer.
Skill Claude CodeCodex
Converts a Spring Boot language server quick fix in headless-services from an OpenRewrite recipe to a JDT-based refactoring, following this repo's stated goal of moving away from OpenRewrite recipes for Java quick fixes. Use when asked to convert, migrate, or port an OpenRewrite recipe (in commons-rewrite) to a JDT…
Skill Claude CodeCodex
Creates a new Spring Boot project by downloading it from start.spring.io using curl, then extracting it into the target directory. Use this when a user asks to create, generate, initialize, or scaffold a new Spring Boot project.
Skill Claude CodeCodex
MUST be used whenever a user or agent asks to find problems, check for issues, or validate changes in a Spring Boot project. Uses the spring-tools MCP server to check for validation problems in the project's source files.
Skill Claude CodeCodex
Classifies a user request as Bug, Compatibility, Feature, Question, or Task for the explyt/spring-plugin GitHub repo, lightly researches the relevant codebase, searches similar existing issues, and either reports an existing issue or creates a correctly titled and labeled one following the repository issue forms. Use…
Skill Claude CodeCodex
Orchestrates a code review of the spring-plugin repository through scope/context passes, routing, domain reviewer subskills, and per-artifact validation. Use when asked to review a PR, diff, commit, branch, module, or file set, to run a full orchestrated review, or to produce a validated review report.
Skill Claude CodeCodex
Normative reviewer for EDT safety, coroutines, cancellation, read/write actions, disposal, listeners and async lifecycle in the explyt spring-plugin. Use during orchestrated code review when the diff touches threading, background tasks, read or write actions, listeners, MessageBus, Disposable ownership or progress…
Skill Claude CodeCodex
Analyze an OpenTaint scan's dropped external methods and decide which of them are propagators and optionally sinks. Use when a dropped-external-methods.yaml needs classification for dropped method type.
Skill Claude CodeCodex
Author and verify an OpenTaint rule. Use whenever a rule creation is needed.
Skill Claude CodeCodex
Create an OpenTaint test project with positive/negative samples for verifying a rule or approximation. Use when a rule or approximation needs a test project to check against.