eve-se-index
Original:🇺🇸 English
Translated
Load this first. Routes to the right Eve SE skill for developing, deploying, and debugging Eve-compatible apps.
2installs
Sourceincept5/eve-skillpacks
Added on
NPX Install
npx skill4agent add incept5/eve-skillpacks eve-se-indexTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Eve SE Index (Load First)
Use this skill as the entry point for Eve SE. It routes to the correct skill for the task.
Scope
Eve SE is for app developers using Eve to deploy and run their apps. It does not cover operating the Eve platform itself.
Quick Routing
| Need | Load this skill |
|---|---|
| Understand Eve CLI primitives | |
| Set up a new project from the starter | |
| Connect an existing repo to Eve | |
| 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 | |
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
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