skill-evolution
✓Analyze, evolve, and rollback skills based on usage patterns. Use when evolving skills, improving skill definitions, updating skill content.
Installation
SKILL.md
Enables skills to automatically improve based on usage patterns, user edits, and success rates. Provides version control with safe rollback capability.
| addpagination | User adds pagination to API responses | limit.offset, cursor.pagination | | addratelimiting | User adds rate limiting | rate.?limit, throttl | | adderrorhandling | User adds try/catch blocks | try.catch, except | | addtypes | User adds TypeScript/Python types | interface\s, Optional |
| addvalidation | User adds input validation | validate, Pydantic, Zod | | addlogging | User adds logging/observability | logger\., console.log | | removecomments | User removes generated comments | Pattern removal detection | | addauthcheck | User adds authentication checks | @auth, @requireauth |
Analyze, evolve, and rollback skills based on usage patterns. Use when evolving skills, improving skill definitions, updating skill content. Source: yonatangross/orchestkit.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/yonatangross/orchestkit --skill skill-evolution- Source
- yonatangross/orchestkit
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is skill-evolution?
Analyze, evolve, and rollback skills based on usage patterns. Use when evolving skills, improving skill definitions, updating skill content. Source: yonatangross/orchestkit.
How do I install skill-evolution?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yonatangross/orchestkit --skill skill-evolution Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/yonatangross/orchestkit
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01