evolve

Cluster project instincts into commands, skills, and agents under evolved directories.

7|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/Davie521/claude-skills --skill evolve-davie521
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evolve
Source: https://github.com/Davie521/claude-skills/tree/main/plugins/skills/skills/evolve
Command: npx skills add https://github.com/Davie521/claude-skills --skill evolve-davie521

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clustering and transforming raw instincts into higher-level artifacts (commands, skills, and agents) to accelerate automation design and reuse.

Core Features & Use Cases

  • Clusters related instincts into actionable primitives (commands, skills, agents) to reduce duplication.
  • Generates evolved files under evolved/{skills,commands,agents} when --generate is used.
  • Supports project-scoped analysis with clustering across instincts to promote reuse and consistency.

Quick Start

Run evolve to analyze instincts and generate evolved structures

Frequently Asked Questions about evolve

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I cluster raw instincts into reusable automation primitives?

To cluster raw instincts into reusable automation primitives, you apply a deterministic workflow that analyzes project-level patterns to promote reuse and reduce duplication across your automation design.

What is the analyze-only mode for evolving software primitives?

The analyze-only mode evaluates and clusters related instincts to identify actionable software primitives without writing any new files, allowing you to review proposed structures before generating artifacts.

How do I generate evolved files for commands, skills, and agents?

To generate evolved files for commands, skills, and agents, you run the generation mode which writes structured definitions and assets directly under the evolved directory for immediate use.

Can I use multi-agent orchestration patterns to streamline CLI automation design?

Yes, you can streamline CLI automation design by clustering instincts into actionable agents and commands, enforcing a deterministic workflow that promotes consistency across multi-agent orchestration patterns.

What is the best way to reduce duplication when creating multi-agent skills?

The best way to reduce duplication when creating multi-agent skills is to perform project-scoped analysis that clusters related patterns, promoting reuse by transforming them into structured evolved definitions.

Why does my project-level instinct clustering not produce evolved artifacts?

Project-level instinct clustering does not produce evolved artifacts by default because it operates in analyze-only mode; you must explicitly request generation mode to write the structured definitions and assets.