Instructions file CodexOpenCode
AGENTS.md instructions for Incept5/eve-skillpacks, covering eve skillpacks - agent instructions, syncing with eve horizon and manual sync check.
Instructions file CodexOpenCode
AGENTS.md instructions for Incept5/eve-skillpacks, covering eve skillpacks - agent instructions, syncing with eve horizon and manual sync check.
Instructions file
Claude Code instructions for Incept5/eve-skillpacks, covering eve skillpacks, sync workflow, skill authoring rules, pack structure and private skills.
Skill Claude CodeCodex
Design agent-native applications on Eve Horizon. Apply parity, granularity, composability, and emergent capability principles to make apps that agents can build, operate, and extend naturally.
Skill Claude CodeCodex
Layer agentic capabilities onto a full-stack Eve app — agents, teams, memory, events, chat, and coordination. Use when designing an app where agents are primary actors, not afterthoughts.
Skill Claude CodeCodex
Architect a full-stack application on Eve Horizon — manifest-driven services, managed databases, build pipelines, deployment strategies, secrets, and observability. Use when designing a new app, planning a migration, or evaluating your architecture.
Skill Claude CodeCodex
Build agent-friendly CLIs for Eve-compatible apps. Wrap REST APIs with domain commands, auto-auth, structured errors, and --json output. Agents use CLIs instead of curl/fetch.
Skill Claude CodeCodex
Authenticate with Eve, manage project secrets, and add SSO login to Eve-deployed apps.
Skill Claude CodeCodex
Full onboarding flow — detects auth state, handles access requests for new users, and sets up project for all users.
Skill Claude CodeCodex
Core Eve CLI primitives and capabilities for app developers. Use as the quick reference for commands and flows.
Skill Claude CodeCodex
Deploy and debug Eve-compatible apps via the CLI, with a focus on staging environments.
Skill Claude CodeCodex
Local Docker Compose development loop for Eve-compatible apps, with handoff to staging deploys.
Skill Claude CodeCodex
Author and maintain Eve manifest files (.eve/manifest.yaml) for services, environments, pipelines, workflows, and secret interpolation. Use when changing deployment shape or runtime configuration in an Eve-compatible repo.
Skill Claude CodeCodex
Configure a new Eve Horizon project after running eve init (profile, auth, manifest, and repo linkage).
Skill Claude CodeCodex
Define and run Eve pipelines and workflows via manifest and CLI. Use when wiring build, release, deploy flows or invoking workflow jobs.
Skill Claude CodeCodex
Execute software engineering plan documents using Eve jobs, dependencies, and review gating.
Skill Claude CodeCodex
Bootstrap an Eve-compatible project with org/project setup, profile defaults, repo linkage, and first deploy.
Skill Claude CodeCodex
Keep Eve-compatible repos aligned with platform best practices and current manifest conventions.
Skill Claude CodeCodex
Load this first. Routes to the right Eve SE skill for developing, deploying, and debugging Eve-compatible apps.
Skill Claude CodeCodex
Troubleshoot common Eve deploy and job failures using CLI-first diagnostics.
Skill Claude CodeCodex
Author agentic verification plans for Eve-compatible apps. Use when building structured test suites that verify app correctness AND Eve platform conformance — CLI parity, manifest conventions, SSO auth, managed migrations, fixture-driven ingestion, and agent efficiency.
Skill Claude CodeCodex
Web UI testing and browser automation. Use Vercel agent-browser for general apps, or the repo-pinned Playwright wrapper inside Eve Horizon. Use when tasks require opening pages, interacting with forms, validating UI flows, taking screenshots, extracting page data, or running repeatable browser-based checks locally or…
Skill Claude CodeCodex
Choose and combine Eve storage primitives to give agents persistent memory — short-term workspace, medium-term attachments and threads, long-term org docs and filesystem. Use when designing how agents remember, retrieve, and share knowledge.
Skill Claude CodeCodex
Analyse agent execution to find wasted tool calls, wrong turns, and blind alleys. Optimise agents to reach their goal in the fewest turns, tokens, and least time. Recommend harness/model changes — never apply without user approval.
Skill Claude CodeCodex
Monitor and debug Eve jobs with CLI follow, logs, wait, and diagnose commands. Use when work is stuck, failing, or you need fast status.