一键导入
everything-code
Apply ECC engineering patterns in Hermes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Apply ECC engineering patterns in Hermes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Configure, extend, or contribute to Hermes Agent.
Map any code project with @wesleysimplicio/llm-project-mapper before doing work, so the Hermes Turbo Agent has the AGENTS.md / INIT.md / specs / skills scaffolding it needs to ship effectively.
Use RTK CLI (https://github.com/rtk-ai/rtk) to cut tokens during repo exploration and verbose validation
Delegate work with compact subagent outputs.
| name | everything-code |
| description | Apply ECC engineering patterns in Hermes. |
| version | 1.0.0 |
| author | Affaan Mustafa (@affaan-m), adapted by Hermes Agent. |
| license | MIT |
| platforms | ["linux","macos","windows"] |
| metadata | {"hermes":{"category":"software-development","tags":["engineering","context","evals","workflows","performance"],"related_skills":["autonomous-ai-agents/cavecrew","software-development/subagent-driven-development","software-development/test-driven-development"]}} |
Everything Code is a Hermes adaptation of the useful, general-purpose parts of Everything Claude Code: context budget discipline, eval-first engineering, codebase onboarding, focused review loops, and cost-aware agent orchestration.
It does not import the full Everything Claude Code repository into context. Instead, it keeps the default behavior small and points Hermes toward the highest-leverage workflow habits.
Use this skill for software work where the agent should be faster and more deliberate without losing verification discipline.
Good fits:
Expected Hermes capabilities:
search_files for repository reconnaissanceread_file for exact local contextpatch for scoped editsterminal for tests, benchmarks, and project commandsdelegate_task for independent subagent workNo ECC CLI, Claude Code plugin, MCP server, or hook installation is required.
Start with the smallest workflow that can prove progress.
For a new repo, perform quick onboarding:
For implementation, use an eval-first loop:
Default decision rules:
Context budget checklist:
loaded context:
- repo instructions
- active skill text
- relevant files
- current diff
- latest test output
trim:
- stale investigation notes
- duplicate diagrams
- broad file dumps
- old benchmark claims
- unrelated docs
For code changes, report:
Attribution: adapted from affaan-m/everything-claude-code concepts.