What problem does it solve?
The agent-sort skill solves the issue of determining the appropriate evidence-backed ECC (Everything Configurable) install plan for a specific repository, sorting skills, commands, rules, hooks, and extras into 'DAILY' vs 'LIBRARY' buckets for a project-specific ECC surface.
Core Features & Use Cases
- Repository-aware Review: Utilizes evidence from the actual codebase for sorting.
- Parallel Review Passes: Allows classification of different components like agents, skills, commands, rules, hooks, and extras in parallel passes if available.
- Output Artifacts: Produces daily inventory, library inventory, install plan, verification report, and optional skill-library router.
- Classification Model: Categorizes components into 'DAILY' (always loaded) or 'LIBRARY' (accessible but not loaded by default).
- Evidence Sources: Uses local evidence from file extensions, package managers, framework configs, and CI/hook/configs.
Quick Start
Run the agent-sort skill with a specific repository to build a project-specific ECC install plan.