incept5/eve-skillpacks▌
24 approved skills in this repository
eve-fullstack-app-design
Frontend
Architect applications where the manifest is the blueprint, the platform handles infrastructure, and every design decision is intentional.
eve-agentic-app-design
Frontend
Transform a full-stack app into one where agents are primary actors — reasoning, coordinating, remembering, and communicating alongside humans.
sync-horizon
Productivity
Synchronize eve-skillpacks with the latest state of the eve-horizon repository.
eve-read-eve-docs
Documents
Purpose: provide a compact, public, always-available distillation of Eve Horizon system docs. Use this when private system docs are not accessible.
eve-cli-primitives
Productivity
Use this skill as the command map for Eve. Keep examples short and concrete.
eve-deploy-debugging
Productivity
Use these steps to deploy and diagnose app issues quickly.
eve-bootstrap
Productivity
One skill that handles everything from zero to a working Eve project. It detects whether you're already authenticated and adapts:
eve-repo-upkeep
Productivity
Keep an app repo current with Eve conventions. The checks are independent — run them in parallel when multiple areas need attention.
eve-se-index
Productivity
Use this skill as the entry point for Eve SE. It routes to the correct skill for the task.
eve-troubleshooting
Productivity
Use CLI-first diagnostics. Do not assume cluster access.
eve-job-debugging
Productivity
$1f
eve-auth-and-secrets
Productivity
Use this workflow to log in to Eve and manage secrets for your app.
eve-local-dev-loop
Productivity
Use this skill to run and test the app locally with Docker Compose, then hand off to Eve for staging deploys.
eve-new-project-setup
Productivity
Use this after a developer has run eve init and needs to configure the project for Eve Horizon.
eve-agent-native-design
Frontend
Build applications where agents are first-class citizens — not afterthoughts.
eve-web-ui-testing-agent-browser
Frontend
Use agent-browser as the default CLI for deterministic UI checks.
eve-agent-memory
Productivity
Agents on Eve Horizon have no built-in "memory" primitive, but the platform provides storage systems at every timescale. This skill teaches how to compose them into coherent memory for agents that learn, remember, and share.
eve-manifest-authoring
Productivity
Keep the manifest as the single source of truth for build and deploy behavior.
eve-project-bootstrap
Productivity
Use this flow to connect an existing repo to Eve and get the first deploy running.
eve-job-lifecycle
Productivity
Use jobs as the unit of work and keep phases explicit.
eve-skill-distillation
Productivity
Use this workflow to turn repeated patterns into reusable skills.
eve-pipelines-workflows
Productivity
Use these patterns to automate build and deploy actions and invoke workflow jobs.
eve-orchestration
Productivity
This skill explains how to orchestrate complex work in Eve Horizon by spawning child jobs, managing dependencies, and maximizing parallel execution while respecting depth limits.
eve-plan-implementation
Productivity
Translate a plan document into Eve jobs, parallelize work, and drive review/verification through job phases and dependencies.