← ClaudeAtlas

paperlisted

Write submission-grade research papers end to end inside a Rockie lab, the way a careful human researcher does — not generic LLM filler. Three entry points. /lit-review pulls and ranks a corpus and persists a human reading list Note plus a machine-readable index Note. /paper-draft produces a brief, a page-budgeted outline, per-section drafts, an adversarial review gauntlet (attack, defense, rebuttal, style, format), and a final AI-vs-human detector gate. /publish assembles a downloadable bundle, lands it as a lab Note, and optionally exports to GitHub or Hugging Face. Triggers on "write a paper", "lit review", "literature review", "draft the paper", "review my paper", "run the gauntlet on this draft", "publish the paper", "submit to <venue>", "/lit-review", "/paper-draft", "/publish".
Rockielab/rockie-claude · ★ 20 · AI & Automation · score 76
Install: claude install-skill Rockielab/rockie-claude
# paper — submission-grade research writing for a Rockie lab This skill turns a lab's evidence (experiment logs, result Notes, a corpus of sources) into a paper that survives hostile review. It is **agent-instruction driven**: you, the Rockie agent, follow this procedure and dispatch your own fresh-context subagents for the review gauntlet and the detector gate. There is no heavy runtime here. The single code artifact, `templates/figure-gen.py.tmpl`, is a template a figure agent fills in and runs on Rockie compute — this skill never executes it. The method this skill reproduces is documented in `references/method.md`. It is the same pipeline that produced a real ICML MI-workshop submission: a hard styleguide, a five-stage adversarial gauntlet, and a detector loop that does not stop until two consecutive rounds of fresh judges call the prose "100% human". Do not invent a lighter method. The whole point is that ordinary LLM drafting produces filler; this procedure filters it out. ## Routing Pick the entry point from the user's intent. The three are a pipeline but each runs independently — a user can lit-review without drafting, or publish a draft that was gauntleted in an earlier session. | Entry point | Trigger intent | What it does | Reference | |---|---|---|---| | `/lit-review` | "lit review", "survey the literature on X", "what's the prior work" | Rank a candidate corpus; persist a human reading-list Note + a machine-readable index Note | `references/lit-review.md` | |