hzy970907

25 mods across 1 repository, 23 stars between them.

fish-claude-code

01

hzy970907/fish-claude-code

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.

23 6mo ago A tokens not measured

hzy970907/fish-claude-code

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.

23 6mo ago A 925 tokens

architect

03

hzy970907/fish-claude-code

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.

23 6mo ago A 92 tokens

code-reviewer

04

hzy970907/fish-claude-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.

23 6mo ago A 131 tokens

database-reviewer

05

hzy970907/fish-claude-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.

23 6mo ago A 48 tokens

devops-sre

06

hzy970907/fish-claude-code

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.

23 6mo ago A 55 tokens

java-developer

07

hzy970907/fish-claude-code

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.

23 6mo ago A 75 tokens

planner

08

hzy970907/fish-claude-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.

23 6mo ago A 37 tokens

qa-engineer

09

hzy970907/fish-claude-code

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.

23 6mo ago A 67 tokens

security-reviewer

10

hzy970907/fish-claude-code

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.

23 6mo ago A 52 tokens

api-design

11

hzy970907/fish-claude-code

Skill Claude CodeCodex

REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.

23 6mo ago A 31 tokens

clean-code

12

hzy970907/fish-claude-code

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.

23 6mo ago A 51 tokens

concurrency-review

13

hzy970907/fish-claude-code

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.

23 6mo ago A 58 tokens

design-patterns

14

hzy970907/fish-claude-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.

23 6mo ago A 47 tokens

git-commit

15

hzy970907/fish-claude-code

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.

23 6mo ago A 38 tokens

hzy970907/fish-claude-code

Skill Claude CodeCodex

Java coding standards for Spring Boot services: naming, immutability, Optional usage, streams, exceptions, generics, and project layout.

23 6mo ago A 35 tokens

jpa-patterns

17

hzy970907/fish-claude-code

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.

23 6mo ago A 47 tokens

logging-patterns

18

hzy970907/fish-claude-code

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.

23 6mo ago A 50 tokens

hzy970907/fish-claude-code

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.

23 6mo ago A 41 tokens

security-audit

20

hzy970907/fish-claude-code

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.

23 6mo ago A 55 tokens

springboot-patterns

21

hzy970907/fish-claude-code

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.

23 6mo ago A 36 tokens

springboot-security

22

hzy970907/fish-claude-code

Skill Claude CodeCodex

Spring Security best practices for authn/authz, validation, CSRF, secrets, headers, rate limiting, and dependency security in Java Spring Boot services.

23 6mo ago A 35 tokens

springboot-tdd

23

hzy970907/fish-claude-code

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.

23 6mo ago A 42 tokens

hzy970907/fish-claude-code

Skill Claude CodeCodex

Verification loop for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review before release or PR.

23 6mo ago A 32 tokens