Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/chenpg2/kw-engine/kw-questionnpx skills add chenpg2/kw-engine --skill kw-questiongit clone --depth 1 https://github.com/chenpg2/kw-engineWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00117 | $0.01206 |
| Opus 5 | $0.00059 | $0.00603 |
| Sonnet 5 | $0.00023 | $0.00241 |
| Haiku 4.5 | $0.00012 | $0.00121 |
Grade A, and why
kw-question scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 85 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/kw-question — from a vague idea to a good research question
This is the upstream step. /kw-explore assumes you already have a question worth pursuing
and builds the technical route to attack it. /kw-question decides whether the question is
worth asking at all, and sharpens it until it is. Run this first when the user has an idea,
a gap, or a stalled project — not yet a real question.
Method distilled from public research-craft sources — Alon & Fischbach (problem choice as a trainable skill), Platt's strong inference (rival hypotheses + discriminating tests), Alvesson & Sandberg (challenge hidden assumptions, not just gap-spot), the Heilmeier Catechism (explicit goals/risks/success-failure criteria), Hamming & Nielsen (keep a list of important, attackable problems) — and the synthesis in the good-question project (https://github.com/Rimagination/good-question). Re-expressed here; credit to them.
Outputs go in the user's project (a Question Card markdown). Nothing is written to the knowledge base — a question is not yet a principle.
The bar: a question is "good" only if it has all seven
- Stakes — answering it changes theory, method, practice, policy, or the next research step.
- Specificity — evidence can directly touch it; it is not a topic.
- Rivalry — at least 2-3 competing explanations exist.
- Falsifiability — some achievable result could weaken, revise, or kill the claim.
- Pilot feasibility — a credible proof-of-concept can start within ~2 weeks (or the user's stated constraint).
- Negative learning — even a failed/negative result teaches something (a boundary, a mechanism, a method).
- Grounding — claims trace to public sources, or are explicitly labeled as inference (do not invent field consensus).
Workflow
- Diagnose the starting point. Classify what the user actually has: a broad interest, a literature gap, a half-formed idea, a draft proposal, or a stalled project. The starting category determines what's missing.
- Ground a short domain brief (only if the question is knowledge-dependent and you're unsure).
Keep facts (with sources) separate from inference. If the library is linked,
kw searchthe topic to see what mechanisms already exist — but do NOT invent consensus you can't ground. - Diverge — generate candidate questions with structured lenses, e.g.:
- challenge a hidden assumption the field takes for granted (Alvesson & Sandberg);
- flip the default / reverse the causal arrow;
- name the discriminating observation two rival explanations would disagree on (Platt);
- shrink scope until evidence can touch it; widen until it matters. Produce several variants, not one.
- Converge — filter by the seven-point bar. Drop candidates that are only novel, have no audience, cannot fail, or teach nothing when negative.
- Rewrite weak forms into real questions. A topic, a method, a benchmark, or "there's a gap in X" is NOT a question. Convert each into a testable proposition.
- Editor desk-reject pass. For each survivor, state the single strongest reviewer objection and either fix it or discard the candidate. Be the harsh reviewer, not the cheerleader.
- Emit a Question Card for each surviving question.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 85 lines · 0 tokens per session scan A 388c7f566f73
kw-question is a skill published in the GitHub repository chenpg2/kw-engine (11 stars, last pushed 2mo ago), licensed MIT. It adds 117 tokens to every session and 1,206 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
paper-deep-reader
Skill "paper-deep-reader" from Linwei-Chen/paper-deep-reader-skill, covering paper deep reader, 1. 路由交付模式, 2. 按需加载参考材料, 3. 先读懂,再写报告 and 4. 强制执行双层讲解.
Datacore Methodology
Core knowledge management principles — capture, journal, learn, compound.
PBE Extractor
Extract invariant principles from any text — find the ideas that survive rephrasing.
a-evolve
Apply A-Evolve's agentic evolution methodology to improve AI agent performance across runs. Use when the user wants to diagnose agent failures, generate targeted skills from error patterns, evolve system prompts, or accumulate episodic knowledge. Works standalone or inside AutoResearchClaw pipelines. Triggers on…
flux-analyzer
Analyse FBA flux distributions to extract biological insights. Covers gene essentiality, phenotypic phase planes, flux sampling, pathway-level aggregation, secretion product prediction, and production of publication- quality figures.
statistical-method-design
Design statistical methods, baselines, diagnostics, variants, and ablations that directly address a formal problem formulation.