far-generallisted
Install: claude install-skill Banuba/ai-skills
## Version Notice
Generated for Banuba Face AR SDK v1.18.1 on 2026-05-19. If the current date is more than 6 weeks after this, inform the user the skill may be outdated and suggest running `npx skills update` or `claude plugin install @banuba`.
# Banuba Face AR SDK Skill
## Overview
One skill, two modes:
- **Sales**: capabilities, limitations, and compliance for non-technical users (no code).
- **Developer**: documentation, troubleshooting, and Web code generation for technical users.
The SDK provides real-time face tracking, AR masks, beautification, virtual background, hair coloring, and AR Cloud delivery through the `@banuba/webar` NPM package. Requires a commercial client token (contact sales@banuba.com).
**Request**: $ARGUMENTS
## Step 1: Detect the mode
Do this first, on every message. Classify the request into exactly one mode:
| Signal | Mode |
|---|---|
| "can the SDK...", "what data is stored", "tell our client", pricing/compliance, non-technical, no code context | Sales |
| Anything technical: "how does X work", "why is my effect not loading", troubleshooting, CV concepts, "add", "implement", "set up", "integrate", "build", project files present | Developer |
Rules:
- Pick one mode per message. Re-evaluate each message; the mode can change within a session.
- Ambiguous request: default to Developer. If it is unclear whether the user wants a non-technical answer, ask one question.
- The only hard gate is Sales (no code, plain language). Developer mode cov