| name | ecc-guide |
| description | Navigation guide cho ECC — onboarding, tìm skills/agents/commands phù hợp, setup, troubleshooting. Dùng khi cần hỏi 'làm X với ECC như thế nào?' |
| origin | ECC |
| user-invocable | true |
ECC Guide — Navigation & Onboarding
Hỗ trợ navigation trong Everything Claude Code (ECC): tìm skill đúng, setup, troubleshoot.
Khi nào dùng
- Hỏi "làm X với ECC như thế nào?"
- Cần tìm skill/agent/command phù hợp
- Setup ECC cho project mới
- Troubleshoot khi ECC không hoạt động đúng
Install
npm install -g ecc-universal
plugin install ecc@ecc
bash install.sh
.\install.ps1
Tìm skill phù hợp
ls ~/.claude/skills/
grep -r "your-topic" ~/.claude/skills/*/SKILL.md -l
ls ~/.claude/skills/skill-name/
Skills vs Commands
| Skills | Commands |
|---|
| Gọi bằng | /skill-name | /cmd-name |
| Loại | Primary interface | Legacy shims |
| Nên dùng | Ưu tiên skills | Fallback |
Harnesses được hỗ trợ
| Platform | Config dir |
|---|
| Claude Code | .claude/ |
| Cursor | .cursor/ |
| OpenCode | .opencode/ |
| Codex | .codex/ |
| Zed | .zed/ |
| Gemini CLI | .gemini/ |
Project setup
/project-init
cat install-plan.json
node install-apply.js
Troubleshoot
ecc doctor
ecc list-installed
ecc repair
cat ~/.claude/settings.json | grep hooks
Nguyên tắc quan trọng
"Answer from current files, not memory. ECC changes quickly — hard-coded feature lists go stale."
Luôn verify component tồn tại trước khi recommend.
Source
https://github.com/affaan-m/ECC · 215K⭐