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.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "agent-sort" skill from askskill: 1. Download https://raw.githubusercontent.com/affaan-m/ECC/main/skills/agent-sort/SKILL.md 2. Save it as ~/.claude/skills/agent-sort/SKILL.md 3. Reload skills and tell me it's ready
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/…
Learn idiomatic Go patterns and best practices for robust, maintainable applications.
Design reliable deployment workflows, CI/CD pipelines, and production release strategies.
Audit, plan, and implement SEO improvements for better search visibility.
Apply modern, safe, idiomatic C++ standards for writing, review, and refactoring.
Run pre-release verification for Spring Boot builds, tests, scans, and diffs.
Improve interface polish through spacing, typography, motion, and interaction details.