𧬠Extend EvoScientist with Installable Skill & Knowledge Packs
npx skills add https://github.com/evoscientist/evoskills --skill paper-reviewInstale esta skill com a CLI e comece a usar o fluxo de trabalho SKILL.md em seu espaΓ§o de trabalho.
The official skill repository for EvoScientist. Each skill is an installable knowledge pack that extends EvoScientist with domain-specific expertise.
[!IMPORTANT]
These skills are purpose-built for EvoScientist β together they amplify each other, unlocking the full potential of both the agent and the skills. Under EvoScientist, skills evolve across research cycles through persistent memory (evo-memory).
Install all skills at once:
/install-skill EvoScientist/EvoSkills@skills
Or install a single skill:
/install-skill EvoScientist/EvoSkills@skills/paper-planning
Simply ask the agent in conversation:
"Install all skills from EvoScientist/EvoSkills@skills."
[!TIP]
Not using EvoScientist? These skills are compatible with any coding agent.
One command via skills.sh to install on Claude Code, OpenCode, Cursor, Codex, Gemini CLI, DeepAgents, and more:npx skills add EvoScientist/EvoSkills
| Skill | Description |
|---|---|
research-ideation |
π‘ Literature grounding, tournament ranking & proposal generation |
paper-planning |
π Research paper planning & outline generation |
experiment-pipeline |
π§ͺ Structured 4-stage experiment execution |
experiment-craft |
π§ Experiment debugging, logging & iteration |
experiment-iterative-coder |
π Iterative code refinement (plan β code β evaluate β refine) |
paper-writing |
βοΈ End-to-end paper writing assistance |
paper-review |
π Automated paper review & feedback |
paper-rebuttal |
π¬ Rebuttal writing after peer review |
academic-slides |
π€ Academic presentation & research talk creation |
evo-memory |
π§ Persistent research memory & self-evolution |
paper-navigator |
π Academic paper discovery, evaluation & reading |
research-survey |
π Structured literature survey synthesis |
nano-banana |
π AI-generated presentation slides & illustrations via Gemini |
Paper Suite + Self-Evolution Suite: Each skill is self-contained β use them individually or combine freely. The self-evolution loop now runs through
research-ideation,experiment-pipeline, andevo-memory.
The mcp/ directory contains a curated collection of MCP servers that extend agents with external tools β web search, academic paper retrieval, documentation lookup, and more. Browse the full list or install directly:
/install-mcp # interactive browser
EvoSci mcp install arxiv # install by name
The diagram above shows the full EvoScientist pipeline. The Researcher Agent (top, blue) runs idea tree search and Elo tournament ranking to produce a research proposal. The Engineer Agent (bottom, green) executes the 4-stage experiment pipeline. The Evolution Manager Agent (right) manages three memory evolution mechanisms β IDE, IVE, and ESE β that feed learned knowledge back into Ideation Memory (M_I) and Experimentation Memory (M_E) for future cycles.
flowchart LR
A["<b>π¬ Research Phase</b><br/>π‘ research-ideation"]
--> B["<b>βοΈ Experiment Phase</b><br/>π paper-planning<br/>π§ͺ experiment-pipeline<br/>π§ experiment-craft<br/>π experiment-iterative-coder"]
--> C["<b>π Writing Phase</b><br/>βοΈ paper-writing<br/>π paper-review<br/>π¬ paper-rebuttal<br/>π€ academic-slides"]
D[("π§ evo-memory<br/>(IDE Β· IVE Β· ESE)")] <--> A
D <--> B
E["π paper-navigator<br/>(standalone)"] -.-> A
E -.-> B
F["π nano-banana<br/>(standalone)"] -.-> C
style A fill:#7C3AED,stroke:#5B21B6,stroke-width:2px,color:#fff
style B fill:#D97706,stroke:#B45309,stroke-width:2px,color:#fff
style C fill:#16A34A,stroke:#15803D,stroke-width:2px,color:#fff
style D fill:#475569,stroke:#334155,stroke-width:2px,color:#fff
style E fill:#0369A1,stroke:#075985,stroke-width:2px,color:#fff
style F fill:#D97706,stroke:#B45309,stroke-width:2px,color:#fff
research-ideation β Literature Grounding, Tournament & ProposalThe starting point of the research pipeline. It now covers the full path from literature grounding to ranked ideas to a concrete proposal:
evo-memory first to reuse feasible directions and avoid known dead endspaper-navigator to collect and analyze papers before generating ideasresearch-survey β Literature Survey & SynthesisDedicated skill for turning a large paper collection into a structured survey report:
paper-planning β Research Paper Planning & Outline GenerationGuides pre-writing planning before a single word is drafted. Covers four key activities:
Includes counterintuitive tactics: write your rejection letter first, narrow claims before broadening, and plan fallback narratives.
experiment-pipeline β 4-Stage Experiment ExecutionA structured framework for executing research experiments with attempt budgets and gate conditions:
evo-memoryIntegrates with experiment-craft for failure diagnosis within stages and evo-memory for cross-cycle learning.
experiment-craft β Experiment Debugging & IterationA systematic approach to experiment debugging, logging, and iterative improvement:
paper-writing for draftingexperiment-iterative-coder β Iterative Code RefinementStructured plan β code β evaluate β refine cycles for higher code quality:
Integrates with experiment-craft for stuck diagnoses and evo-memory for loading prior strategies.
paper-writing β Section-by-Section Paper DraftingA proven 11-step workflow for writing academic papers with LaTeX templates:
paper-skeleton.tex) and booktabs table macros (table-style.tex)paper-review β Self-Review & Quality AssuranceSystematic self-review before submission using adversarial and counterintuitive review strategies:
paper-rebuttal for response preparationpaper-rebuttal β Rebuttal Writing After Peer ReviewDedicated rebuttal skill for responding to reviewer feedback after peer review:
academic-slides β Presentation & Research Talk CreationA structured approach to creating academic presentations and preparing research talks:
.pptx file generation with color palettes, layout code, charts, and figuresevo-memory β Persistent Research Memory & Self-EvolutionThe learning layer that accumulates knowledge across research cycles. Maintains two memory stores and implements three evolution mechanisms:
research-ideationRead by research-ideation and experiment-pipeline at cycle start; updated after each cycle completes.
paper-navigator β Academic Paper Discovery & ReadingFocused paper workflow in four stages β from query to evaluated reading list:
nano-banana β AI-Generated Slides & IllustrationsGenerate professional presentation slides and high-quality illustrations using Gemini's image generation API, with an interactive browser-based review loop:
gemini-3-pro-image-preview (best quality), gemini-3.1-flash-image-preview (fast iteration), gemini-2.5-flash-image (rapid prototyping)Completed:
research-ideation, experiment-pipeline, evo-memorynano-banana)Coming soon:
Stay tuned β more skills are on the way!
|
EvoScientist |
Xi Zhang |
Yougang Lyu |
Dinos Papakostas |
Yuyue Zhao |
Xiaoyi DeepResearch Team and the wider open-source community contribute to this project.
For any enquiries or collaboration opportunities, please contact: [email protected]
We welcome contributions! See the guides for skills and MCP servers, or start with the Contributing Guidelines.
Every contribution brings us one step closer to a future where AI accelerates scientific breakthroughs for all of humanity.
If you find our paper and code useful in your research and applications, please cite using this BibTeX:
@article{evoscientist2026,
title={EvoScientist: Towards Multi-Agent Evolving AI Scientists for End-to-End Scientific Discovery},
author={Yougang Lyu and Xi Zhang and Xinhao Yi and Yuyue Zhao and Shuyu Guo and Wenxiang Hu and Jan Piotrowski and Jakub Kaliski and Jacopo Urbani and Zaiqiao Meng and Lun Zhou and Xiaohui Yan},
journal={arXiv preprint arXiv:2603.08127},
year={2026}
}
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.