by EvoScientist
๐งฌ Extend EvoScientist with Installable Skill & Knowledge Packs
# Add to your Claude Code skills
git clone https://github.com/EvoScientist/EvoSkillsGuides for using ai agents skills like EvoSkills.
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 sel
No comments yet. Be the first to share your thoughts!