EVALUATION.md
Date: 2026-03-21
Branch: claude/evaluate-repo-comparison-ASZ9Y
~/.claude/)The active Claude Code installation is near-minimal:
| Component | Current |
|---|---|
| Agents | 0 |
| Skills | 0 installed |
| Commands | 0 |
| Hooks | 1 (Stop: git check) |
| Rules | 0 |
| MCP configs | 0 |
Installed hooks:
Stop → stop-hook-git-check.sh — blocks session end if there are uncommitted changes or unpushed commitsInstalled permissions:
Skill — allows skill invocationsPlugins: Only blocklist.json (no active plugins installed)
everything-claude-code v1.9.0)| Component | Repo |
|---|---|
| Agents | 28 |
| Skills | 116 |
| Commands | 59 |
| Rules sets | 12 languages + common (60+ rule files) |
| Hooks | Comprehensive system (PreToolUse, PostToolUse, SessionStart, Stop) |
| MCP configs | 1 (Context7 + others) |
| Schemas | 9 JSON validators |
| Scripts/CLI | 46+ Node.js modules + multiple CLIs |
| Tests | 58 test files |
| Install profiles | core, developer, security, research, full |
| Supported harnesses | Claude Code, Codex, Cursor, OpenCode |
rm -rf, force pushes)The repo provides specialized agents for every major workflow:
Domain knowledge modules covering:
/tdd, /plan, /e2e, /code-review — core dev workflows/sessions, /save-session, /resume-session — session persistence/orchestrate, /multi-plan, /multi-execute — multi-agent coordination/learn, /skill-create, /evolve — continuous improvement/build-fix, /verify, /quality-gate — build/quality automationLanguage-specific coding style, patterns, testing, and security guidelines for: TypeScript, Python, Go, Java, Kotlin, Rust, C++, C#, Swift, Perl, PHP, and common/cross-language rules.
Run ecc install --profile core to get:
Run ecc install --profile full to get all 28 agents, 116 skills, and 59 commands.
The current Stop hook is solid. The repo's hooks.json adds:
Adding language rules (e.g., TypeScript, Python) provides always-on coding guidelines without relying on per-session prompts.
stop-hook-git-check.sh Stop hook is production-quality and already enforces good git hygieneSkill permission is correctly configuredThe current setup is essentially a blank slate with one well-implemented git hygiene hook. This repo provides a complete, production-tested enhancement layer covering agents, skills, commands, hooks, and rules — with a selective install system so you can add exactly what you need without bloating the configuration.