zeus-evolve

zeus-evolve is a skill for Claude Code, Codex from huifer/zeus. It costs 52 tokens per session (602 once invoked), scanned A, original, MIT.

A version-splitting tool for Zeus projects. It creates a separate version folder when feedback shows that a product needs a different direction that the current version cannot reasonably include.

In plain words
What is it for?
Use it to create a numbered version with its own feedback, planning, specifications, logs, configuration, and written explanation of how it differs from the main version.
Why use it?
It keeps a major product variation separate while inheriting the main version's settings. This avoids mixing different goals and decisions in one project track.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/huifer/zeus/zeus-evolve
Any agent
npx skills add huifer/zeus --skill zeus-evolve
Clone the repo
git clone --depth 1 https://github.com/huifer/zeus

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for zeus-evolve

README.md
[![agentmods](https://agentmods.dev/badge/skills/huifer/zeus/zeus-evolve.svg)](https://agentmods.dev/skills/huifer/zeus/zeus-evolve)
Your own site
<a href="https://agentmods.dev/skills/huifer/zeus/zeus-evolve"><img src="https://agentmods.dev/badge/skills/huifer/zeus/zeus-evolve.svg" alt="Measured on agentmods" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 602 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00052 $0.00602
Opus 5 $0.00026 $0.00301
Sonnet 5 $0.00010 $0.00120
Haiku 4.5 $0.00005 $0.00060

Measured 5d ago against content hash 7478c5161d7a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

zeus-evolve scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/zeus-evolve/SKILL.md · 103 lines

How it starts

The opening of the file, as written. The whole thing — 103 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Zeus Evolve - Version Split Protocol

Create a new version track when feedback indicates structural divergence from current roadmap.

Preconditions

  • Evolution rationale exists (from feedback or direct input).
  • .zeus/main/config.json exists and is writable.
  • New version identifier is not already used.

Deterministic workflow

1) Confirm evolution rationale

Collect:

  • target segment,
  • unmet needs,
  • why current version cannot absorb this via normal iteration.

2) Resolve next version ID

Detect latest existing vN and choose next available by default.

If --version is provided, validate uniqueness.

3) Confirm creation plan

Display summary and require user confirmation.

4) Create folder structure

mkdir -p .zeus/v{N}/feedback
mkdir -p .zeus/v{N}/ai-logs
mkdir -p .zeus/v{N}/specs

5) Write version config

Create .zeus/v{N}/config.json with:

  • inherits: main,
  • project/version metadata,
  • version-specific north star,
  • overrides.description documenting strategic difference.

6) Initialize empty artifacts

Create:

  • prd.json
  • task.json
  • roadmap.json
  • ui-design.md
  • evolution.md

7) Register version in main config

Update .zeus/main/config.json versions.active and versions.folders.

8) Append evolution records

  • append EVOLVE entry to .zeus/main/evolution.md
  • write INIT entry in .zeus/v{N}/evolution.md

9) Optional branch creation

If user opts in:

git checkout -b zeus/v{N}-{slug}

10) Commit changes

git add .zeus/v{N}/ .zeus/main/config.json .zeus/main/evolution.md
git commit -m "chore(zeus): initialize v{N} evolution - {reason}"

11) Write AI log

Create .zeus/v{N}/ai-logs/{ISO-ts}-evolve.md with 3-section contract.

Output contract

  • new .zeus/vN/ workspace,
  • updated main version registry,
  • dual evolution timeline entries,
  • explicit next step recommendation.

Agent collaboration

Use zeus-analyst to verify evolution confidence and boundary rationale.

Read the full file on GitHub · 103 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 103 lines · 0 tokens per session scan A 7478c5161d7a

Subscribe to this mod's changes

zeus-evolve is a skill published in the GitHub repository huifer/zeus (22 stars, last pushed 5mo ago), licensed MIT. It adds 52 tokens to every session and 602 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

web-static

Build modern static websites using semantic HTML and CSS without external dependencies or build systems. Also owns the verification loop for such sites — drives the rendered pages through Chrome DevTools MCP (console, accessibility snapshot, viewport resize, dark/reduced-motion emulation, Lighthouse), executes the…

AdamBien/airails · 183 tokens

zcfg

Integrate zcfg (Zero Dependency Configuration Utility) into Java applications. Use when adding configuration loading, reading properties files, setting up application configuration, or integrating zcfg into a Java project. Triggers on "zcfg", "add configuration", "load properties", "application configuration with…

AdamBien/airails · 75 tokens

web-performance-reviewer

Review web frontends for performance issues by driving the rendered site through Chrome DevTools MCP — throttled performance traces, Core Web Vitals judged against thresholds, network waterfall analysis, and heap-snapshot leak checks for SPAs. Composes on top of web-static, web-sprinkles, or web-components. Strictly…

AdamBien/airails · 193 tokens

zargs

Add zero-dependency argument parsing to Java CLI applications using the zargs pattern — an enum-based argument parser. Use when adding CLI argument parsing, command-line option handling, or adding options to a Java project. Triggers on "zargs", "argument parsing", "CLI arguments", "command-line options", "parse…

AdamBien/airails · 90 tokens

zcl

Add colored terminal output to Java applications using zcl (Zero-dependency Colour Logger). Use when adding colored console output, terminal logging with colors, ANSI color support, or integrating zcl into a Java project. Triggers on "zcl", "colored output", "colored logging", "terminal colors", "ANSI colors"…

AdamBien/airails · 85 tokens

zunit

Generate and run zunit tests for java-cli-app projects. Use when asked to create tests, write tests, add tests, or generate test files for a java-cli-app project. Triggers on "zunit", "write tests", "create tests", "add tests", "test this", "generate tests", or requests to test a java-cli-app application. Also trigger…

AdamBien/airails · 111 tokens