By JeanDiable
Automate end-to-end AI/ML academic research workflows: perform topic-driven literature surveys with taxonomies, gaps, and innovations; generate peer/meta-reviews for paper PDFs; detect/insert citations in LaTeX; evaluate/refine ideas into proposals with diagrams/experiments; create reveal.js slides/posters from papers.
Rebuttal pipeline for conference paper reviews. Parses reviewer feedback, classifies concerns by severity/type, builds a per-reviewer response strategy, and drafts a venue-compliant rebuttal with placeholders for pending experiments. Supports follow-up rounds. Use when user says "rebuttal", "reply to reviewers", "respond to reviews", "rebuttal draft", or wants to answer reviewer comments for a conference submission.
Conference-style academic paper peer review. Reads a paper PDF, assesses novelty, technical soundness, clarity, significance, reproducibility, and experimental design. Generates a structured review with summary, strengths, weaknesses, major/minor issues, questions, and scores. Supports NeurIPS, ICML, CVPR, ACL, AAAI, ICCV, ICLR formats with adjustable severity. Use when the user wants to "review a paper", "write a review", "assess this submission", "what are the weaknesses", or "generate a peer review".
Paper-triggered literature survey and idea generation. Given a PDF, arXiv URL, or tweet containing a paper reference, analyzes the paper, searches for related work (including papers the input may have missed), performs cross-domain exploration, and proposes 2-3 innovation directions. Use when the user provides a specific paper and wants to understand its landscape, find extensions, or generate research ideas. Also triggers for "survey this paper", "what's related to this", "extend this work".
Automatic citation insertion for LaTeX manuscripts. Parses LaTeX source to find uncited statements (factual claims, method comparisons, background assertions, dataset references, numerical claims), searches for the correct papers via Semantic Scholar and DBLP, fetches official BibTeX (never fabricates), and inserts \cite{} commands. Returns modified .tex files and updated .bib file. Inspired by github.com/ZhangNy301/citation-assistant. Use when the user says "add citations", "find references for", "cite this", "my paper needs citations", or provides LaTeX files needing references.
End-to-end university assignment completion. Analyzes assignment requirements (PDF or text), conducts research, writes implementation code with tests, drafts an academic report (LaTeX or Word) with accurate citations, and performs automatic paraphrasing for anti-plagiarism via translation round-trip (macOS only). Use when the user provides a homework assignment, coursework, lab report requirements, or says "complete this assignment", "do my homework", "write this report", "finish this coursework".
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A suite of 8 AI-powered academic workflow skills for Claude Code, designed for AI/ML PhD researchers.
# Add the marketplace
claude plugin marketplace add JeanDiable/academic-research-plugin
# Install the plugin
claude plugin install academic-research
git clone https://github.com/JeanDiable/academic-research-plugin.git
pip install -r academic-research-plugin/lib/requirements.txt
claude plugin add /path/to/academic-research-plugin
Set a Semantic Scholar API key for higher rate limits:
export S2_API_KEY="your-key-here"
/academic-research:literature-survey)Comprehensive topic-driven literature survey. Searches arXiv, Semantic Scholar, and DBLP, identifies research gaps, performs cross-domain exploration, and proposes 2-3 innovation directions.
/academic-research:literature-survey "diffusion models for 3D generation"
/academic-research:paper-triggered-survey)Anchored survey starting from a specific paper. Accepts PDF files, arXiv URLs, tweets, or paper titles. Maps the paper's research landscape and proposes extensions.
/academic-research:paper-triggered-survey https://arxiv.org/abs/2301.12345
/academic-research:paper-triggered-survey /path/to/paper.pdf
/academic-research:survey-writing)Taxonomy-focused survey paper drafting. Searches for papers, builds a multi-level taxonomy, and drafts a complete survey with introduction, per-category deep dives, comparison tables, and future directions.
/academic-research:survey-writing "vision-language models"
/academic-research:paper-reviewing)Conference-style peer review. Supports NeurIPS, ICML, CVPR, ACL, AAAI, ICCV, ICLR formats with adjustable severity. Generates structured reviews with scores, strengths, weaknesses, and questions.
/academic-research:paper-reviewing /path/to/submission.pdf
/academic-research:paper-reviewing /path/to/paper.pdf --venue neurips --severity balanced
/academic-research:paper-polishing)Comprehensive draft feedback in ICML meta-review style. Analyzes correctness, motivation, methodology, presentation, visualizations, and citations. Outputs prioritized revision checklist.
/academic-research:paper-polishing /path/to/draft.pdf
/academic-research:citation-assistant)Automatic citation insertion for LaTeX manuscripts. Finds uncited claims, searches for correct papers, fetches official BibTeX (never fabricates), and inserts \cite{} commands.
/academic-research:citation-assistant /path/to/paper.tex
/academic-research:homework-machine)End-to-end assignment completion. Analyzes requirements, conducts research, writes code with tests, drafts academic reports with citations, and performs paraphrasing via translation round-trip (macOS).
/academic-research:homework-machine /path/to/assignment.pdf
/academic-research:poster-slides-maker)Academic presentation creator. Generates conference-quality slides (reveal.js HTML) and/or posters (single-page HTML) from a paper PDF or LaTeX project. Standalone files viewable in any browser.
/academic-research:poster-slides-maker /path/to/paper.pdf --format slides --pages 15
/academic-research:poster-slides-maker /path/to/paper.pdf --format poster
npx claudepluginhub jeandiable/academic-research-plugin --plugin academic-researchUI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.