What are agent skills?
Agent skills are packages that give AI coding agents (Claude Code, Codex, etc.) specialized knowledge. The Toffee skill teaches agents how to integrate the SDK, configure detection, and avoid common mistakes — without needing to explore the codebase. Browse the skills ecosystem at skills.sh.Install the skill
toffee-integration skill globally. It activates automatically when you mention Toffee in any Claude Code or compatible agent session.
What the skill covers
- Installing via npm, script tag, or tracking pixel
- Framework-specific setup (React, Next.js, Vue)
- Configuration options and the
onDetectioncallback - Custom element tracking with
data-ar-track - Progressive detection timeline and risk tiers
- Self-hosted deployment with
make setupandmake dev - Common mistakes (SSR crashes, singleton behavior, endpoint URLs)