Skip to main content
EdgeSpark supports all AI agents. That support currently shows up through six public setup paths:
  • Claude Code
  • OpenAI Codex
  • Gemini CLI
  • Cursor
  • GitHub Copilot
  • all other AI agents
The first five are first-class plugin or extension paths. Every other AI agent is still supported through the generic EdgeSpark skills + docs MCP + AGENTS.md path. edgespark init now requires --agent <name> in every documented example.

Start EdgeSpark tasks

After setup, use the matching task-entry command for your agent:

Support matrix

Claude Code

Claude Code uses the dedicated EdgeSpark plugin with CLAUDE.md as its project instructions file.
Start EdgeSpark tasks in Claude Code with /edgespark:building-edgespark-apps. Claude Code setup →

Gemini CLI

Gemini CLI uses the dedicated EdgeSpark extension with GEMINI.md as its project instructions file.
Start EdgeSpark tasks in Gemini CLI with /edgespark:building-edgespark-apps. Gemini CLI setup →

OpenAI Codex

OpenAI Codex uses the dedicated EdgeSpark Codex plugin with AGENTS.md as its project instructions file.
Start EdgeSpark tasks in OpenAI Codex with $edgespark:building-edgespark-apps. OpenAI Codex setup →

Cursor

Cursor uses the dedicated EdgeSpark Cursor plugin with AGENTS.md as its project instructions file.
Cursor onboarding currently requires Cursor 2.5 or later. After installing the plugin, you can start EdgeSpark tasks in Cursor Agent chat with /building-edgespark-apps. Cursor setup →

GitHub Copilot

GitHub Copilot uses the dedicated EdgeSpark Copilot plugin with AGENTS.md as its project instructions file.
Start EdgeSpark tasks in GitHub Copilot with /edgespark:building-edgespark-apps. GitHub Copilot setup →

All other AI agents

EdgeSpark still supports all remaining AI agents even when they do not have a dedicated plugin or extension yet. OpenCode, Amp, Devin, Aider, Windsurf, Cline, Continue, Antigravity, Kiro, and all other AI agents use the generic EdgeSpark skills and docs MCP path together with AGENTS.md.
Use the real agent name in --agent, such as opencode, amp, devin, aider, windsurf, cline, continue, antigravity, kiro, or your own custom agent name. Agents with their own rules format can adapt AGENTS.md into that format after initialization, such as .windsurfrules for Windsurf and .clinerules for Cline. Generic agent setup →

How the instructions file works

Regardless of which agent you use, the instructions file does the same thing:
  1. Tells the agent which files to read before writing any code
  2. Explains the project structure and what must not be edited
  3. Provides the rules for this platform, including batching, storage patterns, and type safety
  4. Gives working code examples for database, storage, and auth
  5. Documents CLI usage for deploy and schema pull
Use this file as the starting instructions source for each agent task or session. Project owners can append their own rules below the generated content. See AGENTS.md reference for the full format.

See also

AGENTS.md reference

The project instructions file format and how to extend it with project-specific rules.

Claude Code

Install the EdgeSpark Claude Code plugin and work from CLAUDE.md.

Gemini CLI

Install the EdgeSpark Gemini CLI extension and work from GEMINI.md.

OpenAI Codex

Install the EdgeSpark Codex plugin and work from AGENTS.md.

Cursor

Install the EdgeSpark Cursor plugin and work from AGENTS.md.

GitHub Copilot

Install the EdgeSpark Copilot plugin and work from AGENTS.md.

Other AI agents

OpenCode, Amp, Devin, Aider, Windsurf, Cline, Continue, Antigravity, Kiro, and all other agents using the generic skills and docs MCP path.
Last modified on May 6, 2026