skill-evolve

Identify repeating task patterns and formalize them as reusable Skill blueprints.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/JYHTHEGREAT/jyh-system --skill skill-evolve-jyhthegreat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-evolve
Source: https://github.com/JYHTHEGREAT/jyh-system/tree/main/skills/skill-evolve
Command: npx skills add https://github.com/JYHTHEGREAT/jyh-system --skill skill-evolve-jyhthegreat

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Repeated operational patterns in projects cause inefficiency and friction; Skill evolution turns these patterns into reusable automation assets, reducing manual work and memory overhead.

Core Features & Use Cases

  • Pattern discovery: analyzes inventory and observations to surface recurring sequences.
  • Skill generation: creates new Skill blueprints from detected patterns.
  • Evolution with validation: merges improvements into existing skills while preserving behavior and enabling reuse.
  • Use Case: transform a multi-step manual workflow into a self-contained Skill that can be re-used across sessions.

Quick Start

Describe a repeating pattern you want to convert into a Skill and run the skill-evolve workflow to generate and validate the new Skill.

Frequently Asked Questions about skill-evolve

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

FAQPage Schema
How do I convert repeating workflow patterns into reusable automation blueprints?

To convert repeating workflow patterns into reusable automation blueprints, describe the recurring task sequence and run the evolution workflow to formalize it into a self-contained Skill. This process identifies patterns from inventory and generates validated blueprints for cross-session reuse.

What is the process for identifying recurring task patterns from an inventory?

Identifying recurring task patterns from an inventory involves analyzing operational observations to surface repeating sequences. The Skill evolution mechanism detects these friction-causing workflows and formalizes them into reusable automation assets, reducing manual work and memory overhead.

How do I generate a new Skill from a multi-step manual workflow?

To generate a new Skill from a multi-step manual workflow, describe the repeating pattern and apply the Phase 2-4 evolution workflow. This workflow formalizes the sequence into a Skill blueprint, requiring user approval at decision points to ensure accurate automation generation.

Can I extend an existing Skill without breaking its current behavior?

You can extend an existing Skill without breaking its current behavior by applying the evolution workflow to merge improvements. This evolution process preserves the original Skill behavior while validating changes through an integrated eval framework to enable safe reuse.

How are generated Skills validated before being added to the inventory?

Generated Skills are validated through an integrated eval framework that tests the new blueprints against expected behavior. The validation results are surfaced in pending-patterns for review, ensuring the evolved automation works correctly before final deployment.

When should I not use Skill evolution for workflow automation?

You should not use Skill evolution for workflow automation when dealing with one-off tasks or non-repeating operations. The evolution process is designed specifically to formalize recurring patterns from inventory observations into reusable blueprints, making it inefficient for isolated workflows.