This page covers OpenCode, Amp, Devin, Aider, Windsurf, Cline, Continue, Antigravity, Kiro, and every other AI agent that uses the generic EdgeSpark skills and docs MCP path. If you are using Claude Code, Gemini CLI, OpenAI Codex, Cursor, or GitHub Copilot, use their dedicated setup pages instead. All of these agents share the same documented initialization path: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.
- Install the generic EdgeSpark skills package
- Add the EdgeSpark docs MCP server when your agent supports remote MCP
- Run
edgespark init my-app --agent your-agent-nameto generateAGENTS.md
Agent overview
| Agent | Instructions file | Status |
|---|---|---|
| OpenCode | AGENTS.md | Supported |
| Amp | AGENTS.md | Supported |
| Devin | AGENTS.md | Supported |
| Aider | AGENTS.md (--read) | Supported |
| Windsurf | .windsurfrules / AGENTS.md | Supported |
| Cline | .clinerules / AGENTS.md | Supported |
| Continue | AGENTS.md | Supported |
| Antigravity | AGENTS.md | Supported |
| Kiro | AGENTS.md | Supported |
| Any other AI agent | AGENTS.md | Supported |
Install generic EdgeSpark skills and docs MCP
Install the generic EdgeSpark skills package:Generate AGENTS.md
AGENTS.md as the starting point. See AGENTS.md reference for what the file contains and how to extend it.
Agent-specific notes
OpenCode, Amp, Devin, Antigravity, and Kiro
These agents can work directly fromAGENTS.md after you install the generic EdgeSpark skills and initialize the project with their real agent name, such as opencode, amp, devin, antigravity, or kiro.
Aider
LoadAGENTS.md explicitly at startup:
Windsurf
CopyAGENTS.md into .windsurfrules:
Cline
CopyAGENTS.md into .clinerules:
Continue
ReferenceAGENTS.md in config.yaml:
Extending AGENTS.md
Add project-specific rules below the generated content so every AGENTS.md-based agent follows them:See also
AGENTS.md reference
Full reference for the agent instructions file and how to extend it.
Supported agents
Overview of Claude Code, Gemini CLI, OpenAI Codex, Cursor, GitHub Copilot, OpenCode, Amp, Devin, Aider, Windsurf, Cline, Continue, Antigravity, Kiro, and all other agents.
Declarative workflow
How any agent pulls schema and writes code against generated types.
Deploy and test loop
The full autonomous deploy and test workflow for any agent.