EvoSkill
EvoSkill is an open-source framework that automatically discovers and synthesizes reusable agent skills to enhance coding agent performance.
- Type
- Agent Skill
- Open source
- Yes
- GitHub Stars
- ★ 1.0k
- Source
- skill-github
- Repository
- github.com/sentient-agi/EvoSkill
Overview
EvoSkill is an open-source framework that automatically discovers and synthesizes reusable agent skills from failed trajectories, improving coding agent performance. It proposes multiple skill and prompt variations, evaluates new variants on retained data, and generates entirely new agent programs in each iteration. EvoSkill supports various coding agents such as Claude Code, Codex CLI, OpenCode, and can work with any model provider and model. Install in seconds, then run `evoskill init` and `evoskill run` to add AI-generated skills and prompts to any coding agent.
Capabilities
- ▪Automatic discovery and synthesis of agent skills
- ▪Support for multiple coding agents
- ▪Compatibility with various model providers and models
- ▪Cross-task skill transfer
Use cases
Setup
```bash github.com/sentient-agi/EvoSkill ```, then run `evoskill init` and `evoskill run`.
This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.
FAQ
Which coding agents does EvoSkill support?
It supports multiple coding agents such as Claude Code, Codex CLI, OpenCode, and others.
Does EvoSkill require a specific model provider?
No, it can work with any model provider and model.
Related skills
gemini-cli
Gemini CLI is an open-source AI agent that brings Gemini's powerful capabilities directly into the terminal.
private-gpt
Provides a complete API layer for local models, supporting RAG, skills, tools, and more.
planning-with-files
File-based persistent planning skill, ideal for AI coding agents and long-running tasks.
scientific-agent-skills
Transform any AI agent into a scientific assistant with 147 ready-to-use research skills.
susi_alexa_skill
A skill that enables question-and-answer interactions between Alexa and Susi AI.
claude-context
Provides code search capabilities for Claude Code, turning the entire codebase into context.