api-design
01xu-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.
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.
xu-xiang/everything-claude-code-zh
Skill Claude CodeCodex
Guidance for writing longer articles, guides, tutorials, blog posts, and newsletters in a clear, consistent voice.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
xu-xiang/everything-claude-code-zh
Command
Run evaluation against acceptance criteria.