eve-forge

Orchestrate creation, validation, and deployment of tenant-scoped eve agents.

3|2|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/broomva/skills --skill eve-forge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eve-forge
Source: https://github.com/broomva/skills/tree/main/skills/orchestration/eve-forge
Command: npx skills add https://github.com/broomva/skills --skill eve-forge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pytest, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill solves the complexity of deploying reliable, tenant-scoped eve agents by automating the pipeline from business absorption to production deployment while enforcing critical safety guardrails.

Core Features & Use Cases

  • Deterministic Safety Gates: Includes automated checks for Node versioning, deployment authentication, and tool registration to prevent common production failures.
  • End-to-End Pipeline: Manages the full lifecycle of an agent, including scaffolding, authoring, validation, deployment, and smoke testing against ground truth.
  • Use Case: When onboarding a new business client, use this Skill to transform their specific business artifacts and transcripts into a fully functional, authenticated, and verified eve agent operator.

Quick Start

Use the eve-forge skill to initialize and deploy a new agent for the specified business tenant.

Frequently Asked Questions about eve-forge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate end-to-end deployment of tenant-scoped agents?

Automate tenant-scoped agent deployment by orchestrating the full lifecycle from business artifact absorption to production, including scaffolding, safety-gated deployment, and automated smoke testing against ground-truth data.

What is the best way to deploy authenticated eve agents to Vercel?

Deploy authenticated eve agents to Vercel by using an orchestration pipeline that enforces deterministic safety gates for Node versioning, deployment authentication, and tool registration to prevent common production failures.

Do I need Node.js 24+ and Vercel CLI to orchestrate agent deployment?

Yes, orchestrating agent deployment requires Node.js 24+ and Vercel CLI integration to ensure secure, authenticated production agent operation and validate environment stability through automated safety checks.

How does automated smoke testing work for newly deployed agents?

Automated smoke testing validates newly deployed agents by running them against ground-truth data immediately after deployment, ensuring the tenant-scoped operator functions correctly before production traffic.

Why does agent deployment fail during safety gate validation?

Agent deployment fails during safety gate validation when automated checks detect incorrect Node versioning, missing deployment authentication, or incomplete tool registration, intentionally preventing common production failures.

Can I transform business transcripts into functional agents automatically?

Transform business transcripts and specific artifacts into fully functional, authenticated agents by running them through an automated pipeline that handles scaffolding, authoring, validation, and deployment.