skills/agent-sort/SKILL.md
Build an evidence-backed ECC install plan for a specific repo by sorting skills, commands, rules, hooks, and extras into DAILY vs LIBRARY buckets using parallel repo-aware review passes. Use when ECC should be trimmed to what a project actually needs instead of loading the full bundle.
npx skillsauth add affaan-m/everything-claude-code agent-sortInstall 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.
Use this skill when a repo needs a project-specific ECC surface instead of the default full install.
The goal is not to guess what "feels useful." The goal is to classify ECC components with evidence from the actual codebase.
Produce these artifacts in order:
skill-library router if the project wants oneUse two buckets only:
DAILY
LIBRARY
Use repo-local evidence before making any classification:
Useful commands include:
rg --files
rg -n "typescript|react|next|supabase|django|spring|flutter|swift"
cat package.json
cat pyproject.toml
cat Cargo.toml
cat pubspec.yaml
cat go.mod
If parallel subagents are available, split the review into these passes:
agents/*skills/*commands/*rules/*If subagents are not available, run the same passes sequentially.
Establish the real stack before classifying anything:
For every candidate surface, record:
Use this format:
skills/frontend-patterns | skill | DAILY | 84 .tsx files, next.config.ts present | core frontend stack
skills/django-patterns | skill | LIBRARY | no .py files, no pyproject.toml | not active in this repo
rules/typescript/* | rules | DAILY | package.json + tsconfig.json | active TS repo
rules/python/* | rules | LIBRARY | zero Python source files | keep accessible only
Promote to DAILY when:
Demote to LIBRARY when:
Translate the classification into action:
.claude/skills/skill-libraryIf the repo already uses selective installs, update that plan instead of creating another system.
If the project wants a searchable library surface, create:
.claude/skills/skill-library/SKILL.mdThat router should contain:
Do not duplicate every skill body inside the router.
After the plan is applied, verify:
Return a compact report with:
If the next step is interactive installation or repair, hand off to:
configure-eccIf the next step is overlap cleanup or catalog review, hand off to:
skill-stocktakeIf the next step is broader context trimming, hand off to:
strategic-compactReturn the result in this order:
STACK
- language/framework/runtime summary
DAILY
- always-loaded items with evidence
LIBRARY
- searchable/reference items with evidence
INSTALL PLAN
- what should be installed, removed, or routed
VERIFICATION
- checks run and remaining gaps
tools
Garbage collection for your Claude Code configuration. Periodically scans ~/.claude (skills, memory, hooks, permissions, MCP servers, caches) for redundant, stale, orphaned, or low-value items, then walks the user through a confirm-each-deletion cleanup. Use when the user says "clean up my config", "config GC", "too many skills", "audit my setup", "my .claude is bloated", or asks for a periodic config review.
data-ai
当用户希望通过并行工作、并发 agents、批量工具调用、隔离 worktree 或多条独立验证通道来大幅加速任务、同时不损失正确性时使用。
documentation
在回答之前先读取仓库的实时状态,引导用户了解 ECC 当前的 agents、skills、命令、hooks、规则、安装配置档案以及项目接入流程。
testing
Fact-forcing gate that blocks Edit/Write/Bash (including MultiEdit) and demands concrete investigation (importers, data schemas, user instruction) before allowing the action. Measurably improves output quality by +2.25 points vs ungated agents.