modelscope.cn

backend-dev-suite

后端开发综合技能?

Installation

$ npx skills add https://modelscope.cn

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from modelscope.cn · top by installs.

npx skills add https://modelscope.cn

Browse all from modelscope.cn

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,333 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

后端开发综合技能包

当你在进行后端功能开发或重构时,需要同时关注 Java 编码规范数据库设计安全加固,请启用本技能包。

本技能包会自动组合以下已有技能:

  1. java-best-practices:Java 编码规范、设计模式与异常/并发最佳实践;
  2. database-design:表结构设计、索引策略与 SQL 优化指南;
  3. security-checklist:基于 OWASP 的安全检查清单与防护示例。

使用建议

  • 在设计或修改后端接口/服务时:

1. 先根据 java-best-practices 规划代码结构与异常处理; 2. 再根据 database-design 设计数据模型和索引策略,避免 N+1、字段类型不当等问题; 3. 最后按 security-checklist 检查认证授权、输入校验、敏感信息保护等安全要点。

  • 回答时建议分三块输出:编码层面、数据层面、安全层面,方便你逐项检查和落地。