·java-dev
</>

java-dev

doccker/cc-use-exp

Java 开发规范,包含命名约定、异常处理、Spring Boot 最佳实践等

75Installs·0Trend·@doccker

Installation

$npx skills add https://github.com/doccker/cc-use-exp --skill java-dev

SKILL.md

| 包名 | 全小写,域名反转 | com.example.project | | 类名 | 大驼峰,名词/名词短语 | UserService, HttpClient | | 方法名 | 小驼峰,动词开头 | findById, isValid | | 常量 | 全大写下划线分隔 | MAXRETRYCOUNT | | 布尔返回值 | is/has/can 前缀 | isActive(), hasPermission() |

| N+1 查询 | 使用 JOIN FETCH 或批量查询 | | 循环拼接字符串 | 使用 StringBuilder | | 频繁装箱拆箱 | 使用原始类型流 | | 未指定集合初始容量 | new ArrayList<>(size) |

| references/java-style.md | 命名约定、异常处理、Spring Boot、测试规范 | | references/collections.md | 不可变集合(Guava)、字符串分割 | | references/concurrency.md | 线程池配置、CompletableFuture 超时 | | references/code-patterns.md | 卫语句、枚举优化、策略工厂模式 |

Java 开发规范,包含命名约定、异常处理、Spring Boot 最佳实践等 Source: doccker/cc-use-exp.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/doccker/cc-use-exp --skill java-dev
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is java-dev?

Java 开发规范,包含命名约定、异常处理、Spring Boot 最佳实践等 Source: doccker/cc-use-exp.

How do I install java-dev?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/doccker/cc-use-exp --skill java-dev Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/doccker/cc-use-exp

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01