The SuperApp SDK includes an AI skill that provides contextual help with the SDK's API, integration patterns, and best practices.
The skill file is included in the SDK package at skills/SKILL.md. To use it:
Copy the skill to your Cursor skills directory:
mkdir -p ~/.cursor/skills/superapp-sdk
cp node_modules/@grabjs/superapp-sdk/skills/SKILL.md ~/.cursor/skills/superapp-sdk/
Restart Cursor after copying.
Copy the skill to Claude's skills directory:
mkdir -p ~/.claude/skills/grabjs-superapp-sdk
cp node_modules/@grabjs/superapp-sdk/skills/SKILL.md ~/.claude/skills/grabjs-superapp-sdk/
Restart Claude Desktop after copying.
Once the skill is installed, mention the SDK when asking for help:
"Show me how to scan a QR code using @grabjs/superapp-sdk"
"Implement OAuth authorization with PKCE for this miniapp"
"Handle a 403 permission error when calling LocationModule"
"Set up the container UI with a custom title and hide the back button"
"Subscribe to location updates and handle the response stream"
The AI will provide SDK-specific answers with accurate method names, types, and patterns.