본문으로 건너뛰기

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

PlatformFormatConfig Location
Claude Code.md skill files.claude/skills/
Cursor.mdc rule files.cursor/rules/
CodexAGENTS.mdProject root
Windsurf.windsurfrulesProject 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