by EvoScientist
🧬 Extend EvoScientist with Installable Skill & Knowledge Packs
# Add to your Claude Code skills
git clone https://github.com/EvoScientist/EvoSkillsThe 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 | 💡 Research ideation, literature tree & problem finding |
| idea-tournament | 🏆 Competitive idea ranking & proposal generation |
| | 📐 Research paper planning & outline generation |
| | 🧪 Structured 4-stage experiment execution |
| | 🔧 Experiment debugging, logging & iteration |
| | ✍️ End-to-end paper writing assistance |
| | 🔍 Automated paper review & feedback |
| | 💬 Rebuttal writing after peer review |
| | 🎤 Academic presentation & research talk creation |
| | 🧠 Persistent research memory & self-evolution |
No comments yet. Be the first to share your thoughts!
Paper Suite + Self-Evolution Suite: Each skill is self-contained — use them individually or combine freely. The self-evolution skills (
idea-tournament,experiment-pipeline,evo-memory) form a learning loop that improves across research cycles.
The diagram above shows the full EvoScientist pipeline. The Researcher Agent (top, blue) runs idea tree search and Elo tourname...