agent-sort

Build an evidence-backed ECC install plan from repository files and configuration.

Updated May 14, 2026
One-click install
npx skills add https://github.com/WUIX69/e-lock --skill agent-sort-wuix69
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-sort
Source: https://github.com/WUIX69/e-lock/tree/main/.agent/.agents/skills/agent-sort
Command: npx skills add https://github.com/WUIX69/e-lock --skill agent-sort-wuix69

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams avoid loading a generic ECC bundle when a repository only needs a narrower, project-specific set of agents, skills, commands, rules, hooks, and extras.

Core Features & Use Cases

  • Evidence-Backed Classification: Uses the repository itself as the source of truth to decide what belongs in DAILY versus LIBRARY.
  • Install Planning: Produces a practical plan for what to keep loaded, what to keep searchable, and what to remove as incompatible.
  • Verification Workflow: Checks that the final surface matches the repo stack and that stale or off-stack components are not left active.
  • Use Case: A team inheriting a mixed ECC setup can use this Skill to quickly sort components, trim noise, and keep only the surfaces the project actually uses.

Quick Start

Ask the agent to inspect the repository and build an evidence-backed DAILY and LIBRARY ECC install plan.

Frequently Asked Questions about agent-sort

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sort repository components into daily versus library buckets?

Sort repository components into daily versus library buckets by using an evidence-backed classification plan that inspects actual repo files and configuration to determine what to keep loaded, keep searchable, or remove as incompatible.

What is the best way to plan an ECC install for a specific repository stack?

The best way to plan an ECC install is to build an evidence-backed plan from the repository's actual files, verifying that the final surface matches the repo stack and that stale or off-stack components are not left active.

How do I clean up a mixed ECC setup inherited from another team?

Clean up a mixed ECC setup by inspecting the repository to sort agents, skills, commands, rules, hooks, and extras into daily or library buckets, trimming noise and keeping only the surfaces the project actually uses.

Can I route workflow components without loading off-stack extras?

You can route workflow components without loading off-stack extras by verifying compatible surfaces through stack-aware classification, ensuring that only project-specific components are kept active while incompatible ones are removed.

When do I need an evidence-backed ECC install plan?

You need an evidence-backed ECC install plan when a repository only requires a narrower, project-specific set of components instead of a generic ECC bundle, allowing selective installation and routing based on actual repo evidence.

Why are stale or off-stack components left active in my repository?

Stale or off-stack components are left active when a verification workflow is not applied; running an evidence-backed classification checks the final surface against the repo stack to identify and remove incompatible components.