lingzhi227/agent-research-skills

Skills for Claude Code — deep-research: systematic academic literature review

319Stars on the repository
32Mods indexed here, across every type
6mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

algorithm-design

01

lingzhi227/agent-research-skills

Skill Claude Code

Design algorithms with LaTeX pseudocode and UML diagrams. Generate algorithmic environments, Mermaid class/sequence diagrams, and ensure consistency between pseudocode and implementation. Use when formalizing methods for a paper.

not rated 319 +9 6mo ago A Socket: passSnyk: pass 44 tokens

lingzhi227/agent-research-skills

Skill Claude Code

Decompose research ideas into atomic, self-contained concepts with bidirectional math-code mapping. For each concept, extract the math formula from papers and find code implementations. Use for complex system papers requiring formal grounding.

not rated 319 +9 6mo ago A Socket: passSnyk: warn 45 tokens

lingzhi227/agent-research-skills

Skill Claude Code

Make every number in the final PDF traceable to the exact code line that produced it. Uses \hypertarget/\hyperlink LaTeX commands and \num{formula} evaluated at compile time. Use for reproducibility and data integrity verification.

not rated 319 +9 6mo ago A Socket: passSnyk: pass 56 tokens

citation-management

04

lingzhi227/agent-research-skills

Skill Claude Code

Manage BibTeX citations for LaTeX papers. Harvest missing citations from a draft using Semantic Scholar, validate cite keys against .bib files, deduplicate entries, and format bibliography. Use when working with references, BibTeX, or citations.

not rated 319 +9 6mo ago A Socket: passSnyk: fail 53 tokens

code-debugging

05

lingzhi227/agent-research-skills

Skill Claude Code

Debug experiment code with structured error analysis. Categorize errors, apply targeted fixes with retry logic, and use reflection to prevent recurring issues. Use when experiment code fails or produces incorrect results.

not rated 319 +9 6mo ago A Socket: passSnyk: pass 41 tokens

data-analysis

06

lingzhi227/agent-research-skills

Skill Claude Code

Generate statistical analysis code with 4-round review. Select appropriate statistical tests, interpret results, and produce analysis reports with p-values, effect sizes, and confidence intervals. Use when analyzing experimental data for a paper.

not rated 319 +9 6mo ago A Socket: passSnyk: pass 45 tokens

deep-research

07

lingzhi227/agent-research-skills

Skill Claude Code

Conduct systematic academic literature reviews in 6 phases, producing structured notes, a curated paper database, and a synthesized final report. Output is organized by phase for clarity.

not rated 319 +9 6mo ago A Socket: passSnyk: warn 37 tokens

excalidraw-skill

08

lingzhi227/agent-research-skills

Skill Claude CodeCodex

Programmatic canvas toolkit for creating, editing, and refining Excalidraw diagrams via MCP tools with real-time canvas sync. Use when an agent needs to (1) draw or lay out diagrams on a live canvas, (2) iteratively refine diagrams using describescene and getcanvasscreenshot to see its own work, (3) export/import…

not rated 319 +9 6mo ago A Socket: passSnyk: warn 148 tokens

experiment-code

09

lingzhi227/agent-research-skills

Skill Claude Code

Write ML experiment code with iterative improvement. Generate training/evaluation pipelines, debug errors, and optimize results through code reflection. Use when implementing experiments for a research paper.

not rated 319 +9 6mo ago A Socket: passSnyk: pass 36 tokens

experiment-design

10

lingzhi227/agent-research-skills

Skill Claude Code

Design experiment plans with progressive stages — initial implementation, baseline tuning, creative research, and ablation studies. Plan baselines, datasets, hyperparameter sweeps, and evaluation metrics. Use when planning experiments for a research paper.

not rated 319 +9 6mo ago A Socket: passSnyk: pass 48 tokens

figure-generation

11

lingzhi227/agent-research-skills

Skill Claude Code

Generate publication-quality scientific figures using matplotlib/seaborn with a three-phase pipeline (query expansion, code generation with execution, VLM visual feedback). Handles bar charts, line plots, heatmaps, training curves, ablation plots, and more. Use when the user needs figures, plots, or visualizations for…

not rated 319 +9 6mo ago A Socket: warnSnyk: pass 68 tokens

github-research

12

lingzhi227/agent-research-skills

Skill Claude Code

Explore and analyze GitHub repositories related to a research topic. Reads deep-research output, discovers repos from multiple sources, deeply analyzes code, and produces integration blueprints.

not rated 319 +9 6mo ago A Socket: passSnyk: warn 38 tokens

idea-generation

13

lingzhi227/agent-research-skills

Skill Claude Code

Generate novel research ideas with iterative refinement and novelty checking against literature. Score ideas on Interestingness, Feasibility, and Novelty. Use when brainstorming research directions or validating idea novelty.

not rated 319 +9 6mo ago A Socket: passSnyk: warn 40 tokens

latex-formatting

14

lingzhi227/agent-research-skills

Skill Claude Code

Handle LaTeX formatting, templates, and styling for academic papers. Set up conference templates (ICML, ICLR, NeurIPS, AAAI, ACL), fix formatting issues, manage packages, and ensure venue-specific compliance. Use when the user needs to set up a paper template, fix LaTeX formatting, or prepare for submission.

not rated 319 +9 6mo ago A Socket: passSnyk: pass 74 tokens

literature-review

15

lingzhi227/agent-research-skills

Skill Claude Code

Conduct comprehensive literature reviews using multi-perspective dialogue simulation. Generate diverse expert personas, conduct grounded Q&A conversations, and synthesize findings into structured knowledge. Use when starting a new research project or writing a survey section.

not rated 319 +9 6mo ago A Socket: passSnyk: warn 47 tokens

literature-search

16

lingzhi227/agent-research-skills

Skill Claude Code

Search academic literature using Semantic Scholar, arXiv, and OpenAlex APIs. Returns structured JSONL with title, authors, year, venue, abstract, citations, and BibTeX. Use when the user needs to find papers, check related work, or build a bibliography.

not rated 319 +9 6mo ago A Socket: passSnyk: fail 60 tokens

math-reasoning

17

lingzhi227/agent-research-skills

Skill Claude Code

Formal mathematical reasoning for research papers — derive equations, write proofs, formalize problem settings, select statistical tests, and generate LaTeX math notation. Use when the user needs mathematical derivations, theorem proofs, notation tables, or statistical analysis formalization.

not rated 319 +9 6mo ago A Socket: passSnyk: pass 56 tokens

novelty-assessment

18

lingzhi227/agent-research-skills

Skill Claude Code

Assess research idea novelty through systematic literature search. Multi-round search-evaluate loops with harsh critic persona. Binary novel/not-novel decision with justification. Use before committing to a research direction.

not rated 319 +9 6mo ago A Socket: passSnyk: warn 43 tokens

paper-assembly

19

lingzhi227/agent-research-skills

Skill Claude Code

Orchestrate the full paper pipeline end-to-end. Manage state propagation between phases (literature → plan → code → experiments → figures → tables → writing → review), support checkpointing and resumption. Use for assembling a complete paper from components.

not rated 319 +9 6mo ago A Socket: passSnyk: pass 54 tokens

paper-compilation

20

lingzhi227/agent-research-skills

Skill Claude Code

Compile LaTeX papers to PDF with automatic error detection, chktex style checking, and citation/reference validation. Runs the full pdflatex + bibtex pipeline. Use when the user wants to compile a paper, fix compilation errors, or debug LaTeX.

not rated 319 +9 6mo ago B Socket: passSnyk: pass 57 tokens

paper-revision

21

lingzhi227/agent-research-skills

Skill Claude Code

Revise papers based on reviewer feedback. Map reviewer concerns to specific sections, apply targeted edits, run additional experiments if needed, and verify improvements. Use after receiving peer review with revision requests.

not rated 319 +9 6mo ago A Socket: passSnyk: pass 42 tokens

paper-to-code

22

lingzhi227/agent-research-skills

Skill Claude Code

Convert an ML research paper into a complete, runnable code repository. 3-stage pipeline from Paper2Code — Planning (UML + dependency graph) → Analysis (per-file logic) → Coding (dependency-ordered generation). Use for reproducing paper methods.

not rated 319 +9 6mo ago A Socket: passSnyk: warn 56 tokens

lingzhi227/agent-research-skills

Skill Claude Code

Write a specific section of an academic paper (Abstract, Introduction, Background, Related Work, Methods, Experiments, Results, Discussion/Conclusion) with section-specific guidance and two-pass refinement. Use when the user wants to write, draft, or improve a paper section.

not rated 319 +9 6mo ago A Socket: passSnyk: pass 58 tokens

rebuttal-writing

24

lingzhi227/agent-research-skills

Skill Claude Code

Write point-by-point rebuttals to reviewer comments. Extract concerns from reviews, generate evidence-based responses, and format as a structured rebuttal document. Use after receiving peer review feedback.

not rated 319 +9 6mo ago A Socket: passSnyk: pass 42 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: