EdgeSpark supports all AI agents. That support currently shows up through six public setup paths: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.
- Claude Code
- OpenAI Codex
- Gemini CLI
- Cursor
- GitHub Copilot
- all other AI agents
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:| Agent | Command |
|---|---|
| Claude Code | /edgespark:building-edgespark-apps |
| OpenAI Codex | $edgespark:building-edgespark-apps |
| Gemini CLI | /edgespark:building-edgespark-apps |
| Cursor | /building-edgespark-apps |
| GitHub Copilot | /edgespark:building-edgespark-apps |
Support matrix
| Agent | Status | Instructions file | Setup path |
|---|---|---|---|
| Claude Code | Supported | CLAUDE.md | claude plugin marketplace add edgesparkhq/claude-plugins then claude plugin install edgespark@edgespark-claude-plugins |
| Gemini CLI | Supported | GEMINI.md | gemini extensions install https://github.com/edgesparkhq/gemini-extensions |
| OpenAI Codex | Supported | AGENTS.md | Open codex and install the EdgeSpark Codex plugin from the latest release zip |
| Cursor | Supported | AGENTS.md | Run /add-plugin edgespark@https://github.com/edgesparkhq/cursor-plugins in Cursor Agent chat |
| GitHub Copilot | Supported | AGENTS.md | copilot plugin marketplace add edgesparkhq/copilot-plugins then copilot plugin install edgespark@edgespark-copilot-plugins |
| OpenCode | Supported | AGENTS.md | npx skills add edgesparkhq/agent-skills and npx add-mcp https://mcp.edgespark.dev/docs |
| Amp | Supported | AGENTS.md | npx skills add edgesparkhq/agent-skills and npx add-mcp https://mcp.edgespark.dev/docs |
| Devin | Supported | AGENTS.md | npx skills add edgesparkhq/agent-skills and npx add-mcp https://mcp.edgespark.dev/docs |
| Aider | Supported | AGENTS.md (--read) | npx skills add edgesparkhq/agent-skills and npx add-mcp https://mcp.edgespark.dev/docs |
| Windsurf | Supported | AGENTS.md / .windsurfrules | npx skills add edgesparkhq/agent-skills and npx add-mcp https://mcp.edgespark.dev/docs |
| Cline | Supported | AGENTS.md / .clinerules | npx skills add edgesparkhq/agent-skills and npx add-mcp https://mcp.edgespark.dev/docs |
| Continue | Supported | AGENTS.md | npx skills add edgesparkhq/agent-skills and npx add-mcp https://mcp.edgespark.dev/docs |
| Antigravity | Supported | AGENTS.md | npx skills add edgesparkhq/agent-skills and npx add-mcp https://mcp.edgespark.dev/docs |
| Kiro | Supported | AGENTS.md | npx skills add edgesparkhq/agent-skills and npx add-mcp https://mcp.edgespark.dev/docs |
| All other AI agents | Supported | AGENTS.md | npx skills add edgesparkhq/agent-skills and npx add-mcp https://mcp.edgespark.dev/docs |
Claude Code
Claude Code uses the dedicated EdgeSpark plugin withCLAUDE.md as its project instructions file.
/edgespark:building-edgespark-apps.
Claude Code setup →
Gemini CLI
Gemini CLI uses the dedicated EdgeSpark extension withGEMINI.md as its project instructions file.
/edgespark:building-edgespark-apps.
Gemini CLI setup →
OpenAI Codex
OpenAI Codex uses the dedicated EdgeSpark Codex plugin withAGENTS.md as its project instructions file.
$edgespark:building-edgespark-apps.
OpenAI Codex setup →
Cursor
Cursor uses the dedicated EdgeSpark Cursor plugin withAGENTS.md as its project instructions file.
/building-edgespark-apps.
Cursor setup →
GitHub Copilot
GitHub Copilot uses the dedicated EdgeSpark Copilot plugin withAGENTS.md as its project instructions file.
/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 withAGENTS.md.
--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:- Tells the agent which files to read before writing any code
- Explains the project structure and what must not be edited
- Provides the rules for this platform, including batching, storage patterns, and type safety
- Gives working code examples for database, storage, and auth
- Documents CLI usage for deploy and schema pull
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.