appleweiping

67 mods across 4 repositories, 514 stars between them.

weiping-council

01

appleweiping/WEIPING_COUNCIL

Skill Claude CodeCodex

Use this skill for reproducing, maintaining, monitoring, releasing, or upgrading the WEIPINGCOUNCIL project. It enforces the full lifecycle path from planning through design, development, testing, release, maintenance, monitoring, and continuous upgrade against real open-source quality bars.

136 4d ago A 62 tokens original MIT

appleweiping/WEIPING_COUNCIL

Instructions file CodexOpenCode

Instructions for appleweiping/WEIPING_COUNCIL, covering weipingcouncil agent instructions, source of truth, boundaries, weiping constellation and validation.

136 4d ago A 575 tokens original MIT

appleweiping/WEIPING_COUNCIL

Instructions file

Instructions for appleweiping/WEIPING_COUNCIL, covering claude.md - weipingcouncil, session start (mandatory), agent identity, multi-agent rules and quick start.

136 4d ago A 830 tokens original MIT

deepseek-cli

04

appleweiping/WEIPING_WHALE

Skill Claude CodeCodex

Use this skill for non-trivial work on WEIPINGWHALE (including its legacy deepseek CLI alias), especially release-level improvements, runtime honesty, safety, MCP, memory, terminal UX, packaging, or documentation.

134 5d ago A 0 tokens original MIT

aris

06

appleweiping/WEIPING_WIKI

Plugin Claude Code

aris. knowledge base managed with an LLM workflow.

123 6d ago A tokens not measured original MIT

auto-review-loop

07

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

Multi-agent paper review loop simulating top-venue peer review. Iterates until the paper passes quality gates. Use when user says "auto-review", "自动审稿", "review loop", "review the paper", or after paper-write produces a draft.

123 6d ago A 56 tokens original MIT

citation-audit

08

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

Systematic audit of all citations in a paper draft. Checks completeness, recency, fairness, and correct attribution. Use when user says "citation-audit", "引用审核", "check citations", "audit references", or as part of the pre-submission checklist after auto-review-loop passes.

123 6d ago A 63 tokens original MIT

experiment-audit

09

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

Rigorous audit of experiment results before they become paper claims. Checks statistical validity, reproducibility, fair comparison, and evidence quality. Use when user says "experiment-audit", "审核实验", "audit results", "check my results", or after run-experiment produces results that need validation.

123 6d ago A 63 tokens original MIT

experiment-bridge

10

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

Bridge from experiment plan to executable code. Translates the experiment plan into runnable scripts, configs, and infrastructure. Use when user says "experiment-bridge", "实验桥接", "bridge to code", "implement the experiment", or after experiment-plan is complete and reviewed.

123 6d ago A 59 tokens original MIT

experiment-plan

11

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

Rigorous experiment planning that produces a complete, auditable experiment plan with blocks, baselines, milestones, decision gates, and compute estimates. Use when user says "experiment-plan", "实验计划", "plan experiments", "design experiments", or after research-refine is complete and the research question is…

123 6d ago A 66 tokens original MIT

paper-claim-audit

12

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

Final pre-submission audit verifying every claim in the paper is backed by valid evidence. The last gate before submission. Use when user says "paper-claim-audit", "论文声明审核", "final audit", "pre-submission check", or as the final ARIS step before submission.

123 6d ago A 65 tokens original MIT

paper-write

13

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

Structured academic paper writing following top-venue conventions. Produces publication-ready LaTeX with proper structure, claims backed by evidence, and clear narrative. Use when user says "paper-write", "写论文", "write paper", "draft the paper", or after experiment-audit passes.

123 6d ago A 61 tokens original MIT

research-refine

14

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

Disciplined idea refinement for research projects. Takes a raw idea and stress-tests it into a publishable research question with clear novelty, feasibility, and positioning. Use when user says "research-refine", "refine idea", "打磨想法", "refine this research direction", or presents a raw research idea that needs…

123 6d ago A 73 tokens original MIT

lidang-perspective

15

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.

123 6d ago A 159 tokens original MIT

design-an-interface

17

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

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".

123 6d ago A 43 tokens copy · 95% MIT

qa

18

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

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".

123 6d ago A 58 tokens copy · 100% MIT

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

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.

123 6d ago A 53 tokens copy · 88% MIT

ubiquitous-language

20

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

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".

123 6d ago A 70 tokens copy · 100% MIT

diagnose

21

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

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.

123 6d ago A 66 tokens copy · 81% MIT

grill-with-docs

22

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

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.

123 6d ago A 57 tokens copy · 89% MIT

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

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.

123 6d ago A 68 tokens copy · 70% MIT

prototype

24

appleweiping/WEIPING_WIKI

Skill Claude CodeCodex

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…

123 6d ago A 90 tokens copy · 83% MIT