eve-forge
Installation
SKILL.md
eve-forge — turn a business into a deployed eve agent
The orchestrator/forge (a Claude Agent SDK program) produces a deployed, tenant-scoped eve agent from a business's absorption inputs. This skill encodes the real eve workflow + every trap learned dogfooding it, and gates the consequential steps so the forge cannot repeat the benchmark's mistakes.
Latent vs deterministic split:
- Latent (agent judgment, this SKILL.md):
absorb(Word template + transcript- examples →
tenant-spec.json) andauthor(write the eveagent/files in the business's voice from the templates).
- examples →
- Deterministic (
scripts/, tested):preflight(Node ≥ 24),deploy-safety(never ship unlocked auth),validate(eve info clean),smoke(output vs ground truth). Precision work lives in code; the latent space invokes it.