skills/skill-curator/SKILL.md
Autonomous skill lifecycle manager. Reviews skill-compounder drafts, promotes high-confidence patterns, merges duplicates, archives low-quality drafts. Zero manual review required - runs on every session start.
npx skillsauth add vibeeval/vibecosystem skill-curatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Autonomous skill lifecycle system. Works in partnership with skill-compounder to close the loop: observe -> draft -> review -> promote.
1. You work normally (no manual action needed)
2. skill-compounder (Stop hook) detects successful patterns
3. Draft written to ~/.claude/skills-drafts/
4. skill-curator (SessionStart hook) reviews all drafts
5. Drafts are either:
- PROMOTED to ~/.claude/skills/ (confidence >= 80, no duplicates)
- MERGED with existing similar skill
- ARCHIVED to ~/.claude/skills-drafts/archive/ (confidence < 50)
- KEPT in drafts for next review (50-79, needs more evidence)
A draft is auto-promoted when ALL of these are true:
| Criterion | Threshold | |-----------|-----------| | Confidence | >= 80 | | Occurrences | >= 3 (or category is error-recovery) | | Uniqueness | Not duplicate of existing skill | | Age | Less than 14 days old | | Category | One of: repeated-workflow, error-recovery, domain-pattern |
A draft is auto-archived when ANY of these are true:
Before promoting, check against existing skills:
If duplicate found, either merge evidence into existing skill or archive.
Drafts live in ~/.claude/skills-drafts/<name>.md:
---
name: pattern-abc123
description: "Procedural pattern: Read -> Edit -> Test -> Commit"
category: repeated-workflow
confidence: 85
occurrences: 7
source_session: s-xyz789
generated_at: 2026-04-12T03:45:00Z
status: draft
---
When promoted, status: draft becomes status: active.
Tracked in ~/.claude/skill-evolution.jsonl:
development
Goal-based workflow orchestration - routes tasks to specialist agents based on user goals
tools
Wiring Verification
development
Connection management, room patterns, reconnection strategies, message buffering, and binary protocol design.
testing
VP Engineering perspective - org design (team topologies), process improvement, cross-team dependencies, engineering culture, OKRs, incident management maturity, platform strategy, DX optimization, release management at scale