astordu/qoderharness

一套软件工程skills,以及自动化编程coding框架

21Stars on the repository
34Mods indexed here, across every type
7d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

agents-md-refactor

01

astordu/qoderharness

Skill Claude CodeCodex

A documentation-refactoring guide for AGENTS.md, a file that gives coding agents instructions for working in a repository. It reorganizes the guide into a short root file and linked detail documents, in Chinese.

21 7d ago A 86 tokens original MIT

agents-md-slim

02

astordu/qoderharness

Skill Claude CodeCodex

A guide for shortening AGENTS.md, the repository instruction file read by coding agents. It focuses on keeping essential project rules while removing details agents can discover from the code.

21 7d ago A 66 tokens original MIT

ascii-pattern

03

astordu/qoderharness

Skill Claude CodeCodex

┌─────────────────┐ │ 组件 A │ │ (描述) │ └────────┬────────┘ │ ▼ ┌─────────────────┐ │ 组件 B │ └─────────────────┘.

21 7d ago A 0 tokens original MIT

ce-compound-lite

04

astordu/qoderharness

Skill Claude CodeCodex

A workflow for turning completed coding work into a reusable solution note. It captures the problem, context, final approach, verification, and reuse guidance in a Markdown file under docs/solutions/.

21 7d ago A 121 tokens original MIT

code-review

05

astordu/qoderharness

Skill Claude CodeCodex

A code-review workflow that checks changes against both repository coding rules and the original task requirements. It compares changes from a specified Git starting point and reports the two reviews side by side.

21 7d ago A 119 tokens original MIT

codebase-design

06

astordu/qoderharness

Skill Claude CodeCodex

A design guide for organizing code around small interfaces that hide substantial behavior. It defines shared terms for modules, implementations, adapters, seams, testability, and the benefits of keeping changes localized.

21 7d ago A 74 tokens original MIT

domain-modeling

07

astordu/qoderharness

Skill Claude CodeCodex

A design workflow for defining the important concepts, terms, relationships, and rules in a business area. It records agreed decisions in files such as CONTEXT.md and architecture decision records (written notes explaining important technical choices).

21 7d ago A 48 tokens original MIT

git-commit

08

astordu/qoderharness

Skill Claude CodeCodex

A tool that examines staged Git changes and creates a Chinese commit message using Conventional Commits, a shared format such as feat, fix, or docs followed by a short description.

21 7d ago A 45 tokens original MIT

grill-with-docs

09

astordu/qoderharness

Skill Claude CodeCodex

A guided requirements interview for product managers who understand the business but are not technical. It runs a grilling session to turn their answers into information developers can use.

21 7d ago A 40 tokens original MIT

grill-me

10

astordu/qoderharness

Skill Claude CodeCodex

An interview-style skill that asks detailed questions to improve a plan or design.

21 7d ago A 24 tokens copy · 91% MIT

grill-with-docs

11

astordu/qoderharness

Skill Claude CodeCodex

A guided grilling session that also uses domain modeling: defining the business concepts, terms, relationships, and rules behind a system.

21 7d ago A 40 tokens original MIT

grilling

12

astordu/qoderharness

Skill Claude CodeCodex

A structured questioning guide for testing a plan, decision, or idea. It asks one question at a time and follows each answer through the relevant decision branches.

21 7d ago A 51 tokens original MIT

handoff

13

astordu/qoderharness

Skill Claude CodeCodex

A handover document that records enough of the current conversation for another coding agent to continue the work. It saves the document in the operating system's temporary folder instead of the project.

21 7d ago A 24 tokens original MIT

implement

14

astordu/qoderharness

Skill Claude CodeCodex

An implementation workflow that turns a product specification or set of work tickets into code, using a related test matrix as a reference. A test matrix is a list of planned checks for the work.

21 7d ago A 18 tokens original MIT

implement

15

astordu/qoderharness

Skill Claude CodeCodex

A workflow for implementing work described in a specification or task list. It combines regular checks with test-driven development (writing a failing test, making it pass, then improving the code) and code review.

21 7d ago A 18 tokens original MIT

astordu/qoderharness

Skill Claude CodeCodex

A codebase review that looks for opportunities to reshape modules so their complexity is concentrated behind clear interfaces. A module is a focused part of a program, and an interface is the boundary other code uses to interact with it.

21 7d ago A 56 tokens original MIT

init_qoder_harness

17

astordu/qoderharness

Skill Claude CodeCodex

A repository setup skill that configures where project issues are stored and which labels are used for sorting and triage. An issue tracker is a place for recording and managing work items, such as GitHub Issues or local Markdown files.

21 7d ago A 37 tokens original MIT

prototype

18

astordu/qoderharness

Skill Claude CodeCodex

A throwaway prototype built to answer one design question quickly. It can test whether a logic or state model feels right, or show several possible versions of a user interface.

21 7d ago A 49 tokens original MIT

astordu/qoderharness

Skill Claude CodeCodex

A setup guide for configuring engineering skills around an issue tracker, triage labels, and project documentation.

21 7d ago A 49 tokens original MIT

tdd

20

astordu/qoderharness

Skill Claude CodeCodex

A test-driven development workflow, commonly called TDD, where you write a failing test, add the smallest code that makes it pass, and then repeat. Tests check behavior through a public interface rather than private implementation details.

21 7d ago A 53 tokens original MIT

astordu/qoderharness

Skill Claude CodeCodex

A step that extracts user goals, business risks, source references, and checkable outcomes from a product requirements document (PRD). A PRD is a document describing what a product or feature should do.

21 7d ago A 81 tokens original MIT

astordu/qoderharness

Skill Claude CodeCodex

A tool that converts product requirements into Given/When/Then acceptance conditions. These conditions describe the starting situation, the action, and the observable result used to decide whether a requirement is met.

21 7d ago A 75 tokens original MIT

astordu/qoderharness

Skill Claude CodeCodex

A test-planning skill that turns a product requirements document, intent table, and acceptance criteria into one feature-level test-matrix CSV. A CSV is a simple table file that lists each test point and its details.

21 7d ago A 72 tokens original MIT

astordu/qoderharness

Skill Claude CodeCodex

A test-scope selection skill that chooses the smallest trustworthy set of checks from a feature’s test-matrix CSV. It keeps the complete testing map while marking which checks should be handled in the current round.

21 7d ago A 71 tokens original MIT