docs/developer/agentic/overview.mdx
Spree ships first-class tooling for AI-assisted development. Whether you use Claude Code, Cursor, Codex, Copilot, or any other coding agent, your agent can learn Spree's conventions, read the right docs at the right time, and run the project safely.
Spree, models follow predictable patterns (prefixed IDs, Spree.base_class, service objects, events), and the v3 REST API uses simple response/request shapes. Conventions are what agents are best at following.AGENTS.md and CLAUDE.md, local docs, and the Spree CLI, so an agent can boot, migrate, generate code, and run tests without bespoke setup.npx create-spree-app@latest my-store — it generates a CLAUDE.md, installs @spree/docs for local reference, and wires up the CLI.npx skills add spree/agent-skills so your agent knows the decision tree for customizations (subscriber vs decorator vs dependency injection vs generator) before it writes a line of code.spree generate api_resource Brand name:string), customize checkout, integrate a payment provider, or run an upgrade with spree upgrade.