eve-se-index
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseEve SE Index (Load First)
Eve SE 索引(优先加载)
Use this skill as the entry point for Eve SE. It routes to the correct skill for the task.
将此技能作为Eve SE的入口点。它会为对应任务匹配正确的技能。
Scope
适用范围
Eve SE is for app developers using Eve to deploy and run their apps. It does not cover operating the Eve platform itself.
Eve SE 面向使用Eve部署和运行应用的开发者。它不涵盖Eve平台本身的运维操作。
Quick Routing
快速路由
| Need | Load this skill |
|---|---|
| Full onboarding (new or existing user) | |
| Understand Eve CLI primitives | |
| Set up a new project from the starter | |
| Connect an existing repo to Eve (already authed) | |
| Implement a plan via Eve jobs | |
| Edit the manifest | |
| Configure auth + secrets | |
| Local docker-compose dev loop | |
| Deploy to staging + debug | |
| Pipelines + workflows | |
| Troubleshoot failures | |
| Keep repo aligned with platform | |
| Web UI testing with agent-browser | |
| Author verification plans for an app | |
| Design an agent-native app | |
| 需求 | 加载此技能 |
|---|---|
| 完整入门引导(新用户或现有用户) | |
| 了解Eve CLI基础概念 | |
| 从模板创建新项目 | |
| 将现有代码仓库关联到Eve(已完成身份验证) | |
| 通过Eve任务实现计划 | |
| 编辑清单文件 | |
| 配置身份验证与密钥 | |
| 本地docker-compose开发循环 | |
| 部署到预发布环境并调试 | |
| 流水线与工作流 | |
| 故障排查 | |
| 保持代码仓库与平台同步 | |
| 使用agent-browser进行Web UI测试 | |
| 为应用编写验证计划 | |
| 设计原生Agent应用 | |
Default Workflow (Local -> Staging)
默认工作流(本地 -> 预发布环境)
- Run locally with Docker Compose: .
eve-local-dev-loop - Ensure manifest matches runtime: .
eve-manifest-authoring - Set secrets and auth: .
eve-auth-and-secrets - Deploy to staging and debug: .
eve-deploy-debugging
- 使用Docker Compose在本地运行:。
eve-local-dev-loop - 确保清单文件与运行时一致:。
eve-manifest-authoring - 设置密钥与身份验证:。
eve-auth-and-secrets - 部署到预发布环境并调试:。
eve-deploy-debugging
What This Pack Does NOT Cover
本工具包不涵盖的内容
- Running Eve Horizon itself (k8s, docker, infra)
- Platform operator workflows (, cluster secrets)
./bin/eh
If you need platform operations, load the private pack instead.
eve-dev- Eve Horizon本身的运行(k8s、docker、基础设施)
- 平台运维工作流(、集群密钥)
./bin/eh
如果您需要平台运维相关内容,请加载私有工具包。
eve-dev