Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
joeseesun avatar

Qiaomu Heavyskill

  • 67 installs
  • 78 repo stars
  • Updated May 13, 2026
  • joeseesun/qiaomu-heavyskill

Extend skill capabilities with heavy computational, stateful, or multi-tool workflows beyond single-prompt constraints.

About

Framework for building stateful, multi-step skills with persistent state management and complex workflows. Enables heavy lifting beyond single-turn agent interactions.

  • Manages stateful skill execution across multiple turns
  • Supports complex workflows with persistent context and dependencies

Qiaomu Heavyskill by the numbers

  • 67 all-time installs (skills.sh)
  • +1 installs in the week ending Aug 2, 2026 (Skillselion tracking)
  • Ranked #295 of 782 Skill Development skills by installs in the Skillselion catalog
  • Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/joeseesun/qiaomu-heavyskill --skill qiaomu-heavyskill

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs67
repo stars78
Last updatedMay 13, 2026
Repositoryjoeseesun/qiaomu-heavyskill

What it does

Extend skill capabilities with heavy computational, stateful, or multi-tool workflows beyond single-prompt constraints.

Files

SKILL.mdMarkdownGitHub ↗

HeavySkill

Multi-agent reasoning pipeline. K isolated subagents reason independently → Codex hosts deliberation → Claude renders a readable Markdown + HTML report.

Based on arXiv:2605.02396. Key finding: deliberation is generative — the synthesizer produces correct answers absent from every individual trace.

Two Modes

Choose based on whether the question has a correct answer:

ModeWhenSubagent typeExample
VerificationHas a correct/better answerReasoning approachesCode bug, math, logic, factual analysis
DeliberationNo single correct answer; multiple valid viewsStakeholder perspectivesTech stack choice, social topic, product decision, strategy

Roles

RoleImplementationResponsibility
Parallel ThinkersK independent subagents (Agent tool, parallel)One trace each, isolated context
Deliberation HostCodex via /codex:rescueCritical evaluation → synthesized conclusion
Report AuthorClaude (main context)Render Markdown + HTML from Codex output

Why Subagents

Sequential traces in the same context window are architecturally wrong — the model's attention sees prior traces even when instructed to ignore them. Each subagent gets a fresh isolated context: true independence, not instructed independence.

Workflow

1. Clarify — identify mode (Verification / Deliberation), question, success criteria, K (3 = standard / 4 = complex / 5 = high stakes). 2. Launch K subagents in parallel — Agent tool, K simultaneous calls, each with isolated context and one assigned approach type or perspective lens. 3. Collect — gather all outputs, identify convergence cluster, flag outliers, shuffle order (prevents Codex position bias). 4. Codex deliberation — format traces into structured prompt, invoke /codex:rescue. Codex runs: classify → evaluate per-trace → re-derive if all flawed → synthesize. 5. Render report — Claude generates:

  • heavyskill-report.md — structured Markdown report
  • heavyskill-report.html — single-page readable HTML report
  • heavyskill-report.pdf — combined PDF (traces overview + deliberation + final verdict), exported from HTML via Chrome headless

6. Iterate (optional) — if Codex confidence is Low/Medium, one more deliberation round. Max 2 total.

See Framework for subagent prompts, approach types, perspective lenses, Codex prompt template, and HTML template.

Output Contract

  • Create folder ~/Downloads/heavyskill-reports/{question-slug}-{date}/ before writing any files.
  • Write each subagent trace to traces/trace-{letter}-{approach}.md as it arrives.
  • Write Codex raw output to deliberation.md.
  • Write final Markdown report to {slug}.md.
  • Write final HTML report to {slug}.html — Medium-style (off-white bg, near-black text, large readable type, generous whitespace, editorial feel), self-contained, no external dependencies.
  • After writing HTML, export {slug}.pdf via Chrome headless (see framework.md Step 3 for command). PDF is the primary shareable artifact — it combines the traces overview, deliberation process, and final verdict in one document.
  • Present Codex output verbatim in the conversation. No paraphrasing.
  • Report name is generated from the question — never a generic filename.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.