zeus-init

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

A first-time setup workflow for a Zeus project, creating its configuration, folders, project goals, and initial history entry.

In plain words
What is it for?
Use it to start a new Zeus project or import an existing codebase, while confirming the project details before files are created.
Why use it?
It establishes the project information that the other Zeus workflows need before planning or execution can begin.

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-init
Any agent
npx skills add huifer/zeus --skill zeus-init
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-init

README.md
[![agentmods](https://agentmods.dev/badge/skills/huifer/zeus/zeus-init.svg)](https://agentmods.dev/skills/huifer/zeus/zeus-init)
Your own site
<a href="https://agentmods.dev/skills/huifer/zeus/zeus-init"><img src="https://agentmods.dev/badge/skills/huifer/zeus/zeus-init.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 941 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.00046 $0.00941
Opus 5 $0.00023 $0.00470
Sonnet 5 $0.00009 $0.00188
Haiku 4.5 $0.00005 $0.00094

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

Security

Grade A, and why

zeus-init 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 4d 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-init/SKILL.md · 153 lines

How it starts

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

Zeus Init - Bootstrap Contract

Use this skill as the mandatory first step before any other /zeus:* workflow.

Non-negotiable rules

  1. Ask one question per message and wait for the user's response.
  2. Never create planning artifacts before config baseline is valid.
  3. Always append an AI log after write operations.
  4. If initialization already exists, require explicit user confirmation before overwrite.

Preconditions

  • Workspace contains .zeus/ scaffold and schema files.
  • You can write under .zeus/main/.
  • Git repository is available (or can be initialized).

Brownfield mode

When --import-existing is provided:

  • Read .zeus/{version}/codebase-map.json if present.
  • Read .zeus/{version}/existing-modules.json if present.
  • Pre-fill project.domain and project.tech_stack from discovered artifacts.
  • Keep one-question loop to let user confirm or override inferred values.

Required context files

  • .zeus/schemas/config.schema.json
  • .zeus/main/config.json (if already present)
  • .zeus/main/evolution.md (if already present)

Deterministic workflow

1) Initialization state check

Inspect whether .zeus/main/config.json exists and has a non-empty project.name.

  • If initialized: explain current state and ask whether to re-initialize.
  • If user declines: stop and suggest /zeus:status.
  • If not initialized: continue.

2) Collect baseline inputs (single question loop)

Collect, in this exact order:

  1. Project name
  2. Primary domain (optional)
  3. Technology stack
  4. Version intent (single version or future v2/v3 tracks)

If --import-existing is active, show inferred values before each question as defaults.

3) North star metric proposal

Propose one recommended metric bundle with rationale and editable weights.

Output template:

Recommended metric strategy:

North star: {metric_name}
Weights:
- {metric_a}: {weight} ({reason})
- {metric_b}: {weight} ({reason})

Choose one:
A) Accept
B) Adjust weights
C) Fully customize

Read the full file on GitHub · 153 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. 4d ago First seen · 153 lines · 0 tokens per session scan A c6982bc7b934

Subscribe to this mod's changes

zeus-init is a skill published in the GitHub repository huifer/zeus (21 stars, last pushed 4mo ago), licensed MIT. It adds 46 tokens to every session and 941 once invoked, about $0.0002 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

deno-sandbox

Use when building features that execute untrusted user code, AI-generated code, or need isolated code execution environments. Covers the @deno/sandbox SDK.

denoland/skills · 36 tokens

deno-frontend

Use when building a web frontend with Deno — running React, Vite, Astro, SvelteKit, Next.js, Nuxt or other npm frameworks under Deno, or working with Fresh, Deno's own island-architecture framework. Covers which path to pick, Fresh 2.x routes, handlers, islands, Preact signals, Tailwind, and Fresh 1.x to 2.x migration.

denoland/skills · 88 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

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

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