
pluginagentmarketplace/custom-plugin-java
3 skills12.4k installs111 starsGitHub
Install
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-javaSkills in this repo
1Java Spring BootJava Spring Boot is an agent skill bonded to a Java Spring agent that walks solo builders through production-shaped server work on Spring Boot 3.x. It covers auto-configuration and starters, property profiles, REST endpoints with Bean Validation, centralized error handling, OAuth2/JWT security filter chains, Spring Data repositories, Actuator health and metrics, and optional Spring Cloud integration angles. Parameters let you steer version (default 3.2) and module emphasis so the agent does not spray generic tutorials when you only need security or data. The skill assumes you are building real APIs and services—not spike code—so patterns lean toward deployable defaults. Pair it with your repo’s existing package layout and tests; you remain responsible for secrets management, infrastructure, and compliance beyond the generated configuration.11kinstalls2Java Testingjava-testing is a configuration-oriented agent skill for Java projects that encodes how a testing helper should behave across environments. It ships a structured YAML file with enabled flags, log levels, validation strictness, auto_fix preferences, and output format defaults, plus a JSON Schema that constrains skill name, semantic version, and high-level category. Development profiles favor debug logging and relaxed validation, while production profiles tighten strict_mode and reduce noise. Integrations for git, linter, and formatter are explicitly switchable so solo builders can align agent-driven test workflows with existing CI habits. The readme is thin on concrete JUnit or TestNG recipes; treat the skill as a scaffold for marketplace plugins rather than a full test suite generator.691installs3Java Mavenjava-maven is an agent skill package that delivers a generated Maven-and-YAML configuration baseline for solo builders starting JVM backends. It is aimed at indie developers who want Claude Code, Cursor, or Codex to scaffold a reproducible Apache Maven project without retyping boilerplate on every repo. Use it when you are in the Build phase and need a standard pom.xml pattern, environment-specific validation flags, and documented defaults for logging and strict validation in production. The bundled example targets Java 21 with Spring Boot 3.2-style dependencies, which matters because agent suggestions stay aligned with a real POM the build tool can consume. It is a template-oriented skill, not a live CI runner or security auditor—you still own dependency choices and deployment. Pair it with your own testing and ship-phase review skills before production releases.663installs