读取 ECC 实时仓库信息,指导用户了解代理、技能、命令与项目接入流程
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "ecc-guide" 技能: 1. 下载 https://raw.githubusercontent.com/affaan-m/ECC/main/skills/ecc-guide/SKILL.md 2. 保存为 ~/.claude/skills/ecc-guide/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先读取 ECC 当前仓库内容,再告诉我现在有哪些 agents 和 skills,可按用途分组,并说明各自适合什么场景。
基于当前仓库的代理与技能清单,含用途分类和适用场景说明。
请根据 ECC 最新仓库,整理所有 commands 和 hooks,说明它们的触发方式、作用以及使用限制。
一份结构化说明,列出命令与钩子的触发条件、功能和限制。
请先阅读 ECC 仓库中的 install profiles、rules 和 onboarding 相关内容,再给我一个新项目接入 ECC 的分步指南。
一份按步骤编排的项目接入指南,涵盖安装配置、规则理解与初始化流程。
Use this skill when a user needs help understanding, navigating, installing, or choosing parts of Everything Claude Code.
Use this skill when the user:
Answer from current files, not memory. ECC changes quickly, so hard-coded catalog counts, feature lists, and install instructions go stale.
When the ECC repository is available, inspect the relevant files before giving a concrete answer:
node scripts/ci/catalog.js --json
find skills -maxdepth 2 -name SKILL.md | sort
find commands -maxdepth 1 -name '*.md' | sort
find agents -maxdepth 1 -name '*.md' | sort
node scripts/install-plan.js --list-profiles
node scripts/install-plan.js --list-components --json
Use the smallest set of reads needed for the user's question.
README.md: install paths, uninstall/reset guidance, public positioning, FAQsAGENTS.md: contributor guidance and project structureagent.yaml: exported gitagent surface and command listcommands/: maintained slash-command compatibility shimsskills/*/SKILL.md: reusable workflows and domain playbooksagents/*.md: delegated subagent role promptsrules/: language and harness ruleshooks/README.md, hooks/hooks.json, scripts/hooks/: hook behavior and safety gatesmanifests/install-*.json: selective install modules, components, profiles, and target supportdocs/: harness guides, architecture notes, translated docs, release docsLead with the answer, then give the next action. Most users do not need a full catalog dump.
Good first response shape:
Avoid:
Give a short menu:
Point to README.md for install/reset and /project-init for project-specific onboarding.
For "what should I use for X?":
skills/, commands/, and agents/.Useful searches:
rg -n "<query>" skills commands agents docs
find skills -maxdepth 2 -name SKILL.md | sort
Use managed install paths:
node scripts/install-plan.js --list-profiles
node scripts/install-plan.js --profile minimal --target claude --json
node scripts/install-apply.js --profile minimal --target claude --dry-run
For specific skill installs:
node scripts/install-plan.js --skills <skill-id> --target claude --json
node scripts/install-apply.js --skills <skill-id> --target claude --dry-run
Warn users not to stack plugin installs and full manual/profile installs unless they intentionally want duplicate surfaces.
Use /project-init when the user wants ECC configured for a target repo. The expected sequence is:
…
帮助开发者为代码代理配置性能优化、安全防护与研究优先工作流。
提供数据库迁移、回滚与零停机发布的最佳实践指导,适用于多种 ORM 与 SQL 数据库。
通过双评审智能体对结果进行对抗式校验,提升输出发布前的可靠性
帮助你掌握地道 Rust 模式、所有权与并发实践,编写安全高性能应用。
基于 C++ Core Guidelines 编写、审查并重构更安全现代的 C++ 代码。
为 Claude Code 会话提供系统化校验流程,帮助检查结果正确性与质量。
指导用户了解 ECC 的代理、技能、命令与项目接入流程,并先读取仓库信息再回答。
为特定代码仓库审查所需组件,并生成精简的 ECC 安装分类方案。
审计ECC工具与代理的成本消耗,并量化提示词令牌计算效率。
交互式安装并配置 Claude Code 技能与规则,支持用户级或项目级部署优化。
用于审计 ECC Tools 的成本与计费异常,快速定位滥用、泄漏与重复任务来源。
用于仓库命令执行、CI排障与小范围修复,并提供可核验执行证据。