← ClaudeAtlas

build-pelisted

Implement features, write code, and set up Banuba Photo Editor SDK. Use when the user asks to implement, create, add, build, set up, or integrate something with Banuba Photo Editor SDK. Triggered by "help me add", "set up", "build a photo editor". Not for looking up existing docs (use explain-ve-pe-docs skill instead). <example> Context: User wants to build a photo editor based on Banuba Photo Editor SDK. user: "Help me set up Banuba Photo Editor SDK in my project" assistant: "I'll use /build-pe to help set this up." </example> <example> Context: User wants to add a specific feature user: "Add new feature to my photo editor" assistant: "Let me use /build-pe to implement this feature." </example>
Banuba/ai-skills · ★ 0 · AI & Automation · score 72
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