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.
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "agent-sort" 技能: 1. 下载 https://raw.githubusercontent.com/affaan-m/ECC/main/skills/agent-sort/SKILL.md 2. 保存为 ~/.claude/skills/agent-sort/SKILL.md 3. 装好后重载技能,告诉我可以用了
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/…
帮助你审计、规划并落实技术与内容层面的 SEO 优化,提升搜索可见性。
帮助你为自适应智能体设计任务编排、评测门控与可复用技能提炼方案
通过逐步细化检索上下文,提升子代理任务理解与结果质量。
调用最新框架与库文档,快速回答配置、API与代码示例问题
基于多源网页检索与综合分析,生成带引用和来源标注的深度研究报告
基于 C++ Core Guidelines 提供现代、安全、惯用的 C++ 编码规范建议