Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.edgespark.dev/llms.txt

Use this file to discover all available pages before exploring further.

Cursor now has a dedicated EdgeSpark onboarding path. Use the EdgeSpark Cursor plugin together with AGENTS.md as the project instructions file. You can still copy project-specific rules into .cursor/rules/ if you want Cursor-native rule files.
1

Install the EdgeSpark CLI

npm install -g @edgespark/cli
edgespark login
This installs the CLI globally and authenticates your account. Your credentials are stored locally and reused for all subsequent commands.
2

Install the EdgeSpark Cursor plugin

In the Cursor Agent chat, run:
/add-plugin edgespark@https://github.com/edgesparkhq/cursor-plugins
This is the current public Cursor onboarding flow exposed by EdgeSpark. It requires Cursor 2.5 or later.
3

Initialize your project

edgespark init my-app --agent cursor
cd my-app
The scaffold writes AGENTS.md, which EdgeSpark uses as Cursor’s project instructions file.
4

Start an EdgeSpark task in Cursor

In Cursor Agent chat, start EdgeSpark tasks with the plugin command:
/building-edgespark-apps
Build a full-stack EdgeSpark app with auth and storage.

See also

Supported agents

Claude Code, Gemini CLI, OpenAI Codex, GitHub Copilot, Cursor, OpenCode, Amp, Devin, Aider, Windsurf, Cline, Continue, Antigravity, Kiro, and all other AI agents.

AGENTS.md reference

What the agent instructions file contains and how to extend it with project-specific rules.

Declarative workflow

Pull schema, write code against generated types, and validate deploys safely.

Deploy and test loop

The full autonomous deploy and test workflow any agent follows.
Last modified on April 9, 2026