Volr AI Skills
Volr Skills are pre-built context files for AI coding assistants. They help your AI IDE understand Volr's API, SDK patterns, and best practices for faster integration.
What Are Skills?
Skills are structured knowledge files that you install into your AI IDE's context. When you ask your AI assistant to "integrate Volr checkout," it has immediate access to:
- Complete checkout creation and payment flow
- Webhook handling with signature verification
- Frontend payment status polling patterns
- Checkout page features (token selection, QR, wallet connect)
- Chain and token configuration
Supported Platforms
| Platform | Format | Config Location |
|---|---|---|
| Claude Code | .md skill files | .claude/skills/ |
| Cursor | .mdc rule files | .cursor/rules/ |
| Codex | AGENTS.md | Project root |
| Windsurf | .windsurfrules | Project root |
Quick Install
npm install -g create-volr
volr skill install
The CLI auto-detects your IDE and installs the right format.
Available Skills
- volr-checkout — Complete checkout integration guide: SDK setup, checkout creation, frontend status handling, webhooks, status lifecycle, and a full Next.js example
Next Steps
- Setup Guide — Install skills in your IDE
- Available Skills — Detailed skill description