xiaobei930

79 mods across 1 repository, 50 stars between them.

designer

25

xiaobei930/cc-best

Command

A UI and user-experience review role that turns a technical plan into guidance for an attractive, distinctive interface. It defines visual direction and advises on colour, typography, layout, responsiveness, accessibility, and component systems.

50 2mo ago A 17 tokens original MIT

dev

26

xiaobei930/cc-best

Command

A Chinese-language coding assistant command for implementing assigned software tasks from a technical plan. It also handles self-testing, code review, progress updates, and recording solutions to problems.

50 2mo ago A 10 tokens original MIT

docs

27

xiaobei930/cc-best

Command

A Chinese-language command for keeping project documentation aligned with code changes. It updates relevant API guides, README files, architecture notes, and changelogs.

50 2mo ago A 8 tokens original MIT

evolve

28

xiaobei930/cc-best

Command

A knowledge-review workflow that groups repeated lessons and turns them into reusable commands, automatic skills, or separate agents. A command is user-triggered, a skill is an automatic behaviour, and an agent handles a complex multi-step task.

50 2mo ago A 14 tokens original MIT

fix-issue

29

xiaobei930/cc-best

Command

A command that takes a GitHub Issue—a tracked bug, request, or question—and guides its fix from investigation through testing and submission. TDD means writing a failing test first, then changing the code until the test passes.

50 2mo ago A 23 tokens original MIT

fix

30

xiaobei930/cc-best

Command

A command for fixing build, type-checking, and compilation errors with only the smallest necessary code changes. It covers common issues such as missing types, invalid imports, null values, configuration errors, and missing dependencies.

50 2mo ago C 27 tokens original MIT

git-guide

31

xiaobei930/cc-best

Command

A reference guide for Git commits, branches, and commit-message formats. Git is a tool for tracking code changes and working safely with versions of a project.

50 2mo ago A 21 tokens original MIT

hotfix

32

xiaobei930/cc-best

Command

An emergency software-fix workflow that moves directly from development to verification and Git commit, skipping the usual planning and design stages.

50 2mo ago A 20 tokens original MIT

infer

33

xiaobei930/cc-best

Command

A command for running a trained machine-learning model to produce predictions from input data.

50 2mo ago A 5 tokens original MIT

iterate

34

xiaobei930/cc-best

Command

A command that repeatedly selects, completes, checks, and records development tasks within one coding session.

50 2mo ago A 11 tokens original MIT

lead

35

xiaobei930/cc-best

Command

A technical-lead workflow that turns product requirements into technical designs and small, actionable tasks. It records numbered design and task documents and updates their indexes.

50 2mo ago A 13 tokens original MIT

learn

36

xiaobei930/cc-best

Command

A command that reviews the current coding conversation and turns reusable lessons into project notes, rules, or documentation.

50 2mo ago A 13 tokens original MIT

memory

37

xiaobei930/cc-best

Command

A project-memory manager that keeps current progress, technical decisions, problems, and reusable patterns in Markdown files inside a memory-bank folder.

50 2mo ago A 27 tokens original MIT

mode

38

xiaobei930/cc-best

Command

A work-mode switcher that changes how the coding agent approaches a task: development, research, review, or planning. Each mode sets priorities and a different working process.

50 2mo ago A 19 tokens original MIT

model

39

xiaobei930/cc-best

Command

A command for choosing how the agent assigns different tasks to AI models, balancing response quality against token cost.

50 2mo ago A 14 tokens original MIT

pair

40

xiaobei930/cc-best

Command

A pair-programming command that makes the developer and coding agent work through a task together. Pair programming means discussing the work, agreeing on decisions, and implementing it step by step with regular confirmation.

50 2mo ago A 10 tokens original MIT

pm

41

xiaobei930/cc-best

Command

A product-management command that turns a short or unclear request into a written product requirement. It uses the project's existing context to define scope, acceptance criteria, priorities, decisions, and assumptions.

50 2mo ago A 11 tokens original MIT

pr

42

xiaobei930/cc-best

Command

Command "pr" from xiaobei930/cc-best, covering /pr - 创建 pull request, 任务, pr 格式, summary and test plan.

50 2mo ago A 3 tokens original MIT

qa

43

xiaobei930/cc-best

Command

A quality-assurance testing agent that checks whether software meets its stated acceptance requirements. It tests normal use, edge cases, failures, and regressions, then classifies the problems it finds.

50 2mo ago A 12 tokens original MIT

release

44

xiaobei930/cc-best

Command

A release command for updating a software project’s version, changelog, and Git tag.

50 2mo ago A 15 tokens original MIT

run

45

xiaobei930/cc-best

Command

A command for starting a project's development servers. It can detect available services and start all of them or a selected backend API or frontend.

50 2mo ago A 18 tokens original MIT

security-audit

46

xiaobei930/cc-best

Command

A command that scans an add-on's own configuration files for security risks, rather than scanning the user's project code.

50 2mo ago B 12 tokens original MIT

self-check

47

xiaobei930/cc-best

Command

A command for reviewing whether work is complete, correct, and still aligned with the goal. It uses checklists for tasks and project phases and records problems by severity.

50 2mo ago A 7 tokens original MIT

service

48

xiaobei930/cc-best

Command

A command for managing a project's development services, meaning the local programs that run the application while you build it. It detects the project's runtime and package manager to find service entry points.

50 2mo ago A 17 tokens original MIT