Project: AI-Skills — Reusable AI skill library and registry
Classification: Active
Version: 1.0.0 (needs update)
Last updated: 2026-06-18
Next review: 2026-07-18
- 144 skills on disk (114 personas, 17 agents, 13 workflows)
- Registry, README, and filesystem are fully reconciled
bundles.yaml: 14 bundles;tools/install.sh: dynamically parsed viascripts/resolve-bundle.py- All 7
agents/analysis/schema flags corrected - Templates:
agent-template.md,workflow-template.md,skill-template-v2.mdall present - Manifest compiler (
scripts/generate-manifests.py) generates 144 manifests +_index.json - Registry generator (
scripts/generate-registry.py) produces canonicalregistry.yaml - Docs generator (
scripts/generate-docs.py) produces 6 artifacts including search index and lifecycle dashboard - 144 eval cases (100% coverage), all passing in golden mode
- 7 stable skills, 137 experimental, lifecycle-managed via
scripts/lifecycle-manager.py - Tag + trigger extraction auto-derived from SKILL.md content
- Skill search CLI (
scripts/skill-search.py) with full-text, facet, and fuzzy matching - Installer supports
--search,--info,--dry-run,--preview,--uninstall - Truth baseline: 10/10 passing ✅
- CI: strict catalog validation, eval coverage gate (≥90%), lifecycle audit, installer integration tests
- Project maturity: ~9.5/10
- Update README.md skill count to match filesystem reality (144)
- Auto-generate registry stats from disk scan
- Classify orphans: register 114 personas and 13 workflows properly
- Add missing templates:
agent-template.md,workflow-template.md
- Rewrite
tools/install.shto parsebundles.yamldynamically - Add
--with-hooksopt-in flag (listed but not auto-installed) - Fix
content-opsbundle mapping (8 skills in YAML) - Add missing bundles to installer:
project-orchestration,eve-frontier,session-management,arete-studio-ops
- Auto-derive
has_schemafrom disk presence - Remove hand-written
stats:block fromregistry.yaml(now auto-generated) - Backfill changelog or adopt generated changelog
- Introduce
manifest.yamlequivalent (manifests/*.json+_index.json) - Build manifest compiler that generates
registry.yamland README tables - Add
evals/directories with behavioral test suites (144 cases, 100% coverage)
- Auto-extract tags and triggers from SKILL.md
- Build skill-search CLI with faceted filtering
- Add lifecycle field (
experimental | beta | stable | deprecated) - Bulk-classify all 144 skills
- Add lifecycle promotion/demotion pipeline with automated gates
- Add deprecation metadata to registry
- Add lifecycle audit gate to CI
- Generate lifecycle dashboard
Fix README count✅Fix install.sh✅Add missing templates✅Auto-derive registry metadata✅
- None. All phases complete.
- README, registry.yaml, and filesystem all agree on skill counts ✅
- All templates exist ✅
- Truth baseline passes all checks ✅
- Eval coverage ≥90% (currently 100%) ✅
- Stable skills gated by promotion criteria ✅
- CI catches catalog drift, eval failures, and lifecycle violations ✅