xu-xiang

61 mods across 4 repositories, 2.0k stars between them.

evolve

25

xu-xiang/everything-claude-code-zh

Command

A command for reviewing learned instincts, meaning recurring patterns an agent has recorded from past work, and proposing new skills, commands, or agents. It can also generate files from those proposals.

1.9k 6mo ago A 16 tokens original MIT

go-build

26

xu-xiang/everything-claude-code-zh

Command

A Go development command for finding and fixing build, compilation, and vet errors. Go is a programming language, and vet is a tool that spots likely mistakes in Go code.

1.9k 6mo ago A 11 tokens original MIT

go-review

27

xu-xiang/everything-claude-code-zh

Command

A code-review command for Go, the programming language, that checks common Go patterns, error handling, concurrency, performance, and code organization.

1.9k 6mo ago A 19 tokens original MIT

go-test

28

xu-xiang/everything-claude-code-zh

Command

A Go development workflow based on test-driven development (TDD), a method of writing tests before the code that makes them pass.

1.9k 6mo ago A 13 tokens original MIT

instinct-export

29

xu-xiang/everything-claude-code-zh

Command

A command for exporting learned coding instincts, meaning reusable rules about how work should be handled, from a continuous-learning system. It saves them as a shareable JSON file.

1.9k 6mo ago A 12 tokens original MIT

instinct-import

30

xu-xiang/everything-claude-code-zh

Command

A command for importing instincts, meaning small learned rules about how coding work should be handled, into a continuous-learning system. It accepts instincts from a file, URL, or teammate source.

1.9k 6mo ago A 13 tokens original MIT

instinct-status

31

xu-xiang/everything-claude-code-zh

Command

A command that displays learned instincts, meaning reusable rules gathered by a continuous-learning system, together with their confidence levels. It shows both project-specific and global rules.

1.9k 6mo ago A 17 tokens original MIT

learn

32

xu-xiang/everything-claude-code-zh

Command

A command that reviews the current conversation and code changes to extract reusable patterns, good practices, mistakes, and code snippets.

1.9k 6mo ago A 11 tokens original MIT

plan

34

xu-xiang/everything-claude-code-zh

Command

An implementation-planning command that creates a step-by-step plan and assesses its risks, dependencies, and expected complexity.

1.9k 6mo ago A 17 tokens original MIT

projects

35

xu-xiang/everything-claude-code-zh

Command

A command that lists registered projects and shows how many learned rules, called instincts, each project has.

1.9k 6mo ago A 16 tokens original MIT

promote

36

xu-xiang/everything-claude-code-zh

Command

A command for moving project-specific learned rules, called instincts, into a global scope. Global scope means they can apply across projects.

1.9k 6mo ago A 15 tokens original MIT

refactor-clean

37

xu-xiang/everything-claude-code-zh

Command

A command for finding unused code and combining duplicated code in a project. Dead code is code that is no longer used, while duplicated code repeats the same logic in multiple places.

1.9k 6mo ago A 16 tokens original MIT

security

38

xu-xiang/everything-claude-code-zh

Command

A command for reviewing code for common security weaknesses, using the OWASP checklist. OWASP is a group that publishes widely used guidance for web application security.

1.9k 6mo ago A 10 tokens original MIT

setup-pm

39

xu-xiang/everything-claude-code-zh

Command

A command for choosing which package manager a project should use, such as npm, pnpm, Yarn, or Bun. A package manager installs project libraries and runs project scripts.

1.9k 6mo ago A 11 tokens original MIT

skill-create

40

xu-xiang/everything-claude-code-zh

Command

A command that studies a project's Git history—the record of past code changes—to generate a reusable skill document and development habits.

1.9k 6mo ago A 9 tokens original MIT

tdd

41

xu-xiang/everything-claude-code-zh

Command

A command that applies test-driven development (TDD), where you write a failing test before the code, then make it pass and improve the code. It targets at least 80% test coverage, with stricter targets for critical logic.

1.9k 6mo ago A 22 tokens original MIT

test-coverage

42

xu-xiang/everything-claude-code-zh

Command

A command for measuring which parts of a codebase are exercised by tests. Test coverage shows the proportion of statements, branches, functions, or lines that tests run.

1.9k 6mo ago A 7 tokens original MIT

update-codemaps

43

xu-xiang/everything-claude-code-zh

Command

A command that creates or refreshes code maps: documents showing a codebase's structure, important files, modules, public interfaces, and relationships.

1.9k 6mo ago A 14 tokens original MIT

update-docs

44

xu-xiang/everything-claude-code-zh

Command

A command for updating project documentation after code changes, including README files, API references, guides, and code comments.

1.9k 6mo ago A 10 tokens original MIT

verify

45

xu-xiang/everything-claude-code-zh

Command

A verification command that runs checks such as type checking, linting, tests, coverage, security review, and building the project. Type checking checks code types, while linting checks common code-quality problems.

1.9k 6mo ago A 8 tokens original MIT

xu-xiang/everything-claude-code-zh

Instructions file CodexOpenCode

Instructions for xu-xiang/everything-claude-code-zh, covering everything claude code (ecc) — 智能体(agent)指令, 核心原则, 可用智能体(available agents), 智能体编排(agent orchestration) and 安全指南(security guidelines).

1.9k 6mo ago A 1,836 tokens original MIT

xu-xiang/everything-claude-code-zh

Instructions file

A Chinese-language CLAUDE.md instruction file for a Claude Code plugin, which is a collection of AI coding tools and instructions. It documents the project structure, testing commands, architecture, and commands such as TDD, planning, end-to-end testing, and code review; TDD means writing tests to guide the implementation.

1.9k 6mo ago A 813 tokens original MIT

architect

48

xu-xiang/everything-claude-code-zh

Agent

A software-architecture advisor for planning systems, designing new features, and making technical decisions. Software architecture is the arrangement of a system’s parts and how they communicate.

1.9k 6mo ago A 45 tokens original MIT