develop
01Agent Claude Code
A coding agent that implements a project’s development plan step by step from a TODO.md file, following the stated design and project rules.
Agent Claude Code
A coding agent that implements a project’s development plan step by step from a TODO.md file, following the stated design and project rules.
Agent Claude Code
An architecture-design agent that turns analysed requirements into a technical design and a broken-down development plan in DESIGN.md and TODO.md.
Agent Claude Code
A requirements-analysis agent that turns unclear requests into a structured requirements specification in the requirements section of DESIGN.md.
Agent Claude Code
A development review agent that checks the full development process for missing work and problems, then sends the work back to the relevant stage when needed.
Agent Claude Code
A testing agent that writes test cases from acceptance criteria and the implementation, runs them, and checks whether the feature works correctly.
Command Claude Code
An agent-team coordinator with pipeline, team, and auto modes for assigning development work to coding agents.
Command Claude Code
A build troubleshooting command for diagnosing and fixing errors that occur while compiling code or running tests.
Command Claude Code
A changelog command that turns Git history—the record of code changes—into an organized list of changes.
Command Claude Code
A project-cleanup command that removes memory, DESIGN.md, and TODO.md files to prepare a clean working environment.
Command Claude Code
A commit-message command that writes messages following the Angular commit convention. A commit is a saved set of changes in Git.
Command Claude Code
An API generator that creates complete interface code according to the project’s layers and conventions. An API is the code that lets software exchange data with another system or service.
Command Claude Code
A Vue component generator that creates standard component code according to the project’s conventions.
Command Claude Code
A page scaffolding command that creates the view, routing, state, and API files needed for a new page.
Command Claude Code
A command that recognizes the type of a project and generates unit tests for its existing code. Unit tests are small automated checks for individual pieces of code.
Command Claude Code
A command for investigating software bugs through a structured diagnosis. A bug is behavior that is incorrect, unexpected, or broken.
Command Claude Code
A command that implements code step by step from the tasks in TODO.md while following the technical design. It also updates development progress as work is completed.
Command Claude Code
A command for changing the visual style of a front-end page, such as its layout, colors, or spacing. It leaves business rules and interfaces unchanged.
Command Claude Code
A command that turns a set of requirements into a technical design and a list of development tasks. It writes the design to DESIGN.md and the plan to TODO.md.
Command Claude Code
A command that turns an unclear request into a structured requirements specification and saves it in DESIGN.md.
Command Claude Code
A command for changing existing code in small, planned steps without changing its intended behavior. It analyzes the current code, proposes an approach, refactors it, and verifies the result.
Command Claude Code
A command for reviewing a project from its requirements through design, implementation, and testing. It looks for missing details and problems across the whole delivery process.
Command Claude Code
A command that turns acceptance criteria—the conditions a feature must meet—into test cases, runs the tests, and produces a test report.
Settings file Claude Code
Skill Claude CodeCodex
A skill that searches for the latest artificial intelligence news and organizes it into a web-based H5 briefing page. H5 is a mobile-friendly web page format commonly used in China.