appleweiping/WEIPING_WIKI

knowledge base managed with an LLM workflow

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

auto-review-loop

01

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

Part of aris

A repeated paper-review workflow that simulates several strict academic peer reviewers. It scores areas such as novelty, clarity, soundness, significance, reproducibility, completeness, and presentation.

not rated 122 +1 8d ago A 56 tokens original MIT

citation-audit

02

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

Part of aris

A checklist for auditing citations in a research paper. It checks whether claims are supported, references are current and broad enough, and other researchers’ work is represented fairly.

not rated 122 +1 8d ago A 63 tokens original MIT

experiment-audit

03

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

Part of aris

A review process for checking whether experiment results are statistically sound, reproducible, fairly compared, and supported by enough evidence before publication. It treats the results like a strict academic reviewer would.

not rated 122 +1 8d ago A 63 tokens original MIT

experiment-bridge

04

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

Part of aris

A workflow that turns an approved experiment plan into runnable code, configurations, baseline wrappers, and analysis scripts. It connects the research design to the files and infrastructure needed to run it.

not rated 122 +1 8d ago A 59 tokens original MIT

experiment-plan

05

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

Part of aris

A structured method for designing research experiments around clear questions, baselines, milestones, decision gates, and computing needs. A baseline is an existing method used as a comparison point.

not rated 122 +1 8d ago A 66 tokens original MIT

paper-claim-audit

06

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

Part of aris

A final check that connects every factual statement in a research paper to valid supporting evidence. It reviews claims about results, theory, novelty, motivation, and assumptions before submission.

not rated 122 +1 8d ago A 65 tokens original MIT

paper-write

07

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

Part of aris

A structured workflow for writing an academic research paper in LaTeX, the document system commonly used for technical papers. It organizes sections, figures, tables, references, claims, and evidence into a publication-ready draft.

not rated 122 +1 8d ago A 61 tokens original MIT

research-refine

08

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

Part of aris

A structured process for turning an early research idea into a clear, publishable research question. It examines the idea's novelty, practicality, closest existing papers, and likely reviewer objections.

not rated 122 +1 8d ago A 73 tokens original MIT

lidang-perspective

09

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

A decision-making framework based on the public work and ideas of Lidang, presented as a first-person perspective. It focuses on mapping goals into paths, constraints, costs, risks, and practical next steps.

not rated 122 +1 8d ago A 159 tokens original MIT

design-an-interface

10

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

Part of mattpocock-skills

Generate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to design an API, explore interface options, compare module shapes, or mentions "design it twice".

not rated 122 +1 8d ago A 43 tokens copy · 95% MIT

qa

11

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

Part of mattpocock-skills

Interactive QA session where user reports bugs or issues conversationally, and the agent files GitHub issues. Explores the codebase in the background for context and domain language. Use when user wants to report bugs, do QA, file issues conversationally, or mentions "QA session".

not rated 122 +1 8d ago A 58 tokens copy · 100% MIT

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

Part of mattpocock-skills

Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor, create a refactoring RFC, or break a refactor into safe incremental steps.

not rated 122 +1 8d ago A 53 tokens copy · 88% MIT

ubiquitous-language

13

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

Part of mattpocock-skills

Extract a DDD-style ubiquitous language glossary from the current conversation, flagging ambiguities and proposing canonical terms. Saves to UBIQUITOUSLANGUAGE.md. Use when user wants to define domain terms, build a glossary, harden terminology, create a ubiquitous language, or mentions "domain model" or "DDD".

not rated 122 +1 8d ago A 70 tokens copy · 100% MIT

diagnose

14

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

Part of mattpocock-skills

Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.

not rated 122 +1 8d ago A 66 tokens copy · 81% MIT

grill-with-docs

15

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

Part of mattpocock-skills

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.

not rated 122 +1 8d ago A 57 tokens copy · 89% MIT

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

Part of mattpocock-skills

Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.

not rated 122 +1 8d ago A 68 tokens copy · 70% MIT

prototype

17

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

Part of mattpocock-skills

Build a throwaway prototype to flesh out a design before committing to it. Routes between two branches — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route. Use when the user wants to prototype, sanity-check a data model or state machine…

not rated 122 +1 8d ago A 90 tokens copy · 83% MIT

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

Part of mattpocock-skills

Sets up an ## Agent skills block in AGENTS.md/CLAUDE.md and docs/agents/ so the engineering skills know this repo's issue tracker (GitHub or local markdown), triage label vocabulary, and domain doc layout. Run before first use of to-issues, to-prd, triage, diagnose, tdd, improve-codebase-architecture, or zoom-out — or…

not rated 122 +1 8d ago A 124 tokens copy · 97% MIT

tdd

19

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

Part of mattpocock-skills

Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.

not rated 122 +1 8d ago A 45 tokens copy · 86% MIT

to-issues

20

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

Part of mattpocock-skills

Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Use when user wants to convert a plan into issues, create implementation tickets, or break down work into issues.

not rated 122 +1 8d ago A 53 tokens copy · 100% MIT

to-prd

21

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

Part of mattpocock-skills

Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.

not rated 122 +1 8d ago A 36 tokens copy · 83% MIT

triage

22

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

Part of mattpocock-skills

Triage issues through a state machine driven by triage roles. Use when user wants to create an issue, triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.

not rated 122 +1 8d ago A 49 tokens copy · 83% MIT

zoom-out

23

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

Part of mattpocock-skills

Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a section of code or need to understand how it fits into the bigger picture.

not rated 122 +1 8d ago A 40 tokens copy · 100% MIT

review

24

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

Part of mattpocock-skills

Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use…

not rated 122 +1 8d ago A 95 tokens copy · 100% MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: