بنقرة واحدة
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.