toolkit-evolution

Identify capability gaps and execute evidence-based toolkit improvement cycles.

415|44|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/notque/vexjoy-agent --skill toolkit-evolution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: toolkit-evolution
Source: https://github.com/notque/vexjoy-agent/tree/main/skills/meta/toolkit-evolution
Command: npx skills add https://github.com/notque/vexjoy-agent --skill toolkit-evolution

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Prevents the toolkit from stagnating or accumulating weak, unmeasured workflow gaps by running a structured, evidence-based self-improvement loop.

Core Features & Use Cases

  • Closed-loop self-improvement pipeline: Runs scheduled or manual discovery, diagnosis, proposal, critique, build, A/B validate, and promotion with learning recorded.
  • Evidence-gated decisions: Requires concrete routing failures, git churn signals, dream insights, and learning-db evidence; blocks speculative improvements.
  • Branch-based implementation & A/B testing: Implements top winners on isolated feature branches, validates with deterministic checks, then compares outcomes against baseline before shipping.

Quick Start

Invoke toolkit self-improvement by running /evolve --discover to find missing skills and evidence-backed improvement opportunities.

Frequently Asked Questions about toolkit-evolution

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

FAQPage Schema
How do I identify skill gaps in an automation toolkit?

Evidence-based improvement requires concrete signals like routing failures, git churn, and learning database records to block speculative changes. This ensures that proposed updates to skills and routing are validated through deterministic checks and A/B testing before promotion.

How do I run a self-improvement cycle to update agent routing?

You run a self-improvement cycle by executing a discovery process to find missing skills, diagnosing root causes from repo history, building implementations on isolated feature branches, and validating outcomes with A/B testing before promoting via PR.

Can I use A/B testing to validate new features before shipping them?

Yes, you can validate new features by implementing top winners on isolated feature branches, running deterministic validation checks, and comparing outcomes against a baseline. This A/B testing ensures only proven updates get promoted to the main toolkit.

Does the toolkit evolution process require evidence for every proposal?

Yes, the process requires concrete evidence such as routing failures, git churn signals, and learning database insights for every proposal. This evidence-gated approach blocks speculative improvements and ensures updates are driven by measured workflow gaps.

What are the limitations of automated toolkit evolution?

Automated toolkit evolution is limited by its reliance on concrete evidence; it blocks speculative improvements. It also requires multi-persona critique or a defined fallback, isolated feature-branch builds, and full cycle learnings recorded to prevent unmeasured workflow gaps.