docs-sync
01Command Claude Code
Synchronize docs/API.md with the FastAPI OpenAPI document. $ARGUMENTS may contain a server base URL; default to http://127.0.0.1:8000.
A hands-on Chinese version of the CS146S course, including assignments and vibe coding tools. This project will be maintained long-term and aims to create the best Chinese vibe coding tutorial.
CS146S_CN is a Chinese-language, hands-on course about developing software with coding agents, including agent skills, MCP, specification-driven development, testing, deployment, and software-factory practices. It is for programmers learning how to design and use agent-assisted development workflows. The catalogue entries are commands associated with the course.
Command Claude Code
Synchronize docs/API.md with the FastAPI OpenAPI document. $ARGUMENTS may contain a server base URL; default to http://127.0.0.1:8000.
Command Claude Code
Refactor the module described by $ARGUMENTS (include old path, new path, and any symbol rename). Refuse to guess if either path is missing.
Command Claude Code
Run the Week 4 backend test workflow. Build TESTARGS from $ARGUMENTS: use backend/tests when it is empty; prepend backend/tests when it starts with an option such as -k; otherwise use the supplied path or node ID as-is.