Settings file Claude Code
A Chinese-language set of instructions for Claude Code aimed at Java developers, describing an end-to-end software development workflow from system design and coding through review, testing, and deployment.
Settings file Claude Code
A Chinese-language set of instructions for Claude Code aimed at Java developers, describing an end-to-end software development workflow from system design and coding through review, testing, and deployment.
Instructions file
Project instructions for Claude Code, covering its role, interaction rules, and engineering standards. The description is partly in Chinese, so the available summary gives only a limited view of the full guidance.
Agent
A Java software architect and technical partner for making design decisions before implementation. It handles system design, performance plans, technology choices, architecture reviews, and database modelling, but does not write implementation code.
Agent
A code-review agent that examines code before it is committed, during refactoring, or for security problems. It reports review comments and a score but does not write code.
Agent
PostgreSQL database specialist for query optimization, schema design, security, and performance. Use PROACTIVELY when writing SQL, creating migrations, designing schemas, or troubleshooting database performance. Incorporates Supabase best practices.
Agent
A cloud-native operations specialist for Docker, Kubernetes, Docker Compose, and CI/CD systems. Cloud-native means running applications in containers and managing them with modern deployment tools.
Agent
A Java software-development agent that implements code from design documents, writes unit tests, and fixes bugs. It focuses on Spring Cloud Alibaba, defensive programming, and concurrent code.
Agent
Expert planning specialist for complex features and refactoring. Use PROACTIVELY when users request feature implementation, architectural changes, or complex refactoring. Automatically activated for planning tasks.
Agent
An automated testing agent for writing unit and integration tests. It uses the red-green-refactor process, meaning tests are written to fail, made to pass with code, and then cleaned up.
Agent
Security vulnerability detection and remediation specialist. Use PROACTIVELY after writing code that handles user input, authentication, API endpoints, or sensitive data. Flags secrets, SSRF, injection, unsafe crypto, and OWASP Top 10 vulnerabilities.
Skill Claude CodeCodex
REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.
Skill Claude CodeCodex
Clean Code principles (DRY, KISS, YAGNI), naming conventions, function design, and refactoring. Use when user says "clean this code", "refactor", "improve readability", or when reviewing code quality.
Skill Claude CodeCodex
Review Java concurrency code for thread safety, race conditions, deadlocks, and modern patterns (Virtual Threads, CompletableFuture, @Async). Use when user asks "check thread safety", "concurrency review", "async code review", or when reviewing multi-threaded code.
Skill Claude CodeCodex
Common design patterns with Java examples (Factory, Builder, Strategy, Observer, Decorator, etc.). Use when user asks "implement pattern", "use factory", "strategy pattern", or when designing extensible components.
Skill Claude CodeCodex
Generate conventional commit messages for Java projects. Use when user says "commit", "create commit", "commit changes", or after completing code changes that need to be committed.
Skill Claude CodeCodex
Java coding standards for Spring Boot services: naming, immutability, Optional usage, streams, exceptions, generics, and project layout.
Skill Claude CodeCodex
JPA/Hibernate patterns and common pitfalls (N+1, lazy loading, transactions, queries). Use when user has JPA performance issues, LazyInitializationException, or asks about entity relationships and fetching strategies.
Skill Claude CodeCodex
Java logging best practices with SLF4J, structured logging (JSON), and MDC for request tracing. Includes AI-friendly log formats for Claude Code debugging. Use when user asks about logging, debugging application flow, or analyzing logs.
Skill Claude CodeCodex
Audit Maven dependencies for outdated versions, security vulnerabilities, and conflicts. Use when user says "check dependencies", "audit dependencies", "outdated deps", or before releases.
Skill Claude CodeCodex
Java security checklist covering OWASP Top 10, input validation, injection prevention, and secure coding. Works with Spring, Quarkus, Jakarta EE, and plain Java. Use when reviewing code security, before releases, or when user asks about vulnerabilities.
Skill Claude CodeCodex
Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging. Use for Java Spring Boot backend work.
Skill Claude CodeCodex
Spring Security best practices for authn/authz, validation, CSRF, secrets, headers, rate limiting, and dependency security in Java Spring Boot services.
Skill Claude CodeCodex
Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs, or refactoring.
Skill Claude CodeCodex
Verification loop for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review before release or PR.