eve-read-eve-docs▌
incept5/eve-skillpacks · updated Apr 8, 2026
MDX-style export adds YAML metadata + attribution linking explainx.ai and this canonical listing URL.
Purpose: provide a compact, public, always-available distillation of Eve Horizon system docs. Use this when private system docs are not accessible.
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.mdfor 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 (includes cloud-fs, endpoint, and ingest commands):
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, config structure, app CLI framework, toolchain declarations, cloud FS mounts, per-org OAuth, and app undeploy/delete:
references/manifest.md - Pipelines, workflows, triggers, event-driven automation, auto-trigger, event/app triggers, workflow input forwarding, step optimization, and per-step
with_apis:references/pipelines-workflows.md+references/events.md - Job lifecycle, scheduling, execution debugging, agent-native monitoring, production hardening, and per-job HOME isolation:
references/jobs.md - Build, release, and deployment behavior:
references/builds-releases.md+references/deploy-debug.md - Private endpoints (Tailscale), worker toolchain-on-demand, and app undeploy/delete:
references/deploy-debug.md - Agents, teams, chat routing, agent aliases, staged dispatch, chat delivery, and chat progress:
references/agents-teams.md+references/gateways.md - Secrets, auth, access control, identity providers, BYOK model credentials, and per-org OAuth credential storage:
references/secrets-auth.md - Skills installation, packs, and resolution order:
references/skills-system.md - Harness selection, sandbox policy, BYOK model setup, shared invoke, toolchain-on-demand, and chat harness profiles:
references/harnesses.md - Object store, org filesystem sync, share tokens, public paths, GCS storage, and cloud FS (Google Drive):
references/object-store-filesystem.md - Document ingestion (upload, processing, download, callbacks):
references/ingest.md - Document ingestion pipeline (end-to-end flow, agentpack, media processing, chat files):
references/document-ingestion.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, project role resolution, and org awareness: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, Slack install smoothing, gateway hot-load, per-org OAuth, chat file materialization, 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 - LLM Wiki pattern, wiki-maintaining agents, knowledge base architecture, near-instant indexing:
references/llm-wiki.md
Index
references/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-stepwith_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 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/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 |
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.
How to use eve-read-eve-docs on Cursor
AI-first code editor with Composer
Prerequisites
Before installing skills in Cursor, ensure your development environment meets these requirements:
- ›Cursor installed and configured on your development machine
- ›Node.js version 16.0+ with npm package manager (verify with
node --version) - ›Active project directory or workspace where you want to add eve-read-eve-docs
Execute installation command
Execute the skills CLI command in your project's root directory to begin installation:
The skills CLI fetches eve-read-eve-docs from GitHub repository incept5/eve-skillpacks and configures it for Cursor.
Select Cursor when prompted
The CLI will show a list of available agents. Use arrow keys to navigate and space to select Cursor:
Verify installation
Confirm successful installation by checking the skill directory location:
Reload or restart Cursor to activate eve-read-eve-docs. Access the skill through slash commands (e.g., /eve-read-eve-docs) or your agent's skill management interface.
Security & Verification Notice
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 development environment. Always verify the publisher's identity, review recent commits, and test in isolated environments before production deployment.
List & Monetize Your Skill
Submit your Claude Code skill and start earning
Use Cases▌
Task Automation & Efficiency
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Knowledge Enhancement
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Quality Improvement
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
Implementation Guide▌
Prerequisites
- ›Claude Desktop or compatible AI client with skill support
- ›Clear understanding of task or problem to solve
- ›Willingness to iterate and refine outputs
Time Estimate
15-45 minutes depending on use case complexity
Installation Steps
- 1.Install skill using provided installation command
- 2.Test with simple use case relevant to your work
- 3.Evaluate output quality and relevance
- 4.Iterate on prompts to improve results
- 5.Integrate into regular workflow if valuable
Common Pitfalls
- ⚠Expecting perfect results without iteration
- ⚠Not providing enough context in prompts
- ⚠Using skill for tasks outside its intended scope
- ⚠Accepting outputs without review and validation
Best Practices▌
✓ Do
- +Start with clear, specific prompts
- +Provide relevant context and constraints
- +Review and refine all outputs before using
- +Iterate to improve output quality
- +Document successful prompt patterns
✗ Don't
- −Don't use without understanding skill limitations
- −Don't skip validation of outputs
- −Don't share sensitive information in prompts
- −Don't expect skill to replace human judgment
💡 Pro Tips
- ★Be specific about desired format and style
- ★Ask for multiple options to choose from
- ★Request explanations to understand reasoning
- ★Combine AI efficiency with human expertise
When to Use This▌
✓ 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.
Learning Path▌
- 1Familiarize yourself with skill capabilities and limitations
- 2Start with low-risk, non-critical tasks
- 3Progress to more complex and valuable use cases
- 4Build expertise through regular use and experimentation
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.4★★★★★72 reviews- ★★★★★Min Abebe· Dec 24, 2024
Useful defaults in eve-read-eve-docs — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Sofia Ndlovu· Dec 20, 2024
I recommend eve-read-eve-docs for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Olivia Yang· Dec 16, 2024
I recommend eve-read-eve-docs for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★William Sanchez· Dec 16, 2024
eve-read-eve-docs reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Li Johnson· Dec 12, 2024
Keeps context tight: eve-read-eve-docs is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Luis Sethi· Dec 4, 2024
Registry listing for eve-read-eve-docs matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Jin Bansal· Nov 15, 2024
eve-read-eve-docs is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Mei Huang· Nov 11, 2024
eve-read-eve-docs reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Ishan Martinez· Nov 11, 2024
Keeps context tight: eve-read-eve-docs is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Yash Thakker· Nov 7, 2024
Registry listing for eve-read-eve-docs matched our evaluation — installs cleanly and behaves as described in the markdown.
showing 1-10 of 72