feat(cli): add deployment agent skill for Claude Code#118
Merged
Conversation
Adds a structured SKILL.md runbook that enables AI agents (Claude Code, etc.) to deploy, upgrade, verify, and manage EigenCloud apps via the ecloud CLI. Built from live CLI discovery (v0.4.0) and verified against current docs. Includes: - Sequential gate-based deployment flow with pass/fail checks - Verifiable build pipeline instructions - Instance type reference with TEE mapping - Error recovery table with output parsing - Rollback procedure - Full CLI flag reference (references/cli-reference.md) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The CLI's own --help output is the authoritative flag reference. No need to duplicate it in a separate file. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Additions from end-to-end deploy testing (CitiBike API to EigenCompute): - Expanded environment docs: sepolia = testnet first, mainnet-alpha = production - Gate 4: post-deploy profile setup (dashboard naming, verifiable builds) - Note that --name flag != dashboard display name (requires profile set) - Profile name cannot contain spaces - 4 new error recovery entries (425 logs, unnamed apps, profile names, mainnet delay) - 3 new internal notes (attestation not surfaced, mainnet slower, tee-0x hostname) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
seanmcgary
approved these changes
Apr 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
SKILL.mdatpackages/cli/skills/deploy/that enables AI agents (Claude Code, etc.) to deploy, upgrade, verify, and manage EigenCloud apps via the ecloud CLIWhat this enables
An AI agent given this skill can autonomously:
--jsonon most commands)Key design decisions
ecloud <command> --helpfor exact flags rather than a separate reference docTest plan
🤖 Generated with Claude Code