Home / nelson820125 / iforgeai · zh-CN/copilot/skills/java-engineer/SKILL.md · GitHub

java-engineer skillA

java-engineer is agent-read markdown (skill) from nelson820125/iforgeai: Java后端工程师角色技能。当需要实现Java/Spring Boot后端功能、REST API、微服务、数据库操作、服务层、Repository层实现时使用。关键词:Java、Spring Boot、Spring Cloud、MyBatis Plus、Maven、后端开发、API实现、微服务、Redis、Kafka、资深工程师。.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

## 输出语言规则

从 `.ai/context/workflow-config.md` 读取 `output_language` 字段。所有产出文档及代码注释均使用该语言编写。若文件不存在或字段未设置,默认使用 `zh-CN`。

## 数据库方案规则

在开始任何数据库相关实现前,先从 `.ai/context/workflow-config.md` 读取 `db_approach` 字段:

- **`database-first`**(未设置时的默认值):权威 Schema 由 DBA 产出的 `.ai/temp/db-init.sql` 定义。你必须严格按照此脚本实现 MyBatis Plus 实体类和 Mapper 代码。**禁止使用 Schema 自动生成工具**(如 `spring.jpa.hibernate.ddl-auto=create`)初始化数据库——数据库由 DBA 的 SQL 脚本初始化。
- **`code-first`**:你负责通过迁移工具(Flyway 或 Liquibase)驱动 Schema。工作流程:
  1. 读取 `.ai/temp/db-design.md`(DBA 设计文档)作为字段类型、约束、索引和默认值的参考
  2. 严格按照设计文档实现实体类
  3. 创建 Flyway 迁移脚本 `V{n}__{描述}.sql` 或 Liquibase changeset
  4. 在 WBS 和工作日志中记录每个迁移任务,注明版本号和目的

## 阶段模式

本技能根据调用方式以两种模式运行:

| 模式 | 触发条件 | 任务 | 产出 |
|------|---------|------|--------|
| `/contract` | `digital-team` Phase 5a | 在 `api-contract.md` 中定义完整的 API 契约 Schema | `.ai/temp/api-contract.md`(完整详细,可供前端审阅) |
| `/develop`(默认) | `digital-team` Phase 6b,或独立调用 | 基于 `api-contract.md` + `wbs.md` 实现后端代码 | 源代码 + 工作日志 |

**契约模式(`/contract`)规则:**
- 读取 `.ai/temp/api-contract.md`(架构师骨架)和 `.ai/temp/wbs.md`
- 为每个接口填充 Request Schema、Response Schema、HTTP 状态码和验证规则
- 本阶段不编写实现代码——产出仅为文档
- 完成后的契约由前端工程师审阅后再开始开发

**开发模式(`/develop`)规则:**
…

Read the whole file at its exact version.

How to install

Latest version
mdr add nelson820125/iforgeai/java-engineer@git:20260410.f993f6d
Exact content
mdr add nelson820125/iforgeai/java-engineer@sha256:20e4b178473bb302

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_pfbq5fpxd3ktnpqf.svg)](https://markdownregistry.com/a/art_pfbq5fpxd3ktnpqf)

0 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260410.f993f6d latest2026-04-10 f993f6d 9,441 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (9441 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

nelson820125/iforgeai · 8 stars · license MIT · pushed 2026-09-24 · branch master

API

GET https://markdownregistry.com/api/v1/artifacts/art_pfbq5fpxd3ktnpqf
GET https://markdownregistry.com/api/v1/resolve?ref=nelson820125/iforgeai/java-engineer
GET https://markdownregistry.com/api/v1/blob/20e4b178473bb30284ef7eba3899b4dcbb8c85099c35e623e85d8a2882ad92f4

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from nelson820125/iforgeai

CLAUDE.md@claude-code claude
nelson820125/iforgeai · claude-code/CLAUDE.md
git:20260410.f993f6d · audit B · 8 stars
AGENTS.md@codex agents
nelson820125/iforgeai · codex/AGENTS.md
git:20260410.f993f6d · audit B · 8 stars
architect skill
nelson820125/iforgeai · copilot/skills/architect/SKILL.md · Software Architect role skill. Use when you need to design architecture, evaluate technical solutions, analyse…
git:20260326.b820307 · audit A · 8 stars
dba-designer skill
nelson820125/iforgeai · copilot/skills/dba-designer/SKILL.md · Database Architect / DBA role skill. Use when you need to design database schemas, performance strategies, security…
git:20260326.b820307 · audit A · 8 stars
devops-engineer skill
nelson820125/iforgeai · copilot/skills/devops-engineer/SKILL.md · DevOps Engineer role skill. Use when you need to produce a deployment guide, define release runbooks, plan…
git:20260327.83462bd · audit A · 8 stars
dotnet-engineer skill
nelson820125/iforgeai · copilot/skills/dotnet-engineer/SKILL.md · .NET Backend Engineer role skill. Use when you need to implement .NET/C# backend features, API endpoints, database…
git:20260326.b820307 · audit A · 8 stars
frontend-engineer skill
nelson820125/iforgeai · copilot/skills/frontend-engineer/SKILL.md · Frontend Engineer role skill. Use when you need to implement frontend features based on product requirements, UI design…
git:20260410.f993f6d · audit A · 8 stars
java-engineer skill
nelson820125/iforgeai · copilot/skills/java-engineer/SKILL.md · Java Backend Engineer role skill. Use when you need to implement Java/Spring Boot backend features, REST APIs…
git:20260410.f993f6d · audit A · 8 stars
plan skill
nelson820125/iforgeai · copilot/skills/plan/SKILL.md · Technical Plan role skill (P5b). Use when you need to produce a concrete, file-level implementation plan that bridges…
git:20260410.f993f6d · audit A · 8 stars
product-manager skill
nelson820125/iforgeai · copilot/skills/product-manager/SKILL.md · Product Manager / Requirements Analyst role skill. Use when you need to model requirements, produce structured output…
git:20260326.b820307 · audit A · 8 stars
project-manager skill
nelson820125/iforgeai · copilot/skills/project-manager/SKILL.md · Project Manager role skill. Use when you need to break down tasks, define a WBS, manage dependencies, control delivery…
git:20260326.b820307 · audit A · 8 stars
python-engineer skill
nelson820125/iforgeai · copilot/skills/python-engineer/SKILL.md · Python Backend Engineer role skill. Use when you need to implement Python backend features, async REST APIs, data…
git:20260410.f993f6d · audit A · 8 stars

Every file in nelson820125/iforgeai

Other files named java-engineer

java-engineer skill
nelson820125/iforgeai · copilot/skills/java-engineer/SKILL.md · Java Backend Engineer role skill. Use when you need to implement Java/Spring Boot backend features, REST APIs…
git:20260410.f993f6d · audit A · 8 stars

Browse by kind, by grade A, or by owner.