codelably/harmony-claude-code

完整的 Claude Code 配置集合(agents, skills, hooks, commands, rules, MCPs)。源自 Anthropic 黑客松获胜者的实战配置,助力中文工程师高效理解与使用 Claude Code。

42Stars on the repository
65Mods indexed here, across every type
6mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

architect

01

codelably/harmony-claude-code

Agent

A software-architecture agent for designing systems, planning large refactors, and recording technical decisions and trade-offs.

42 6mo ago A 45 tokens copy · 100% MIT

codelably/harmony-claude-code

Agent

A coding agent focused on fixing TypeScript, compiler, dependency, configuration, and build errors with the smallest practical code changes.

42 6mo ago C 65 tokens copy · 86% MIT

code-reviewer

03

codelably/harmony-claude-code

Agent

A general code-review assistant that examines recent changes for code quality, security, maintainability, performance, testing, and accessibility. It focuses on modified files and organizes findings by critical issues, warnings, and suggestions.

42 6mo ago A 49 tokens original MIT

database-reviewer

04

codelably/harmony-claude-code

Agent

An AI reviewer focused on PostgreSQL databases, which are systems for storing and querying structured application data. It reviews queries, database structure, security, connections, concurrency, and monitoring, including Supabase practices.

42 6mo ago A 51 tokens original MIT

doc-updater

05

codelably/harmony-claude-code

Agent

A documentation assistant that examines a codebase and keeps its README, guides, and code maps aligned with the actual structure. A code map is a written overview of modules, entry points, dependencies, routes, data models, and background workers.

42 6mo ago A 51 tokens copy · 88% MIT

e2e-runner

06

codelably/harmony-claude-code

Agent

An end-to-end testing specialist for checking complete user journeys in a web browser. End-to-end tests operate the application like a user, using Vercel Agent Browser first and Playwright as a fallback.

42 6mo ago A 88 tokens original MIT

go-build-resolver

07

codelably/harmony-claude-code

Agent

A Go troubleshooting specialist for build failures, compiler errors, vet findings, and linter warnings. It favors small code changes while checking dependencies and common type or interface problems.

42 6mo ago A 58 tokens original MIT

go-reviewer

08

codelably/harmony-claude-code

Agent

A Go code-review agent for checking Go changes, including style, concurrency, error handling, performance, and security issues.

42 6mo ago A 62 tokens original MIT

codelably/harmony-claude-code

Agent

A specialist guide for building native HarmonyOS apps with ArkTS and ArkUI, which are Huawei's programming language and user-interface framework for apps. It requires specific modern approaches to state management and screen navigation.

42 6mo ago A 0 tokens original MIT

planner

10

codelably/harmony-claude-code

Agent

A planning assistant for new features, architecture changes, and large refactors. It turns a broad request into ordered implementation steps with affected files, dependencies, risks, tests, and acceptance criteria.

42 6mo ago A 45 tokens original MIT

python-reviewer

11

codelably/harmony-claude-code

Agent

Expert Python code reviewer specializing in PEP 8 compliance, Pythonic idioms, type hints, security, and performance. Use for all Python code changes. MUST BE USED for Python projects.

42 6mo ago A 43 tokens original MIT

refactor-cleaner

12

codelably/harmony-claude-code

Agent

A code-cleanup assistant that finds unused code, duplicate logic, unused exports, imports, files, and npm packages, then helps remove or combine them.

42 6mo ago A 64 tokens original MIT

security-reviewer

13

codelably/harmony-claude-code

Agent

A security review assistant for web application code, configurations, and dependencies. It looks for exposed secrets, unsafe input handling, access-control problems, vulnerable packages, and common OWASP Top 10 issues, which are widely recognized web security risks.

42 6mo ago A 69 tokens original MIT

tdd-guide

14

codelably/harmony-claude-code

Agent

A test-driven development assistant that follows the practice of writing a failing test before the implementation, then making it pass and improving the code. TDD means test-driven development, commonly described as the red-green-refactor cycle.

42 6mo ago A 55 tokens original MIT

observer

15

codelably/harmony-claude-code

Agent

A background agent that studies records of actions taken during Claude Code sessions to find repeated patterns and turn them into reusable working instincts.

42 6mo ago A 43 tokens original MIT