Wade-DevCode/awesome-coding-skills-cn

中文开发者的 Claude Code / Codex 顶级 AI 编程技能全家桶 | Top-tier AI coding skills for Claude Code & Codex, China-first

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

go-idioms

25

Wade-DevCode/awesome-coding-skills-cn

Skill Claude CodeCodex

A guide to common Go programming practices for errors, concurrency, resource cleanup, and public interfaces.

not rated 6 2mo ago A 26 tokens original MIT

godot-gdscript

26

Wade-DevCode/awesome-coding-skills-cn

Skill Claude CodeCodex

A set of coding rules for Godot, a game engine, including how scripts access game objects and how objects communicate.

not rated 6 2mo ago A 30 tokens original MIT

input-validation

27

Wade-DevCode/awesome-coding-skills-cn

Skill Claude CodeCodex

A guide for checking and cleaning data received from outside a program, such as API requests, forms, uploads, webhooks, or queues. It covers types, ranges, formats, required fields, and safe allowlists.

not rated 6 2mo ago A 24 tokens original MIT

integration-testing

28

Wade-DevCode/awesome-coding-skills-cn

Skill Claude CodeCodex

Guidance for writing integration and end-to-end tests that use real databases, HTTP services, or message queues. It also covers keeping each test independent and repeatable.

not rated 6 2mo ago A 25 tokens original MIT

legacy-safe-edit

30

Wade-DevCode/awesome-coding-skills-cn

Skill Claude CodeCodex

A set of practices for changing existing or old codebases safely. It focuses on finding dependencies, following local coding conventions, and making small changes that can be checked and reverted.

not rated 6 2mo ago A 29 tokens original MIT

pr-description

34

Wade-DevCode/awesome-coding-skills-cn

Skill Claude CodeCodex

A guide for writing Pull Request descriptions, which explain proposed code changes before teammates review them.

not rated 6 2mo ago A 20 tokens original MIT

python-idioms

35

Wade-DevCode/awesome-coding-skills-cn

Skill Claude CodeCodex

A set of guidelines for writing clear, safe, maintainable Python. It covers common language features, type annotations, standard-library choices, function design, exceptions, and resource handling.

not rated 6 2mo ago A 21 tokens original MIT

Wade-DevCode/awesome-coding-skills-cn

Skill Claude CodeCodex

A workflow for turning a new software request into a small, working deliverable. It clarifies acceptance criteria, identifies boundaries, breaks work into demonstrable parts, and looks for existing code or tools to reuse.

not rated 6 2mo ago A 34 tokens original MIT

rust-safety

37

Wade-DevCode/awesome-coding-skills-cn

Skill Claude CodeCodex

A guide to writing Rust code around ownership, borrowing, error results, and carefully limited unsafe code.

not rated 6 2mo ago A 20 tokens original MIT

secrets-handling

38

Wade-DevCode/awesome-coding-skills-cn

Skill Claude CodeCodex

A set of rules for keeping API keys, passwords, tokens, and other secrets out of source code and configuration files. It uses environment variables or dedicated secret-storage services to provide them when the program runs.

not rated 6 2mo ago A 27 tokens original MIT

security-review

39

Wade-DevCode/awesome-coding-skills-cn

Skill Claude CodeCodex

A code-security review guide covering common risks such as injection, weak login protection, unauthorized access, and sensitive-data exposure. It is written in Chinese and includes rules and examples for safer code.

not rated 6 2mo ago A 28 tokens original MIT

test-driven

43

Wade-DevCode/awesome-coding-skills-cn

Skill Claude CodeCodex

A test-driven development guide. TDD means writing a test for the desired behaviour first, seeing it fail, then writing the smallest implementation that makes it pass.

not rated 6 2mo ago A 22 tokens original MIT

unity-csharp

44

Wade-DevCode/awesome-coding-skills-cn

Skill Claude CodeCodex

A set of practical guidelines for writing Unity game scripts in C#. Unity is a game engine, and these rules cover its update loop, object lifetime, memory cleanup, coroutines, and editable data.

not rated 6 2mo ago A 28 tokens original MIT

unreal-cpp

45

Wade-DevCode/awesome-coding-skills-cn

Skill Claude CodeCodex

A safety guide for writing Unreal Engine C++ and Blueprint code involving engine objects, memory cleanup, reflection, and frame updates.

not rated 6 2mo ago A 33 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: