Guides ABC Java/Spring Boot backend development: API/RPC services with Feign, DB migrations, debugging, logging, exceptions, Gradle startup, Git branching. Activates on keywords like 后端开发, Java, Spring Boot, RPC.
From abc-development-pluginnpx claudepluginhub abcfed/claude-marketplace --plugin abc-development-pluginThis skill uses the workspace's default tool permissions.
backend-git-flow.mdcoding-guide.mddb-migration.mddebug-guide.mdexception.mdlocal-dev.mdlogging.mdrpc-guide.mdSearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
ABC 后端开发规范参考,涵盖开发、调试、运维等常见场景。
根据用户的意图,读取对应的场景文件:
| 用户意图 | 场景文件 | 关键词 |
|---|---|---|
| 后端编码规范与基础 | coding-guide.md | Java、Spring Boot、注解、Lombok、分层架构、编码规范、Controller、Service、Entity、DTO、CRUD、增删改查 |
| RPC 服务(提供/调用) | rpc-guide.md | RPC、Feign、微服务调用、服务间通信、AbcServiceResponseBody |
| 数据库表结构变更 | db-migration.md | 建表、加字段、加索引、改表、数据库变更、DDL |
| 后端问题排查调试 | debug-guide.md | 调试、排查、报错、traceId、SLS、链路追踪 |
| 日志打印规范 | logging.md | 日志、log、打日志、message-index、AbcLogMarker、@LogReqAndRsp |
| 异常处理规范 | exception.md | 异常、Exception、抛异常、错误码、NotFoundException、CisCustomException |
| 启动后端项目 | local-dev.md | 启动、运行、端口、本地开发、环境配置、Gradle |
| Git 分支管理(通用) | 使用 abc-git-flow SKILL(如果安装了) | 分支、feature、hotfix、发布、提测、合并、灰度 |
| Git 分支管理(后端特有) | backend-git-flow.md | dev-join、dev-joint、test-join、test-joint、联合分支、后端发布 |
.claude/skills/ 中创建同名 SKILL 覆盖或补充本指南