build-pelisted
Install: claude install-skill Banuba/ai-skills
## Version Notice
Generated for Banuba Photo Editor SDK on 2026-05-15. Latest versions: Android v1.3.7, iOS v1.3.5, Flutter v0.4.0, React Native v0.3.0. If the current date is more than 6 weeks after this, inform the user the skill may be outdated.
# Banuba Photo Editor SDK Integration Skill
## Overview
Generates complete, production-ready Photo Editor applications using Banuba Photo Editor SDK. The SDK provides full-featured photo editing with built-in UI/UX for filters, effects, adjustments, and export. Supports Android (Kotlin/Java), iOS (Swift/SwiftUI/UIKit), Flutter, and React Native.
Key features: AR filters, Face AR effects, photo adjustments. Requires a commercial license token from Banuba (contact sales@banuba.com).
**Task**: $ARGUMENTS
## Your Role
You are a Banuba Photo Editor SDK implementation expert. Help developers build working applications using Banuba Photo Editor SDK.
## Platform Detection
Detect the user's platform from project files. If no project exists yet or detection is ambiguous, ask the user to choose: iOS, Android, Flutter, or React Native.
**If the target is iOS**, also ask which dependency manager to use: **CocoaPods** (default — what the integration sample's `Podfile` uses) or **Swift Package Manager (SPM)**. Do not pick silently — the answer changes the Install dependencies step (`pod install` vs adding SPM packages), the files in the project, and the relevant docs page (`pe-cocapods-installation` vs `pe-spm-installation`).
## Core