Spark-To-Paper-Skills

34 mods across 3 repositories, 1.9k stars between them.

paperjury

02

Spark-To-Paper-Skills/paperjury

Plugin Claude Code

Pre-submission AI review and editing for CS-conference papers: direct-edit LaTeX or Markdown (Word via one-time extraction), run an adversarial multi-agent courtroom review with consensus-gated revisions, or run it unattended toward a goal.

1.0k 18d ago A tokens not measured original MIT

paperjury

03

Spark-To-Paper-Skills/paperjury

Skill Claude CodeCodex

Three modes for CS-conference papers (CVPR/ICCV/ECCV vision, ACL/EMNLP/NAACL NLP, ICLR/NeurIPS/ICML/AAAI ML). DIRECT-EDIT mode (common): the user describes a change in Chinese or English and the manuscript (LaTeX or Markdown) is edited directly through a CS-venue writing toolkit with author sign-off (use for 改这段 /…

1.0k 18d ago A 263 tokens original MIT

ts-figure-optimize

05

Spark-To-Paper-Skills/spark-to-paper-skills

Skill Claude CodeCodex

The suite's SOLE figure vectorizer: turn ONE raster scientific figure (a PNG/JPG, e.g. a gpt-image-2 schematic) into an editable, publication-ready figure via DrawAI's key-free HYBRID — local perception (SAM3 region detection + PaddleOCR + Box-IR layout, no account) then a deterministic hybrid build that keeps the…

842 10d ago A 236 tokens original MIT

ts-figure-svg

06

Spark-To-Paper-Skills/spark-to-paper-skills

Skill Claude CodeCodex

PaperBanana+ — turn a paper's figure brief into a native, editable, publication-grade SVG. Stage 1 runs the OFFICIAL PaperBanana (dwzhu-pku/PaperBanana, pulled by setuppaperbanana.py, its own Retriever→Planner→Stylist→Visualizer→Critic pipeline) to produce candidate PNGs. Stage 2 is the "+": Claude LOOKS at the chosen…

842 10d ago C 247 tokens original MIT

ts-idea2story

07

Spark-To-Paper-Skills/spark-to-paper-skills

Skill Claude CodeCodex

Turn a raw research idea into a compelling, well-grounded research STORY (an 8-field structured proposal) ready to feed the ts-paper pipeline. Claude does almost everything natively — idea packaging, recall reasoning over a knowledge graph, agentic external literature search (WebSearch/WebFetch), story generation, and…

842 10d ago A 141 tokens original MIT

ts-kg-build

08

Spark-To-Paper-Skills/spark-to-paper-skills

Skill Claude CodeCodex

Build a reusable research-PATTERN knowledge graph from a paper corpus, so ts-idea2story can recall prior problem→solution→story patterns. Claude does the reasoning (story-first pattern extraction, cluster naming + summaries); small scripts do the irreducible math (embeddings via a USER-SUPPLIED endpoint, clustering…

842 10d ago A 125 tokens original MIT

ts-paper-cite

09

Spark-To-Paper-Skills/spark-to-paper-skills

Skill Claude CodeCodex

Stage 2 of the ts-paper suite. Build a complete, REAL refs.bib for a Traitement du Signal paper — using the user's provided references first and Claude's native WebSearch/WebFetch only for genuine gaps. Every entry must have full metadata (authors, year, venue, vol(issue):pages, DOI); never a title-only stub…

842 10d ago A 108 tokens original MIT

ts-paper-data

10

Spark-To-Paper-Skills/spark-to-paper-skills

Skill Claude CodeCodex

DATA-AWARE mode for the ts-paper suite. Activated by the orchestrator's router ONLY when the input ships REAL measured results (resultsmode == "dataaware"); the proposal/no-numbers path is unchanged. Claude reads the user's data in ANY form (CSV / JSON / a pasted table / numbers in prose), judges it directly — there…

842 10d ago A 144 tokens original MIT

ts-paper-experiment

11

Spark-To-Paper-Skills/spark-to-paper-skills

Skill Claude CodeCodex

Repair an AI-generated scientific paper draft by diagnosing research logic, completing feasible experiments, rewriting the experiment section, and updating the full manuscript for claim-evidence consistency.

842 10d ago A 37 tokens original MIT

ts-paper-figure

12

Spark-To-Paper-Skills/spark-to-paper-skills

Skill Claude CodeCodex

Stage 6 of the ts-paper suite. Fill a Traitement du Signal paper's figure placeholders with real diagrams. Claude DESIGNS a concrete, rich figure and GROUNDS it on a real on-topic top/mid-journal MAIN figure (Claude WebSearches for it, then fetchreferencefigures.py pulls that paper's MAIN figure, passed to the image…

842 10d ago A 340 tokens original MIT

ts-paper-latex

13

Spark-To-Paper-Skills/spark-to-paper-skills

Skill Claude CodeCodex

Stage 7 (final assemble + compile) of the ts-paper suite. Assemble drafted LaTeX section bodies + refs.bib + blueprint into a compilable paper in the active TEMPLATE and compile it to PDF. Copies the template's .sty/.cls + assets, runs the deterministic template-driven post-processes (caption position, merge adjacent…

842 10d ago A 116 tokens original MIT

ts-paper-plan

14

Spark-To-Paper-Skills/spark-to-paper-skills

Skill Claude CodeCodex

Stage 1 of the ts-paper suite. Turn a research proposal into a single structured blueprint.json (title, ≤6 keywords, exactly 3 contributions, notation table, terminology glossary, experiment design, and per-section plans with word targets) for a Traitement du Signal proposal paper. Use when planning the structure of a…

842 10d ago A 81 tokens original MIT

ts-paper-refine

15

Spark-To-Paper-Skills/spark-to-paper-skills

Skill Claude CodeCodex

Stage 4 of the ts-paper suite. One holistic pass that right-sizes each drafted section toward Traitement du Signal JOURNAL length (not conference page-compression), enforces cross-section coherence and terminology consistency, removes redundancy, and preserves all citations, equations, and markers. Use to…

842 10d ago A 82 tokens original MIT

ts-paper-review

16

Spark-To-Paper-Skills/spark-to-paper-skills

Skill Claude CodeCodex

Adversarial peer-review HARDENING pass for a ts-paper draft — the thing a forward-only drafter/refiner can't do: argue the other side of the paper's claims. Distilled from PaperJury into a lean Claude-native engine: N isolated domain reviewers read the whole paper (verbatim-quote anti-skim) → merge/dedupe →…

842 10d ago A 246 tokens original MIT

ts-paper-write

17

Spark-To-Paper-Skills/spark-to-paper-skills

Skill Claude CodeCodex

Stage 3 of the ts-paper suite. Draft every section of a Traitement du Signal paper as LaTeX body files (sections/ .tex + abstract.tex) from the blueprint and refs.bib, following strict per-section recipes, the no-fabricated-results rule, and IIETA citation style. Write ALL sections in one pass. Use when writing the…

842 10d ago A 85 tokens original MIT

ts-paper

18

Spark-To-Paper-Skills/spark-to-paper-skills

Skill Claude CodeCodex

Generate a complete, publication-format journal/conference paper (LaTeX → compiled PDF) from whatever the user drops — a one-line idea, a proposal, or a proposal WITH real results. It ROUTES the input (idea→idea2story; proposal→proposal mode; results-present→data-aware mode), then runs…

842 10d ago A 170 tokens original MIT

paper-wiki

19

Spark-To-Paper-Skills/paper-wiki

Plugin Claude Code

Build and maintain faithfully cited, reverse-linked research and course wikis with Claude Code or Codex.

5 18d ago A tokens not measured original MIT

paper-wiki

20

Spark-To-Paper-Skills/paper-wiki

Plugin Claude Code

Build and maintain a faithfully cited, reverse-linked LLM Wiki from papers, PDFs, slides, and course material in Claude Code or Codex.

5 18d ago A tokens not measured original MIT

wiki-cartographer

21

Spark-To-Paper-Skills/paper-wiki

Agent

High-altitude field synthesizer. Reads the compiled wiki/papers, wiki/concepts, and wiki/gaps trees and writes incremental updates to the field/ artifacts — shared assumptions, cross-paper tensions, topic saturation, and the problems.md candidate list — never touching ideas or novelty.

5 18d ago A 60 tokens original MIT

wiki-critic

22

Spark-To-Paper-Skills/paper-wiki

Agent

Adversarial reviewer. Finds holes, overclaims, unjustified assumptions, and missing counter-evidence in compiled wiki content. Replaces the Codex CLI "挑漏洞·找反例" role.

5 18d ago A 45 tokens original MIT

wiki-ideator

23

Spark-To-Paper-Skills/paper-wiki

Agent

Grounded research ideator. Discovers method-problem combinations from the wiki and prepares targeted verification requests for the coordinator.

5 18d ago A 29 tokens original MIT

wiki-searcher

24

Spark-To-Paper-Skills/paper-wiki

Agent

Searches arXiv and the web for recent papers on a given research topic. Returns a structured list of candidates to import into raw/. Replaces the Gemini CLI "联网验证·搜最新论文" role.

5 18d ago A 47 tokens original MIT