qinye6

60 mods across 1 repository, 11 stars between them.

pi-ccg CLAUDE.md

01

qinye6/pi-ccg

Instructions file

Instructions for qinye6/pi-ccg, covering ccg for pi cli, 项目定位, 六个 pi role templates, 动态 fanout 上限 and supervisor 协调规则.

11 7d ago A 3,169 tokens original MIT

qinye6/pi-ccg

Agent

An agent instruction for running the system date command and returning only its raw output.

11 7d ago A 27 tokens copy · 100% MIT

init-architect

03

qinye6/pi-ccg

Agent

An initialization tool that scans a code repository and creates or updates project documentation and a .claude/index.json file. It first maps the repository, then examines important modules, interfaces, data files, tests, and configuration.

11 7d ago A 29 tokens copy · 100% MIT

planner

04

qinye6/pi-ccg

Agent

A project-planning agent that uses WBS, or work breakdown structure, to split a feature into smaller tasks and dependencies.

11 7d ago A 22 tokens copy · 100% MIT

team-architect

05

qinye6/pi-ccg

Agent

An architecture-planning agent that scans a codebase and produces a system design plus a file-allocation plan. It combines backend and frontend analysis supplied by other agents when available.

11 7d ago A 33 tokens copy · 100% MIT

team-qa

06

qinye6/pi-ccg

Agent

A Chinese-language QA agent that checks a project’s testing setup, writes tests, and runs tests, linting, and type checks. QA means quality assurance: checking that software behaves correctly before release.

11 7d ago A 32 tokens copy · 100% MIT

team-reviewer

07

qinye6/pi-ccg

Agent

A code-review agent that combines review results from multiple sources and labels findings as Critical, Warning, or Info.

11 7d ago A 31 tokens copy · 100% MIT

ui-ux-designer

08

qinye6/pi-ccg

Agent

A UI/UX design agent that turns a product request into page layouts, component breakdowns, interaction flows, responsive behavior, and accessibility guidance.

11 7d ago A 31 tokens copy · 100% MIT

clean-branches

09

qinye6/pi-ccg

Command

A Git command for finding and cleaning up local or remote branches that have already been merged or have not changed for a set number of days.

11 7d ago A 23 tokens copy · 100% MIT

commit

10

qinye6/pi-ccg

Command

A Git commit command that reviews repository changes and creates a Conventional Commits message, a standard format for describing code changes. It can also suggest splitting unrelated changes into separate commits.

11 7d ago A 17 tokens copy · 100% MIT

context

11

qinye6/pi-ccg

Command

A command for maintaining a project’s .context folder, which stores coding preferences, workflow notes, decision logs, and history. It creates an audit trail showing why changes were made.

11 7d ago A 23 tokens copy · 100% MIT

go

12

qinye6/pi-ccg

Command

A natural-language entry command that examines a development request and chooses a matching coding workflow.

11 7d ago A 20 tokens copy · 100% MIT

init

13

qinye6/pi-ccg

Command

A command that scans a project and creates or updates CLAUDE.md files: plain-language guidance documents for an AI coding assistant. It creates a short project-level overview and more detailed documents for individual modules.

11 7d ago A 20 tokens copy · 100% MIT

rollback

14

qinye6/pi-ccg

Command

An interactive command for moving a Git branch back to an earlier commit, tag, or saved reference. Git is a tool that records code history; reset changes that history, while revert adds new commits that undo earlier ones.

11 7d ago A 22 tokens copy · 100% MIT

spec-impl

15

qinye6/pi-ccg

Command

A command for carrying out a software plan after its decisions have already been made. It uses multiple AI models for reference, but requires their suggestions to be rewritten and reviewed before use.

11 7d ago A 12 tokens copy · 100% MIT

spec-init

16

qinye6/pi-ccg

Command

A setup command that prepares the OpenSpec specification environment and checks whether its command-line tool and connected AI-model tools are available. OpenSpec organizes development work into structured proposals and tasks.

11 7d ago B 18 tokens copy · 100% MIT

spec-plan

17

qinye6/pi-ccg

Command

A planning command that turns requirements into an explicit implementation plan with no unresolved choices. It uses multiple AI models and defines property-based testing rules, which check general truths about behavior rather than only fixed examples.

11 7d ago A 17 tokens copy · 100% MIT

spec-research

18

qinye6/pi-ccg

Command

A research command that turns a software request into constraints and checkable success conditions. OpenSpec is a framework for organizing software changes as structured proposals, specifications, and tasks.

11 7d ago A 16 tokens copy · 100% MIT

spec-review

19

qinye6/pi-ccg

Command

A code-review command that asks two AI models to independently inspect the same proposed changes. It compares their findings against the proposal’s requirements and code-quality rules.

11 7d ago A 16 tokens copy · 100% MIT

worktree

20

qinye6/pi-ccg

Command

A Git worktree management command for creating and organizing multiple working directories from one repository.

11 7d ago A 26 tokens copy · 100% MIT

ccg-backend-builder

21

qinye6/pi-ccg

Agent

A backend implementation agent for building approved non-interface components such as APIs, services, databases, workers, command-line tools, and libraries.

11 7d ago A 23 tokens original MIT

qinye6/pi-ccg

Agent

A controlled worker for building one specified part of a user interface, such as a web page, admin panel, mobile app, or mini-program. It must inspect the project and receive approval before changing files.

11 7d ago A 23 tokens original MIT

ccg-planner

23

qinye6/pi-ccg

Agent

A read-only planning agent for splitting a coding task into frontend and backend work. It creates an execution plan with responsibilities, file ownership, dependencies, and required decisions.

11 7d ago A 23 tokens original MIT

ccg-project-scout

24

qinye6/pi-ccg

Agent

A read-only project scout that examines a repository to identify its components, technologies, commands, dependencies, and parallel-work risks. It does not change files or run project commands.

11 7d ago A 19 tokens original MIT