Agent Plugins Marketplace
All plugins

java-developer-skills

v0.2.0

Java/Spring 后端开发、设计、Review、测试与问题修复的多入口 Skill 插件。

Codex7 Skills

By wzj1228516103License: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex
Parsed components
7 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-developer-skills for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add java-developer-skills@agent-plugin-marketplace

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

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/wzj1228516103/java-developer-skills

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

Plugin files

java-developer-skills/
├── .codex-plugin/plugin.json
├── skills/java-design/SKILL.md
├── skills/java-dev/SKILL.md
├── skills/java-fix/SKILL.md
├── skills/java-refactor/SKILL.md
├── skills/java-review/SKILL.md
├── skills/java-rules/SKILL.md
└── skills/java-test/SKILL.md

Included Skills7

java-designskills/java-design/SKILL.md

设计 Java 后端接口、数据库、事务、缓存、消息和模块架构。Use before implementing a medium or high-risk backend feature.

java-devskills/java-dev/SKILL.md

使用当前项目技术栈开发或生成 Java/Spring 后端代码,包括 Controller、DTO、Service、Mapper、SQL 和业务逻辑。Use when the user asks to implement a new backend feature or code skeleton.

java-fixskills/java-fix/SKILL.md

定位和修复 Java 后端 Bug、测试失败、事务未生效、缓存不一致、慢查询和偶发并发问题。Use for diagnosis and minimal verified fixes.

java-refactorskills/java-refactor/SKILL.md

在保持已有行为和接口兼容的前提下,渐进式重构 Java 后端遗留代码。Use when splitting services, isolating layers, or reducing duplication.

java-reviewskills/java-review/SKILL.md

审查 Java/Spring 后端代码、提交或 PR,重点检查安全、数据、事务、并发、SQL 性能和测试风险。Use for code review or pre-commit self-check.

java-rulesskills/java-rules/SKILL.md

查询、解释和比较 Java 后端开发规则,说明适用条件、风险、正反例和允许的例外。Use when the user asks about a backend constraint without requesting code changes.

java-testskills/java-test/SKILL.md

为 Java/Spring 后端补充单元、集成、API、并发和消息可靠性测试。Use when the user asks to generate or improve backend tests.

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "java-developer-skills",
  "version": "0.2.0",
  "description": "Java/Spring 后端开发、设计、Review、测试与问题修复的多入口 Skill 插件。",
  "author": {
    "name": "wzj1228516103",
    "url": "https://github.com/wzj1228516103"
  },
  "homepage": "https://github.com/wzj1228516103/java-developer-skills",
  "repository": "https://github.com/wzj1228516103/java-developer-skills",
  "license": "MIT",
  "keywords": [
    "java",
    "spring-boot",
    "backend",
    "code-review",
    "testing",
    "security"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Java Developer Skills",
    "shortDescription": "Java/Spring 后端开发与 Review 入口集",
    "longDescription": "提供 Java 后端代码生成、接口与数据库设计、代码审查、测试补全、Bug 修复、渐进式重构和规则查询等入口。",
    "developerName": "wzj1228516103",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://github.com/wzj1228516103/java-developer-skills",
    "defaultPrompt": [
      "/java-dev 实现一个符合当前项目技术栈的 Spring 接口",
      "/java-review 检查当前变更的安全、事务和性能风险",
      "/java-test 为这个 Service 补充边界和异常测试"
    ],
    "brandColor": "#2563EB"
  }
}

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

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