Purpose: provide a compact, public, always-available distillation of Eve Horizon system docs. Use this when private system docs are not accessible.
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versioneve-read-eve-docsExecute the skills CLI command in your project's root directory to begin installation:
Fetches eve-read-eve-docs from incept5/eve-skillpacks and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate eve-read-eve-docs. Access via /eve-read-eve-docs in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
0
total installs
0
this week
0
upvotes
Run in your terminal
0
installs
0
this week
—
stars
Purpose: provide a compact, public, always-available distillation of Eve Horizon system docs. Use this when private system docs are not accessible.
.eve/manifest.yaml, pipelines, workflows, jobs, or secrets.references/overview.md for core concepts, IDs, and the reference index.references/overview.mdreferences/cli.mdreferences/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)references/manifest.mdwith_apis: references/pipelines-workflows.md + references/events.mdreferences/jobs.mdreferences/builds-releases.md + references/deploy-debug.mdreferences/deploy-debug.mdreferences/agents-teams.md + references/gateways.mdreferences/secrets-auth.mdreferences/skills-system.mdreferences/harnesses.mdreferences/object-store-filesystem.mdreferences/ingest.mdreferences/document-ingestion.mdreferences/eve-sdk.md@eve-horizon/auth, @eve-horizon/auth-react, app SSO middleware, token verification, project role resolution, and org awareness: references/auth-sdk.mdreferences/app-cli.mdreferences/integrations.mdreferences/observability.mdreferences/database-ops.mdreferences/troubleshooting.mdreferences/llm-wiki.mdreferences/overview.md -- Architecture, core concepts, IDs, job phases, BYOK inference, document ingestion, cloud FS, private endpoints, reference index.references/cli.md -- CLI quick reference: all commands by category with flags and options, including cloud-fs, endpoint, and ingest commands.references/manifest.md -- Manifest v2 spec: services, environments, pipelines, workflows, x-eve extensions, app CLI framework, toolchain declarations, cloud FS mounts, per-org OAuth, app undeploy/delete.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, agent-native monitoring, production hardening, per-job HOME isolation.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, agent aliases, staged team dispatch, chat outbound delivery, chat progress updates, dispatch modes, coordination threads.references/pipelines-workflows.md -- Pipeline steps, triggers, workflow invocation, auto-trigger, event/app triggers, workflow input forwarding, step optimization, per-step with_apis, 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, BYOK model credentials, per-org OAuth credential storage.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, private endpoints (Tailscale), worker toolchain-on-demand, app undeploy/delete, CLI debugging workflows, real-time debugging, env-specific debugging.references/harnesses.md -- Harness selection, profiles, auth priority, sandbox flags, BYOK model setup, shared invoke module, toolchain-on-demand, harness profiles for chat.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, native GCS storage, cloud FS (Google Drive mounts).references/ingest.md -- Document ingest lifecycle: upload, processing, download URLs, callbacks, CORS, event integration.references/document-ingestion.md -- Document ingestion pipeline: end-to-end flow, ingest:// URI scheme, agentpack, media processing (ffmpeg + whisper), chat file materialization, integration points.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, project role resolution, org awareness, migration guide.references/integrations.md -- OAuth app credentials (BYOA), Google Drive cloud FS mounts, Slack install smoothing, gateway hot-load, per-org OAuth, chat file materialization, 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.references/llm-wiki.md -- LLM Wiki pattern: two-layer substrate, agent workflow, near-instant indexing, operations (ingest/query/lint/bulk), relationship to Company as Intelligence.| 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/document-ingestion.md, references/events.md |
Ingest IDs, download URLs, callback payloads, processing status |
| Configure ingest agentpack or media processing | references/document-ingestion.md, references/agents-teams.md |
Pack import, profile selection, media tool availability |
| Understand how Slack files reach agents | references/document-ingestion.md, references/gateways.md |
Chat file flow, attachment index, workspace layout |
| 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 |
| Connect Google Drive or browse cloud FS | references/object-store-filesystem.md, references/integrations.md |
Mount ID, browse/search results, cloud FS event triggers |
| Set up private endpoints (Tailscale) | references/deploy-debug.md, references/cli.md |
Endpoint name, in-cluster DNS, health check status |
| Declare or use toolchains | references/manifest.md, references/harnesses.md |
Toolchain list, init container config, PATH setup |
| Set up agent aliases or vanity names | references/agents-teams.md |
Alias binding, slug resolution, sync validation |
| Check chat delivery status or progress | references/agents-teams.md, references/gateways.md |
Delivery status, thread messages, progress updates |
| Configure event or app triggers for workflows | references/pipelines-workflows.md, references/events.md |
Trigger config, event payload forwarding, matched workflow |
| Undeploy or delete an app/environment | references/deploy-debug.md, references/manifest.md |
Deploy status, cleanup sequence, cascade-delete |
| Configure BYOK model credentials | references/secrets-auth.md, references/harnesses.md |
Secret scope, harness env mapping, provider key |
| Set up per-org OAuth credentials (BYOA) | references/integrations.md, references/manifest.md |
OAuth app config, provider connection, credential storage |
| Configure GCS native storage | references/object-store-filesystem.md |
Storage backend config, Workload Identity binding |
| Monitor jobs with agent-native tooling | references/jobs.md, references/cli-jobs.md |
Job status, monitoring output, production safeguards |
| Set up staged team dispatch (council) | references/agents-teams.md |
Team config, staged flag, lead/member coordination |
Configure per-step with_apis in workflows |
references/pipelines-workflows.md, references/manifest.md |
Step overrides, API injection, workflow-level defaults |
| Resolve project roles in auth SDK | references/auth-sdk.md, references/secrets-auth.md |
Project role claim, X-Eve-Project-Id header, middleware config |
| Configure custom domains for deployed apps | references/cli.md, references/manifest.md, references/deploy-debug.md |
Domain registration, DNS verification, TLS activation |
| Diagnose a failure from symptoms | references/troubleshooting.md, references/deploy-debug.md |
Root cause, fix command, recovery path |
EVE_API_URL.Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
langchain-ai/deepagents
upstash/context7
google-gemini/gemini-cli
zrong/skills
lombiq/tailwind-agent-skills
patricio0312rev/skills
Useful defaults in eve-read-eve-docs — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
I recommend eve-read-eve-docs for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
I recommend eve-read-eve-docs for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
eve-read-eve-docs reduced setup friction for our internal harness; good balance of opinion and flexibility.
Keeps context tight: eve-read-eve-docs is the kind of skill you can hand to a new teammate without a long onboarding doc.
Registry listing for eve-read-eve-docs matched our evaluation — installs cleanly and behaves as described in the markdown.
eve-read-eve-docs is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
eve-read-eve-docs reduced setup friction for our internal harness; good balance of opinion and flexibility.
Keeps context tight: eve-read-eve-docs is the kind of skill you can hand to a new teammate without a long onboarding doc.
Registry listing for eve-read-eve-docs matched our evaluation — installs cleanly and behaves as described in the markdown.
showing 1-10 of 72