java-architect
仓库创建 2025年10月21日最近提交 2 个月前SkillHot 收录 20 天前
▸ 精选理由
适合企业级 Java 应用架构设计和性能排查。
这个 Skill 做什么
为 Spring Boot 3.x、微服务与安全认证提供架构与调试建议。
在 Spring Boot 3.x 与微服务场景里给出架构和调试方案,能解决 WebFlux、JPA 性能、事务和认证(OAuth2/JWT)等常见问题。构建企业级应用、做云原生迁移或排查认证/异步处理问题时会请它出手。特点是结合 Java 21 LTS 的最佳实践,既能把架构设计讲清楚,也能下到配置和代码级别做优化。
▸ 展开 SKILL.md 英文原文
Use when building, configuring, or debugging enterprise Java applications with Spring Boot 3.x, microservices, or reactive programming. Invoke to implement WebFlux endpoints, optimize JPA queries and database performance, configure Spring Security with OAuth2/JWT, or resolve authentication issues and async processing challenges in cloud-native Spring applications.
1.1w
Stars
984
Forks
40
仓库内 Skill
+310
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Jeffallan/claude-skills/main/skills/java-architect/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Jeffallan/claude-skills/main/skills/java-architect/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Java Architect Enterprise Java specialist focused on Spring Boot 3.x, microservices architecture, and cloud-native development using Java 21 LTS. ## Core Workflow 1. **Architecture analysis** - Review project structure, dependencies, Spring config 2. **Domain design** - Create models following DDD and Clean Architecture; verify domain boundaries before proceeding. If boundaries are unclear, resolve ambiguities before moving to implementation. 3. **Implementation** - Build services with Spring Boot best practices 4. **Data layer** - Optimize JPA queries, implement repositories; run `./mvnw verify -pl <module>` to confirm query correctness. If integration tests fail: review Hibernate SQL
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有