evolution
This skill enables makepad-skills to self-improve continuously during development.
npx skills add sickn33/agentic-awesome-skills --skill evolution --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Makepad Skills Evolution This skill enables makepad-skills to self-improve continuously during development. ## When to Use - You are maintaining `makepad-skills` and want the skill library to improve itself during development. - You need the workflow for deciding when a new pattern should become a skill update or hook-driven evolution. - You are working on self-correction, self-validation, or version adaptation for the skill set. ## Quick Navigation | Topic | Description | |-------|-------------| | Collaboration Guidelines | **Contributing to makepad-skills** | | [Hooks Setup](#hooks-based-auto-triggering) | Auto-trigger evolution with hooks | | [When to Evolve](#when-to-evolve) | Triggers and classification | | [Evolution Process](#evolution-process) | Step-by-step guide | | [Self-Correction](#self-correction) | Auto-fix skill errors | | [Self-Validation](#self-validation) | Verify skill accuracy | | [Version Adaptation](#version-adaptation) | Multi-branch support | --- ## Hooks-Based Auto-Triggering For reliable automatic triggering, use Claude Code hooks. Install with `--with-hooks`: ```bash # Install makepad-skills with hooks enabled tmpdir="$(mktemp -d)" trap 'rm -rf "$tmpdi
- When to Use
- Quick Navigation
- Hooks-Based Auto-Triggering
- What Hooks Do
- Skill Routing and Bundling
- Context Detection
- Skill Dependencies
- Example
- When to Evolve
- Evolution Process
- Step 1: Identify Knowledge Worth Capturing
- Step 2: Classify the Knowledge
- Step 3: Format the Contribution
- Step 4: Mark Evolution (NOT Version)
Install makepad-skills with hooks enabled trap 'rm -rf "$tmpdir"' EXIT curl -fsSLo "$tmpdir/makepad-skills-install.sh" https://raw.githubusercontent.com/ZhangHanDong/makepad-skills/main/install.sh cat "$tmpdir/makepad-skills-install.sh" # review the full installer before executing bash "$tmpdir/makepad-skills-install.sh" --with-hooks Create branch for your contribution git checkout -b evolution/add-loading-pattern Commit your changes git add robius-widget-patterns/_base/my-pattern.md git commit -m "evolution: add loading state pattern from my-app"
What does the evolution skill do?
This skill enables makepad-skills to self-improve continuously during development.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill evolution --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.