OrangeViolinOrangeViolinCommunityยท1 Agent Skills Included

skill-evolve

Iteratively test, diagnose, and improve existing skills

Improves the quality of any existing skill through a structured observe-summarize-rewrite-verify loop. Runs real test prompts, records failures, and extracts recurring error patterns instead of guessing fixes. Eliminates blind rewriting by changing only one or two core issues per round and verifying results. Saves round-by-round notes so improvement work resumes exactly where it stopped.
npx skills add OrangeViolin/skill-evolve --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install skill-evolve?โ–ผ

Run `npx skills add OrangeViolin/skill-evolve --all -g -y` in your terminal to install it globally.

How to improve a skill that gives bad results?โ–ผ

Point skill-evolve at the skill's path and it runs real test prompts, records what fails, finds recurring error patterns, and rewrites only the problematic parts.

What is the difference between skill-evolve and skill-creator?โ–ผ

skill-creator builds a new skill from scratch, while skill-evolve takes an existing working skill and systematically raises its quality through repeated test-and-fix rounds.

Does skill-evolve rewrite my whole skill at once?โ–ผ

No. It follows a just-in-time principle, changing only one or two core issues per round and verifying each change with the same test prompts before continuing.

Can I use skill-evolve without coding experience?โ–ผ

Yes. You simply describe the quality problem in plain language, and the skill handles testing, pattern analysis, and rewriting for you.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’