Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository surface.
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-ecc-417e3a85635e ,按照其中的说明把「ecc-guide」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
Use this command as a conversational map of Everything Claude Code. It should help the user discover the right ECC surface for their task without dumping the entire README or stale catalog counts.
/ecc-guide
/ecc-guide setup
/ecc-guide skills
/ecc-guide commands
/ecc-guide hooks
/ecc-guide install
/ecc-guide find: <query>
/ecc-guide <feature-or-file-name>
Use these files as the canonical map:
README.md for install paths, reset/uninstall guidance, and high-level positioningAGENTS.md for contributor and project-structure guidanceagent.yaml for exported agent and command surfacecommands/ for maintained slash-command shimsskills/*/SKILL.md for reusable skill workflowsagents/*.md for delegated agent roleshooks/README.md and hooks/hooks.json for hook behaviormanifests/install-*.json for selective install modules, components, and profilesscripts/ci/catalog.js --json for live catalog counts when running inside ECCGive a compact menu:
Then ask what they want to do next.
For topics like skills, commands, hooks, install, or agents:
For find: <query>:
rg.For a specific feature name:
skills/<name>/SKILL.md, commands/<name>.md, and agents/<name>.md.rg./project-init for stack-aware ECC onboarding of a target project/harness-audit for deterministic repo readiness scoring/skill-health for skill quality checks/skill-create for extracting a new skill from local git history/security-scan for Claude/OpenCode configuration security review