xu-xiang

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

api-design

01

xu-xiang/everything-claude-code-zh

Skill Claude CodeCodex

Guidance for designing REST APIs, which are web interfaces that let programs access and change data through HTTP requests.

1.9k 6mo ago A 34 tokens original MIT

backend-patterns

03

xu-xiang/everything-claude-code-zh

Skill Claude CodeCodex

A collection of server-side design patterns for Node.js, Express, and Next.js API routes. These are reusable ways to organize web servers, data access, validation, errors, and background work.

1.9k 6mo ago A 36 tokens original MIT

coding-standards

04

xu-xiang/everything-claude-code-zh

Skill Claude CodeCodex

A set of coding guidelines for TypeScript, JavaScript, React, and Node.js projects. It covers naming, simple design, avoiding repeated code, and adding only what is needed.

1.9k 6mo ago A 30 tokens original MIT

content-engine

05

xu-xiang/everything-claude-code-zh

Skill Claude CodeCodex

A content system for adapting one source idea into separate posts, scripts, or plans for X, LinkedIn, TikTok, YouTube, and newsletters.

1.9k 6mo ago A 71 tokens original MIT

e2e-testing

06

xu-xiang/everything-claude-code-zh

Skill Claude CodeCodex

A collection of patterns for Playwright, a tool that tests websites in a real browser from start to finish. It covers test organization, reusable page objects, setup, automated build checks, saved test results, and unreliable tests.

1.9k 6mo ago A 43 tokens original MIT

eval-harness

07

xu-xiang/everything-claude-code-zh

Skill Claude CodeCodex

An evaluation framework for Claude Code sessions that tests whether an AI assistant completes tasks as expected. It applies evaluation-driven development, where checks are defined before implementation, much like tests in regular software development.

1.9k 6mo ago A 37 tokens original MIT

frontend-patterns

08

xu-xiang/everything-claude-code-zh

Skill Claude CodeCodex

A collection of front-end development patterns for React and Next.js, tools for building web interfaces and applications with JavaScript or TypeScript.

1.9k 6mo ago A 32 tokens original MIT

frontend-slides

09

xu-xiang/everything-claude-code-zh

Skill Claude CodeCodex

A method for creating animated presentation slides as self-contained HTML pages that run in a web browser. It also covers converting PowerPoint files into web presentations and improving existing HTML slides.

1.9k 6mo ago A 91 tokens original MIT

investor-materials

10

xu-xiang/everything-claude-code-zh

Skill Claude CodeCodex

A set of methods for preparing investor documents such as pitch presentations, one-page summaries, investor memos, applications, and financial models. It keeps facts such as revenue, funding, team details, spending, and milestones consistent across those documents.

1.9k 6mo ago A 81 tokens original MIT

investor-outreach

11

xu-xiang/everything-claude-code-zh

Skill Claude CodeCodex

Draft cold emails, warm intro blurbs, follow-ups, update emails, and investor communications for fundraising. Use when the user wants outreach to angels, VCs, strategic investors, or accelerators and needs concise, personalized, investor-facing messaging.

1.9k 6mo ago A 54 tokens original MIT

market-research

12

xu-xiang/everything-claude-code-zh

Skill Claude CodeCodex

A market-research guide for studying markets, competitors, investors, industries, and technology suppliers. It organizes sourced facts, conclusions drawn from them, risks, and recommendations for decisions.

1.9k 6mo ago A 66 tokens original MIT

security-review

13

xu-xiang/everything-claude-code-zh

Skill Claude CodeCodex

A security checklist for code that handles login, permissions, user input, secrets, API endpoints, payments, sensitive data, or third-party services. It covers practices such as keeping passwords out of source code and validating input.

1.9k 6mo ago A 50 tokens original MIT

strategic-compact

14

xu-xiang/everything-claude-code-zh

Skill Claude CodeCodex

A workflow for deciding when to manually shorten a long coding conversation. It watches tool use and suggests a context reset at configured points, such as after research or a completed milestone.

1.9k 6mo ago B 44 tokens original MIT

tdd-workflow

15

xu-xiang/everything-claude-code-zh

Skill Claude CodeCodex

A test-driven development (TDD) workflow for building software by writing tests before the code they check.

1.9k 6mo ago A 63 tokens original MIT

verification-loop

16

xu-xiang/everything-claude-code-zh

Skill Claude CodeCodex

A verification checklist for Claude Code sessions after feature work, major changes, refactoring, or before opening a pull request. It covers building, type checking, code style, tests, security checks, and reviewing the code changes.

1.9k 6mo ago A 14 tokens original MIT

xu-xiang/everything-claude-code-zh

Plugin Claude Code

Battle-tested Claude Code configurations from an Anthropic hackathon winner — agents, skills, hooks, commands, and rules evolved over 10+ months of intensive daily use.

1.9k 6mo ago A tokens not measured original MIT

xu-xiang/everything-claude-code-zh

Plugin Claude Code

Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use.

1.9k 6mo ago A tokens not measured original MIT

oneskill

19

xu-xiang/everything-claude-code-zh

Skill Claude CodeCodex

A manager for discovering and installing agent skills, which are reusable instructions that add specialized capabilities to an AI coding assistant.

1.9k 6mo ago A 21 tokens original MIT

build-fix

20

xu-xiang/everything-claude-code-zh

Command

A command that fixes build and TypeScript errors with the smallest practical code changes. It checks the types, repairs errors one by one, and verifies the final build and tests.

1.9k 6mo ago A 15 tokens original MIT

checkpoint

21

xu-xiang/everything-claude-code-zh

Command

A command for saving a snapshot of a project’s verification state, including tests, coverage, build results, code changes, completed work, blockers, and next steps. A checkpoint is a recorded progress marker that can be revisited during a longer change.

1.9k 6mo ago A 11 tokens original MIT

code-review

22

xu-xiang/everything-claude-code-zh

Command

A code-review command that examines changed files for security, quality, maintainability, performance, accessibility, and style problems. It produces a structured report with each issue’s severity, location, and suggested fix.

1.9k 6mo ago A 10 tokens original MIT

e2e

23

xu-xiang/everything-claude-code-zh

Command

A browser-testing command that creates and runs end-to-end tests with Playwright. End-to-end tests imitate a user moving through a complete feature in a real browser.

1.9k 6mo ago A 18 tokens original MIT