evolve

Cluster related instincts into higher-level skills with SKILL.md files.

24|5|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/Luohaothu/everything-codex --skill evolve-luohaothu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evolve
Source: https://github.com/Luohaothu/everything-codex/tree/main/skills/evolve
Command: npx skills add https://github.com/Luohaothu/everything-codex --skill evolve-luohaothu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cluster instincts into higher-level skills by identifying related instincts and consolidating them into reusable skill definitions.

Core Features & Use Cases

  • Clustering instincts by domain similarity, trigger pattern overlap, and action sequence to form higher-level skills.
  • Automatic generation of SKILL.md files and saving to the evolved skills directory.
  • Supports optional domain filtering and dry-run previews to validate changes before applying.

Quick Start

Run /evolve to scan your instincts and generate consolidated evolved skills.

Frequently Asked Questions about evolve

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

FAQPage Schema
How do I consolidate related automation instincts into higher-level skills?

To consolidate related automation instincts into higher-level skills, this process clusters instincts by domain similarity, trigger overlap, and action sequence, then generates consolidated skill definitions saved to the evolved directory.

Can I preview skill generation before applying changes to the evolved directory?

Yes, you can preview skill generation before applying changes by using the dry-run preview feature, which validates the clustering of related instincts and shows the proposed consolidated skill definitions without saving them.

How does clustering instincts by domain similarity and trigger overlap work?

Clustering instincts by domain similarity and trigger overlap works by scanning the instincts directory, grouping related behavioral patterns and action sequences together, and forming new evolved skills when clusters reach the required threshold size.

What is the best way to filter instinct clustering by domain during skill generation?

The best way to filter instinct clustering by domain during skill generation is to use the optional domain filtering controls, which restrict the scope of scanned instincts so only specific domain groupings form consolidated skills.

Does clustering instincts into scalable skills require any external dependencies?

No, clustering instincts into scalable skills requires no external dependencies, as the process independently scans the local instincts directory and generates SKILL.md files directly into the evolved directory.

Why are some related instincts not forming consolidated skills automatically?

Related instincts may not form consolidated skills automatically if the identified clusters have not reached the required threshold size, which you can adjust using the available threshold controls governing cluster formation.