🎯

java-fundamentals

🎯Skill

from pluginagentmarketplace/custom-plugin-java

VibeIndex|
What it does

Teaches and guides developers through core Java programming concepts, syntax, and best practices through interactive tutorials and code examples.

java-fundamentals

Installation

Install skill:
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-java --skill java-fundamentals
30
Last UpdatedJan 5, 2026

Skill Details

SKILL.md

Overview

Java Assistant


[![Version](https://img.shields.io/badge/Version-3.0.0-blue?style=for-the-badge)](https://github.com/pluginagentmarketplace/custom-plugin-java/releases)

[![License](https://img.shields.io/badge/License-Custom-yellow?style=for-the-badge)](LICENSE)

[![Status](https://img.shields.io/badge/Status-Production-brightgreen?style=for-the-badge)](#)

[![SASMP](https://img.shields.io/badge/SASMP-v1.3.0-blueviolet?style=for-the-badge)](#)

[![EQHM](https://img.shields.io/badge/EQHM-Enabled-green?style=for-the-badge)](#)

[![Agents](https://img.shields.io/badge/Agents-8-orange?style=flat-square&logo=robot)](#-agents)

[![Skills](https://img.shields.io/badge/Skills-12-purple?style=flat-square&logo=lightning)](#-skills)

[![Commands](https://img.shields.io/badge/Commands-4-green?style=flat-square&logo=terminal)](#-commands)


[πŸ“¦ Install Now](#-quick-start) Β· [πŸ€– Explore Agents](#-agents) Β· [πŸ“– Documentation](#-documentation) Β· [⭐ Star this repo](https://github.com/pluginagentmarketplace/custom-plugin-java)

---

What is this?

> Java Assistant is a Claude Code plugin with 8 agents and 12 skills for java development.

---

πŸ“‘ Table of Contents

Click to expand

  • [Quick Start](#-quick-start)
  • [Features](#-features)
  • [Agents](#-agents)
  • [Skills](#-skills)
  • [Commands](#-commands)
  • [Documentation](#-documentation)
  • [Contributing](#-contributing)
  • [License](#-license)

---

πŸš€ Quick Start

Prerequisites

  • Claude Code CLI v2.0.27+
  • Active Claude subscription

Installation (Choose One)

Option 1: From Marketplace (Recommended)

```bash

# Step 1️⃣ Add the marketplace

/plugin marketplace add pluginagentmarketplace/custom-plugin-java

# Step 2️⃣ Install the plugin

/plugin install java-development-assistant@pluginagentmarketplace-java

# Step 3️⃣ Restart Claude Code

# Close and reopen your terminal/IDE

```

Option 2: Local Installation

```bash

# Clone the repository

git clone https://github.com/pluginagentmarketplace/custom-plugin-java.git

cd custom-plugin-java

# Load locally

/plugin load .

# Restart Claude Code

```

βœ… Verify Installation

After restart, you should see these agents:

```

java-development-assistant:01-java-fundamentals

java-development-assistant:02-java-advanced

java-development-assistant:03-java-spring

java-development-assistant:04-java-testing

java-development-assistant:05-java-build-tools

java-development-assistant:06-java-persistence

java-development-assistant:07-java-microservices

java-development-assistant:08-java-devops

```

---

✨ Features

| Feature | Description |

|---------|-------------|

| πŸ€– 8 Agents | Production-grade AI agents with ReAct pattern |

| πŸ› οΈ 12 Skills | SASMP-compliant skills with Golden Format |

| ⌨️ 4 Commands | Quick slash commands with validation |

| πŸ”„ SASMP v1.3.0 | Full protocol compliance |

| βœ… EQHM | Error handling, quality, and monitoring enabled |

---

πŸ€– Agents

8 Production-Grade Agents

| # | Agent | Purpose | Primary Skill |

|---|-------|---------|---------------|

| 1 | 01-java-fundamentals | Java syntax, OOP, collections, streams | java-fundamentals |

| 2 | 02-java-advanced | Concurrency, JVM internals, performance | java-concurrency |

| 3 | 03-java-spring | Spring Boot, MVC, Security, Cloud | java-spring-boot |

| 4 | 04-java-testing | JUnit 5, Mockito, integration testing | `java-

More from this repository10

🎯
java-spring-boot🎯Skill

Generates, configures, and scaffolds Spring Boot project structures, providing code templates and best practices for rapid Java microservice development.

🎯
java-concurrency🎯Skill

Generates and explains concurrent Java code patterns, provides best practices for thread synchronization, and offers solutions for common concurrency challenges.

🎯
java-testing🎯Skill

Generates comprehensive Java unit tests, test cases, and testing strategies for Java code, covering JUnit, mockito, and test coverage scenarios.

🎯
java-microservices🎯Skill

Generates microservice architecture blueprints, provides code templates, and offers best practices guidance for Java-based microservices development.

🎯
java-maven🎯Skill

Generates Maven project structures, manages dependencies, and provides Maven-specific code generation and configuration assistance for Java development.

🎯
java-testing-advanced🎯Skill

Provides advanced Java testing capabilities, offering comprehensive test generation, coverage analysis, and complex testing scenario support for Java projects.

🎯
java-jpa-hibernate🎯Skill

Generates JPA and Hibernate boilerplate code, creates database entity mappings, and provides automated configuration templates for Java persistence layer development.

🎯
java-gradle🎯Skill

java-gradle skill from pluginagentmarketplace/custom-plugin-java

🎯
java-docker🎯Skill

Generates Docker configurations and Dockerfiles for Java applications, automating containerization setup and best practices.

🎯
java-maven-gradle🎯Skill

Assists developers in generating, configuring, and managing Maven and Gradle build configurations for Java projects with automated project setup and dependency management.