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.

Use AGENTS.md as the project instructions file for Amp. The AGENTS.md file generated by edgespark init gives Amp the EdgeSpark-specific context for path-based auth, database schema workflow, and CLI commands.
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 EdgeSpark skills and docs MCP

Use the generic EdgeSpark skills package for OpenCode, Amp, Devin, Aider, Windsurf, Cline, Continue, Antigravity, Kiro, and every other AI coding agent that does not have a dedicated EdgeSpark plugin or extension:
npx skills add edgesparkhq/agent-skills
If your agent supports remote MCP helpers, add the EdgeSpark docs MCP server:
npx add-mcp https://mcp.edgespark.dev/docs
3

Initialize your project

edgespark init my-app --agent amp
cd my-app
Keep AGENTS.md in the repo as the primary EdgeSpark instructions file for Amp.

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 May 6, 2026