{
  "markdown": "<div align=\"center\">\n\n<!-- Animated Typing Banner -->\n<img src=\"https://readme-typing-svg.demolab.com?font=Fira+Code&weight=600&size=28&duration=3000&pause=1000&color=2E9EF7&center=true&vCenter=true&multiline=true&repeat=true&width=600&height=100&lines=Java+Assistant;8+Agents+%7C+12+Skills;Claude+Code+Plugin\" alt=\"Java Assistant\" />\n\n<br/>\n\n<!-- Badge Row 1: Status Badges -->\n[![Version](https://img.shields.io/badge/Version-3.0.0-blue?style=for-the-badge)](https://github.com/pluginagentmarketplace/custom-plugin-java/releases)\n[![License](https://img.shields.io/badge/License-Custom-yellow?style=for-the-badge)](LICENSE)\n[![Status](https://img.shields.io/badge/Status-Production-brightgreen?style=for-the-badge)](#)\n[![SASMP](https://img.shields.io/badge/SASMP-v1.3.0-blueviolet?style=for-the-badge)](#)\n[![EQHM](https://img.shields.io/badge/EQHM-Enabled-green?style=for-the-badge)](#)\n\n<!-- Badge Row 2: Content Badges -->\n[![Agents](https://img.shields.io/badge/Agents-8-orange?style=flat-square&logo=robot)](#-agents)\n[![Skills](https://img.shields.io/badge/Skills-12-purple?style=flat-square&logo=lightning)](#-skills)\n[![Commands](https://img.shields.io/badge/Commands-4-green?style=flat-square&logo=terminal)](#-commands)\n\n<br/>\n\n<!-- Quick CTA Row -->\n[📦 **Install Now**](#-quick-start) · [🤖 **Explore Agents**](#-agents) · [📖 **Documentation**](#-documentation) · [⭐ **Star this repo**](https://github.com/pluginagentmarketplace/custom-plugin-java)\n\n---\n\n### What is this?\n\n> **Java Assistant** is a Claude Code plugin with **8 agents** and **12 skills** for java development.\n\n</div>\n\n---\n\n## 📑 Table of Contents\n\n<details>\n<summary>Click to expand</summary>\n\n- [Quick Start](#-quick-start)\n- [Features](#-features)\n- [Agents](#-agents)\n- [Skills](#-skills)\n- [Commands](#-commands)\n- [Documentation](#-documentation)\n- [Contributing](#-contributing)\n- [License](#-license)\n\n</details>\n\n---\n\n## 🚀 Quick Start\n\n### Prerequisites\n\n- Claude Code CLI v2.0.27+\n- Active Claude subscription\n\n### Installation (Choose One)\n\n<details open>\n<summary><strong>Option 1: From Marketplace (Recommended)</strong></summary>\n\n```bash\n# Step 1️⃣ Add the marketplace\n/plugin marketplace add pluginagentmarketplace/custom-plugin-java\n\n# Step 2️⃣ Install the plugin\n/plugin install java-development-assistant@pluginagentmarketplace-java\n\n# Step 3️⃣ Restart Claude Code\n# Close and reopen your terminal/IDE\n```\n\n</details>\n\n<details>\n<summary><strong>Option 2: Local Installation</strong></summary>\n\n```bash\n# Clone the repository\ngit clone https://github.com/pluginagentmarketplace/custom-plugin-java.git\ncd custom-plugin-java\n\n# Load locally\n/plugin load .\n\n# Restart Claude Code\n```\n\n</details>\n\n### ✅ Verify Installation\n\nAfter restart, you should see these agents:\n\n```\njava-development-assistant:01-java-fundamentals\njava-development-assistant:02-java-advanced\njava-development-assistant:03-java-spring\njava-development-assistant:04-java-testing\njava-development-assistant:05-java-build-tools\njava-development-assistant:06-java-persistence\njava-development-assistant:07-java-microservices\njava-development-assistant:08-java-devops\n```\n\n---\n\n## ✨ Features\n\n| Feature | Description |\n|---------|-------------|\n| 🤖 **8 Agents** | Production-grade AI agents with ReAct pattern |\n| 🛠️ **12 Skills** | SASMP-compliant skills with Golden Format |\n| ⌨️ **4 Commands** | Quick slash commands with validation |\n| 🔄 **SASMP v1.3.0** | Full protocol compliance |\n| ✅ **EQHM** | Error handling, quality, and monitoring enabled |\n\n---\n\n## 🤖 Agents\n\n### 8 Production-Grade Agents\n\n| # | Agent | Purpose | Primary Skill |\n|---|-------|---------|---------------|\n| 1 | **01-java-fundamentals** | Java syntax, OOP, collections, streams | `java-fundamentals` |\n| 2 | **02-java-advanced** | Concurrency, JVM internals, performance | `java-concurrency` |\n| 3 | **03-java-spring** | Spring Boot, MVC, Security, Cloud | `java-spring-boot` |\n| 4 | **04-java-testing** | JUnit 5, Mockito, integration testing | `java-testing` |\n| 5 | **05-java-build-tools** | Maven, Gradle, CI/CD pipelines | `java-maven-gradle` |\n| 6 | **06-java-persistence** | JPA, Hibernate, query optimization | `java-jpa-hibernate` |\n| 7 | **07-java-microservices** | Spring Cloud, distributed systems | `java-microservices` |\n| 8 | **08-java-devops** | Docker, Kubernetes, monitoring | `java-docker` |\n\n---\n\n## 🛠️ Skills\n\n### 12 SASMP-Compliant Skills\n\n| Skill | Description | Bond Type |\n|-------|-------------|-----------|\n| `java-fundamentals` | Core Java syntax, OOP, collections, streams | PRIMARY |\n| `java-concurrency` | Threads, executors, CompletableFuture, virtual threads | PRIMARY |\n| `java-spring-boot` | Spring Boot REST APIs, Security, Data, Actuator | PRIMARY |\n| `java-testing` | JUnit 5, Mockito, integration testing, TDD | PRIMARY |\n| `java-maven-gradle` | Build configuration, dependencies, CI/CD | PRIMARY |\n| `java-jpa-hibernate` | Entity design, queries, transactions, caching | PRIMARY |\n| `java-microservices` | Spring Cloud, service mesh, event-driven patterns | PRIMARY |\n| `java-docker` | Dockerfile optimization, JVM settings, security | PRIMARY |\n| `java-maven` | Maven POM, lifecycle, plugins | SECONDARY |\n| `java-gradle` | Gradle Kotlin DSL, build optimization | SECONDARY |\n| `java-performance` | JVM tuning, GC, profiling, benchmarking | SECONDARY |\n| `java-testing-advanced` | Testcontainers, contract testing, mutation testing | SECONDARY |\n\n---\n\n## ⌨️ Commands\n\n| Command | Description |\n|---------|-------------|\n| `/java-build` | Build Java project with Maven or Gradle |\n| `/java-new` | Create a new Java project with Maven or Gradle |\n| `/java-check` | Check Java and build tool installation and configuration |\n| `/java-debug` | Debug Java applications and troubleshoot common issues |\n\n---\n\n## 📚 Documentation\n\n| Document | Description |\n|----------|-------------|\n| [CHANGELOG.md](CHANGELOG.md) | Version history |\n| [CONTRIBUTING.md](CONTRIBUTING.md) | How to contribute |\n| [LICENSE](LICENSE) | License information |\n\n---\n\n## 📁 Project Structure\n\n<details>\n<summary>Click to expand</summary>\n\n```\ncustom-plugin-java/\n├── 📁 .claude-plugin/\n│   ├── plugin.json\n│   └── marketplace.json\n├── 📁 agents/              # 8 agents\n├── 📁 skills/              # 12 skills (Golden Format)\n├── 📁 commands/            # 4 commands\n├── 📁 hooks/\n├── 📄 README.md\n├── 📄 CHANGELOG.md\n└── 📄 LICENSE\n```\n\n</details>\n\n---\n\n## 📅 Metadata\n\n| Field | Value |\n|-------|-------|\n| **Version** | 3.0.0 |\n| **Last Updated** | 2025-12-30 |\n| **Status** | Production Ready |\n| **SASMP** | v1.3.0 |\n| **EQHM** | Enabled |\n| **Agents** | 8 |\n| **Skills** | 12 |\n| **Commands** | 4 |\n\n---\n\n## 🤝 Contributing\n\nContributions are welcome! Please read our [Contributing Guide](CONTRIBUTING.md).\n\n1. Fork the repository\n2. Create your feature branch\n3. Follow the Golden Format for new skills\n4. Submit a pull request\n\n---\n\n## ⚠️ Security\n\n> **Important:** This repository contains third-party code and dependencies.\n>\n> - ✅ Always review code before using in production\n> - ✅ Check dependencies for known vulnerabilities\n> - ✅ Follow security best practices\n> - ✅ Report security issues privately via [Issues](../../issues)\n\n---\n\n## 📝 License\n\nCopyright © 2025 **Dr. Umit Kacar** & **Muhsin Elcicek**\n\nCustom License - See [LICENSE](LICENSE) for details.\n\n---\n\n## 👥 Contributors\n\n<table>\n<tr>\n<td align=\"center\">\n<strong>Dr. Umit Kacar</strong><br/>\nSenior AI Researcher & Engineer\n</td>\n<td align=\"center\">\n<strong>Muhsin Elcicek</strong><br/>\nSenior Software Architect\n</td>\n</tr>\n</table>\n\n---\n\n<div align=\"center\">\n\n**Made with ❤️ for the Claude Code Community**\n\n[![GitHub](https://img.shields.io/badge/GitHub-pluginagentmarketplace-black?style=for-the-badge&logo=github)](https://github.com/pluginagentmarketplace)\n\n</div>\n",
  "bytes": 7810,
  "sha": "ed000460c8bda7b230f7f27516e0935ab04efa488de4c4b2a0bbc146157ab395",
  "repo_slug": "pluginagentmarketplace/custom-plugin-java",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_pluginagentmarketplace_custom_plugin_jav_46a41ef0/readme"
}