zhanjindong/mini-claude-code

11Stars on the repository
28Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

openteam

01

zhanjindong/mini-claude-code

Command Claude Code

An agent-team coordinator with pipeline, team, and auto modes for assigning development work to coding agents.

11 4mo ago A 37 tokens

ot-build-fix

02

zhanjindong/mini-claude-code

Command Claude Code

A build troubleshooting command for diagnosing and fixing errors that occur while compiling code or running tests.

11 4mo ago A 18 tokens

ot-changelog

03

zhanjindong/mini-claude-code

Command Claude Code

A changelog command that turns Git history—the record of code changes—into an organized list of changes.

11 4mo ago A 14 tokens

ot-clear

04

zhanjindong/mini-claude-code

Command Claude Code

A project-cleanup command that removes memory, DESIGN.md, and TODO.md files to prepare a clean working environment.

11 4mo ago A 21 tokens

ot-commit

05

zhanjindong/mini-claude-code

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.

11 4mo ago A 12 tokens

ot-create-api

06

zhanjindong/mini-claude-code

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.

11 4mo ago A 17 tokens

ot-create-test

09

zhanjindong/mini-claude-code

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.

11 4mo ago A 15 tokens

ot-debug

10

zhanjindong/mini-claude-code

Command Claude Code

A command for investigating software bugs through a structured diagnosis. A bug is behavior that is incorrect, unexpected, or broken.

11 4mo ago A 17 tokens

ot-develop

11

zhanjindong/mini-claude-code

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.

11 4mo ago A 23 tokens

ot-page-style

12

zhanjindong/mini-claude-code

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.

11 4mo ago A 22 tokens

ot-plan

13

zhanjindong/mini-claude-code

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.

11 4mo ago A 26 tokens

ot-product

14

zhanjindong/mini-claude-code

Command Claude Code

A command that turns an unclear request into a structured requirements specification and saves it in DESIGN.md.

11 4mo ago A 20 tokens

ot-refactor

15

zhanjindong/mini-claude-code

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.

11 4mo ago A 19 tokens

ot-review

16

zhanjindong/mini-claude-code

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.

11 4mo ago A 30 tokens

ot-testing

17

zhanjindong/mini-claude-code

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.

11 4mo ago A 18 tokens