What problem does it solve?
This Skill eliminates the guesswork and manual effort of curating ECC (AI agent context component) installations for software projects, solving the common problem of bloated, irrelevant default installs that add unnecessary context overhead and don't align with a repo's actual tech stack.
Core Features & Use Cases
- Evidence-Based Classification: Sorts all ECC components (skills, commands, rules, hooks, scripts, and extras) into DAILY (always loaded per session) and LIBRARY (searchable, not default-loaded) buckets using concrete evidence from the repo's code, configs, and dependencies, not generic preferences.
- Structured Review Workflow: Runs parallel or sequential review passes for different component types to speed up classification, with clear guardrails that require every DAILY classification to cite specific repo evidence.
- Actionable Outputs: Generates a complete install plan, optional searchable skill library router, and verification report to ensure the final ECC setup exactly matches the repo's stack, with no stale or incompatible components.
- Use Case: For a Python-based AI research repo using FastAPI, LangGraph, and Celery, this Skill would promote Python linting rules and LangGraph workflow skills to DAILY, and demote off-stack components like React or Swift rules to LIBRARY.
Quick Start
Use the agent-sort skill to analyze the current repository's tech stack and generate a tailored ECC install plan that only includes components relevant to the project.