compute-methods
Environment-verified friction sheets for field-standard computational tools (Rydberg pair interactions, QEC circuits, qLDPC decoding, code distance, atom…
Extract figures from downloaded papers and include them in survey/review reports. Use when the report covers other groups' work and benefits from their architecture diagrams, experimental plots, or system schematics. Your brain prompt supplies the absolute path to the
$ npx -y skills add Muuuun/luxas --skill paper-figures --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/paper-figuresContext preview
The summary Claude sees to decide when to auto-load this skill.
Extract figures from downloaded papers and include them in survey/review reports. Use when the report covers other groups' work and benefits from their architecture diagrams, experimental plots, or system schematics. Your brain prompt supplies the absolute path to the
name: paper-figures
description: Extract figures from downloaded papers and include them in survey/review reports. Use when the report covers other groups' work and benefits from their architecture diagrams, experimental plots, or system schematics. Your brain prompt supplies the absolute path to the extract-figures script as {{EXTRACT_FIGURES}} — use that value wherever this skill writes `extract-figures`.Figures are information. A survey/review report covering downloaded papers MUST include key figures — architecture diagrams, experimental results, comparisons. Do NOT write a text-only survey when figures are available.
Your brain prompt supplies the script's absolute path as `{{EXTRACT_FIGURES}}`. Invoke it once per paper:
{{EXTRACT_FIGURES}} data/papers/<paper-id>.pdf # single PDF
{{EXTRACT_FIGURES}} data/papers/<arxiv-id> # arXiv source directoryThis creates `data/papers/<id>_figures/` with extracted images and a `manifest.json` listing each figure with caption and page number.
Read every manifest:
cat data/papers/*_figures/manifest.json
Record your decisions in `notes/memory.md` under a `## Figure Review` section. Every figure must end up in one of three states:
Select figures that are:
For each figure marked `USE`, embed it directly in LaTeX:
\begin{figure}[t]
\centering
\includegraphics[width=\linewidth]{../data/papers/<id>_figures/<filename>}
\caption{<Your caption describing the figure in the context of your survey>. Adapted from \cite{<key>}.}
\label{fig:<label>}
\end{figure}An autonomous research colleague — from a question to a compiled manuscript, while you sleep.
Repo: Muuuun/luxas
Environment-verified friction sheets for field-standard computational tools (Rydberg pair interactions, QEC circuits, qLDPC decoding, code distance, atom…
Hybrid figure pipeline (Nano Banana raster + rembg background removal + TikZ vector assembly). Includes a TikZ template library covering quantum circuits…
Publication-quality data plots via matplotlib with venue-specific styles. Use for generating your own figures (timelines, comparison charts, data summaries,…
Cross-project research memory. Deep-dive past projects' notes, record corrections, and save cross-project insights across all Luxas research projects.
Narrative discipline for research reports — article-type templates (empirical / feasibility / comparison / policy-zh) and the feedback revision protocol that…
Verifier-in-the-loop CONSTRUCTION of quantum error-correcting codes with transversal non-Clifford gates (CCZ/T). Applies whenever the project goal is a new or…