Agent Plugins Marketplace
← All plugins

java-development

v1.1.0

Comprehensive collection of prompts and instructions for Java development including Spring Boot, Quarkus, testing, documentation, and best practices.

CodexClaude Code4 Skills

By Awesome Copilot CommunityLicense: MIT15 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install java-development for Codex and Claude Code

Installs for the current user
codex plugin marketplace add pleaseai/claude-code-plugins
codex plugin marketplace upgrade pleaseai
codex plugin add java-development@pleaseai

Paste and run these commands in a terminal with Codex. They add and refresh the pleaseai catalog, then install this plugin.

Compatibility: the page URL and API slug “java-development” remain stable.

  • Codex: java-development@agent-plugin-marketplace → java-development@pleaseai

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/pleaseai/claude-code-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/java-development/.

Plugin files

plugins/java-development/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/create-spring-boot-java-project/SKILL.md
├── skills/java-docs/SKILL.md
├── skills/java-junit/SKILL.md
└── skills/java-springboot/SKILL.md

Included Skills4

create-spring-boot-java-projectskills/create-spring-boot-java-project/SKILL.md

Create Spring Boot Java Project Skeleton

java-docsskills/java-docs/SKILL.md

Ensure that Java types are documented with Javadoc comments and follow best practices for documentation.

java-junitskills/java-junit/SKILL.md

Get best practices for JUnit 5 unit testing, including data-driven tests

java-springbootskills/java-springboot/SKILL.md

Get best practices for developing applications with Spring Boot.

Plugin manifests2

plugins/java-development/.codex-plugin/plugin.json
{
  "name": "java-development",
  "version": "1.1.0",
  "description": "Comprehensive collection of prompts and instructions for Java development including Spring Boot, Quarkus, testing, documentation, and best practices.",
  "author": {
    "name": "Awesome Copilot Community",
    "url": "https://github.com/github/awesome-copilot"
  },
  "interface": {
    "displayName": "Java Development",
    "shortDescription": "Comprehensive collection of prompts and instructions for Java development including Spring Boot, Quarkus, testing, documentation, and best practices.",
    "longDescription": "Comprehensive collection of prompts and instructions for Java development including Spring Boot, Quarkus, testing, documentation, and best practices.",
    "developerName": "Awesome Copilot Community",
    "category": "Language",
    "capabilities": [
      "Skill"
    ],
    "defaultPrompt": [
      "Help me use Java Development for my current task."
    ],
    "websiteURL": "https://github.com/github/awesome-copilot/tree/main/plugins/java-development"
  },
  "homepage": "https://github.com/github/awesome-copilot/tree/main/plugins/java-development",
  "repository": "https://github.com/github/awesome-copilot",
  "license": "MIT",
  "keywords": [
    "java",
    "springboot",
    "quarkus",
    "jpa",
    "junit",
    "javadoc"
  ],
  "skills": "./skills/"
}
plugins/java-development/.claude-plugin/plugin.json
{
  "name": "java-development",
  "version": "1.1.0",
  "description": "Comprehensive collection of prompts and instructions for Java development including Spring Boot, Quarkus, testing, documentation, and best practices.",
  "author": {
    "name": "Awesome Copilot Community",
    "url": "https://github.com/github/awesome-copilot"
  },
  "homepage": "https://github.com/github/awesome-copilot/tree/main/plugins/java-development",
  "repository": "https://github.com/github/awesome-copilot",
  "license": "MIT",
  "keywords": [
    "java",
    "springboot",
    "quarkus",
    "jpa",
    "junit",
    "javadoc"
  ],
  "skills": [
    "./skills/"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[java-development on Agent Plugins Marketplace](https://pluginsmp.com/plugins/java-development)