incept5
- 27 skills
- 0 followers
- 1 week ago last updated
- ▌ Eve Pipelines Workflows · incept5Define and run Eve pipelines and workflows via manifest and CLI. Use when wiring build, release, deploy flows or invoking workflow jobs.
- ▌ Eve Plan Implementation · incept5Execute software engineering plan documents using Eve jobs, dependencies, and review gating.
- ▌ Eve Agent Optimisation · incept5Analyse 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.
- ▌ Eve Skill Distillation · incept5Distill repeated work into Eve skillpacks by creating or updating skills with concise instructions and references. Use when a workflow repeats or knowledge should be shared across agents.
- ▌ Eve Agentic App Design · incept5Layer 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.
- ▌ Eve Agent Native Design · incept5 bundleDesign 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.
- ▌ Eve Fullstack App Design · incept5Architect 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.
- ▌ Eve Web UI Testing Agent Browser · incept5 bundleWeb 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 in CI.
- ▌ Eve App CLI · incept5Build 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.
- ▌ Eve Se Index · incept5Load this first. Routes to the right Eve SE skill for developing, deploying, and debugging Eve-compatible apps.
- ▌ Eve Bootstrap · incept5Full onboarding flow — detects auth state, handles access requests for new users, and sets up project for all users.
- ▌ Eve Repo Upkeep · incept5Keep Eve-compatible repos aligned with platform best practices and current manifest conventions.
- ▌ Eve CLI Primitives · incept5Core Eve CLI primitives and capabilities for app developers. Use as the quick reference for commands and flows.
- ▌ Eve Local Dev Loop · incept5Local Docker Compose development loop for Eve-compatible apps, with handoff to staging deploys.
- ▌ Eve Agent Memory · incept5 bundleChoose 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.
- ▌ Eve Troubleshooting · incept5Troubleshoot common Eve deploy and job failures using CLI-first diagnostics.
- ▌ Eve Job Debugging · incept5Monitor and debug Eve jobs with CLI follow, logs, wait, and diagnose commands. Use when work is stuck, failing, or you need fast status.
- ▌ Eve Job Lifecycle · incept5Create, manage, and review Eve jobs, phases, and dependencies. Use when running knowledge work in Eve or structuring job hierarchies.
- ▌ Eve Orchestration · incept5 bundleOrchestrate jobs via depth propagation, parallel decomposition, relations, and control signals
- ▌ Eve Read Eve Docs · incept5 bundleLoad first. State-today index of distilled Eve Horizon system docs with task-based routing for CLI/API usage, manifests, pipelines, jobs, secrets, agents, builds, events, and debugging.
- ▌ Eve Auth And Secrets · incept5 bundleAuthenticate with Eve, manage project secrets, and add SSO login to Eve-deployed apps.
- ▌ Eve Deploy Debugging · incept5Deploy and debug Eve-compatible apps via the CLI, with a focus on staging environments.
- ▌ Sync Horizon · incept5 bundleSync eve-skillpacks with latest eve-horizon changes. Goes deep into plans, code, and commits to understand what shipped — then cascades to skills and reference docs.
- ▌ Eve New Project Setup · incept5Configure a new Eve Horizon project after running eve init (profile, auth, manifest, and repo linkage).
- ▌ Eve Project Bootstrap · incept5Bootstrap an Eve-compatible project with org/project setup, profile defaults, repo linkage, and first deploy.
- ▌ Eve Manifest Authoring · incept5Author 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.
- ▌ Eve Verification Plans · incept5 bundleAuthor 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.