eve-read-eve-docs

Eve Read Docs (Load First)

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "eve-read-eve-docs" with this command: npx skills add incept5/eve-skillpacks/incept5-eve-skillpacks-eve-read-eve-docs

Eve Read Docs (Load First)

Purpose: provide a compact, public, always-available distillation of Eve Horizon system docs. Use this when private system docs are not accessible.

When to Use

  • Any question about how to use Eve Horizon via CLI or API.

  • Any question about .eve/manifest.yaml , pipelines, workflows, jobs, or secrets.

  • Any question about events, triggers, agents, teams, builds, or deployments.

How to Use

  • Start with references/overview.md for core concepts, IDs, and the reference index.

  • Use the task router below to choose the smallest set of references for the request.

  • Open only the relevant reference files and avoid loading unrelated docs.

  • Ask for missing project or environment inputs before giving prescriptive commands.

Task Router (Progressive Access)

  • Platform orientation, environment URLs, and architecture: references/overview.md

  • Command syntax, flags, and CLI workflows: references/cli.md

  • Fine-grained CLI intents:

  • references/cli-auth.md (auth + access + policy)

  • references/cli-org-project.md (init, org/project setup, docs, fs sync)

  • references/cli-jobs.md (jobs and execution controls)

  • references/cli-pipelines.md (builds, releases, pipelines, workflows)

  • references/cli-deploy-debug.md (deploy, recovery, local stack, CLI troubleshooting)

  • Manifest authoring and config structure: references/manifest.md

  • Pipelines, workflows, triggers, and event-driven automation: references/pipelines-workflows.md

  • references/events.md
  • Job lifecycle, scheduling, and execution debugging: references/jobs.md

  • Build, release, and deployment behavior: references/builds-releases.md

  • references/deploy-debug.md
  • Agents, teams, and chat routing: references/agents-teams.md
  • references/gateways.md
  • Secrets, auth, access control, and identity providers: references/secrets-auth.md

  • Skills installation, packs, and resolution order: references/skills-system.md

  • Harness selection and sandbox policy: references/harnesses.md

  • Object store, org filesystem sync, share tokens, and public paths: references/object-store-filesystem.md

  • Document ingestion (upload, processing, download, callbacks): references/ingest.md

  • Eve SDK overview, install, quick-start, token flow, exports: references/eve-sdk.md

  • Auth SDK deep-dive, @eve-horizon/auth , @eve-horizon/auth-react , app SSO middleware, token verification: references/auth-sdk.md

  • Build agent-friendly CLIs for app APIs, manifest declaration, bundling, distribution, env var contract: references/app-cli.md

  • OAuth app credentials (BYOA), Google Drive mounts, cloud FS browse/search, integrations, Slack connect, GitHub setup, identity linking, membership requests: references/integrations.md

  • Observability, cost tracking, receipts, and analytics: references/observability.md

  • Database provisioning, migrations, SQL, and managed DB operations: references/database-ops.md

  • Symptom-first troubleshooting across auth, secrets, deploy, jobs, and builds: references/troubleshooting.md

Index

  • references/overview.md -- Architecture, core concepts, IDs, job phases, reference index.

  • references/cli.md -- CLI quick reference: all commands by category with flags and options.

  • references/manifest.md -- Manifest v2 spec: services, environments, pipelines, workflows, x-eve extensions.

  • references/events.md -- Event type catalog (all sources + payloads) and trigger syntax (github, slack, system, cron, manual).

  • references/jobs.md -- Job lifecycle, phases, CLI, git/workspace controls, scheduling hints.

  • references/builds-releases.md -- Build system (specs, runs, artifacts), releases, deploy model, promotion patterns.

  • references/agents-teams.md -- Agent/team/chat YAML schemas, sync flow, slug rules, dispatch modes, coordination threads.

  • references/pipelines-workflows.md -- Pipeline steps, triggers, workflow invocation, build-release-deploy pattern.

  • references/secrets-auth.md -- Secrets scopes, interpolation, auth model, identity providers, OAuth sync, service principals, access visibility, custom roles, policy-as-code.

  • references/skills-system.md -- Skills format, skills.txt, install flow, discovery priority.

  • references/deploy-debug.md -- K8s architecture, worker images, deploy polling, ingress/TLS, secrets provisioning, workspace janitor, CLI debugging workflows, real-time debugging, env-specific debugging.

  • references/harnesses.md -- Harness selection, profiles, auth priority, sandbox flags.

  • references/gateways.md -- Gateway plugin architecture, Slack + Nostr providers, thread keys.

  • references/cli-auth.md -- CLI auth, service accounts, access roles, and policy-as-code.

  • references/cli-org-project.md -- CLI commands for org/project setup, docs, FS sync, and resolver URIs.

  • references/cli-jobs.md -- CLI job lifecycle: create/list/update, attempt tracking, result/monitoring/attachments.

  • references/cli-pipelines.md -- CLI build/release/pipeline/workflow command reference.

  • references/cli-deploy-debug.md -- CLI environment deploy/recover/lifecycle and local k3d stack.

  • references/object-store-filesystem.md -- Object store, org filesystem sync protocol, share tokens, public paths, app buckets, access control.

  • references/ingest.md -- Document ingest lifecycle: upload, processing, download URLs, callbacks, CORS, event integration.

  • references/eve-sdk.md -- Eve SDK overview: packages, install, quick-start patterns, token flow, backend/frontend exports, environment variables.

  • references/auth-sdk.md -- Eve Auth SDK deep-dive: middleware behavior, verification strategies, token types, SSO session bootstrap, NestJS patterns, migration guide.

  • references/integrations.md -- OAuth app credentials (BYOA), Google Drive cloud FS mounts, external integrations (Slack, GitHub), identity resolution tiers, membership requests, CLI linking.

  • references/observability.md -- Correlation IDs, execution receipts, cost tracking, analytics, OTEL config, provider discovery.

  • references/database-ops.md -- Managed DB provisioning, migrations, SQL access, schema/RLS inspection, scaling/reset/destroy.

  • references/app-cli.md -- App CLI framework: manifest declaration, env var contract, bundling, distribution, implementation patterns.

  • references/troubleshooting.md -- Symptom-first diagnostic tables for auth, secrets, deploy, jobs, builds, network issues.

Intent Coverage Matrix

Intent Minimum references Expected output

Authenticate or inspect permissions references/cli-auth.md , references/secrets-auth.md

Session state, token/permission validation result

Bootstrap org/project resources references/cli-org-project.md , references/manifest.md

Org/project IDs, members, manifest sync status

Submit and monitor work references/cli-jobs.md , references/jobs.md

Job IDs, phase transitions, attempt logs

Build/deploy a version references/cli-pipelines.md , references/builds-releases.md , references/pipelines-workflows.md

Pipeline run ID, build/release artifacts, deployment trace

Recover from runtime issues references/cli-deploy-debug.md , references/deploy-debug.md , references/cli-jobs.md

Diagnose output, recovery target, mitigation command plan

Inspect platform behavior or events references/events.md , references/agents-teams.md

Canonical event stream view, routing path

Install/update skills for agents references/skills-system.md , references/overview.md

Installed pack/skill set and resolution order

Monitor costs, receipts, or analytics references/observability.md , references/cli.md

Receipt breakdown, analytics counters, cost totals

Provision or operate environment databases references/database-ops.md , references/manifest.md

Migration status, query results, managed DB state

Sync files, share links, or configure org filesystem references/object-store-filesystem.md , references/cli-org-project.md

Sync status, share tokens, public path URLs

Upload, process, or download documents via ingest references/ingest.md , references/events.md

Ingest IDs, download URLs, callback payloads, processing status

Add SSO auth to an app or verify tokens references/eve-sdk.md , references/auth-sdk.md , references/secrets-auth.md

SDK setup code, token verification, SSO flow

Configure OAuth app credentials or connect Google Drive references/integrations.md

BYOA config status, mount IDs, browse/search results

Connect Slack/GitHub or resolve external identities references/integrations.md , references/agents-teams.md

Integration status, identity binding, membership requests

Build an agent-friendly CLI for an app API references/app-cli.md , references/manifest.md

CLI source, esbuild bundle, manifest declaration, tested commands

Diagnose a failure from symptoms references/troubleshooting.md , references/deploy-debug.md

Root cause, fix command, recovery path

Hard Rules

  • Eve is API-first; the CLI only needs EVE_API_URL .

  • Do not assume URLs, ports, or environment state--ask if unknown.

  • These references describe shipped platform behavior only.

  • If anything is missing or unclear, ask for the missing inputs.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

eve-orchestration

No summary provided by upstream source.

Repository SourceNeeds Review
General

eve-auth-and-secrets

No summary provided by upstream source.

Repository SourceNeeds Review
General

eve-new-project-setup

No summary provided by upstream source.

Repository SourceNeeds Review
General

eve-job-lifecycle

No summary provided by upstream source.

Repository SourceNeeds Review