What problem does it solve?
Blade components that only have web implementations need React Native support, but migrating them involves planning, implementation, TypeScript checks, tests, and iOS simulator visual verification. This Skill automates that entire pipeline with parallel agents and human approval gates.
Core Features & Use Cases
- Multi-Agent Pipeline: Coordinates Plan, Execute, and Verify agents in isolated git worktrees, one branch and PR per component.
- Parallel Batch Migration: Migrates up to 5 components simultaneously with dedicated Metro ports, iOS simulators, and agent-device sessions.
- Visual Verification: Compares web vs native rendering via simulator screenshots using agent-device and agent-browser, with self-healing patch iterations.
- Use Case: Say "add native support to Drawer" and the Skill validates the component, plans the migration, creates .native.tsx files, verifies on an iPhone simulator, and opens a PR after your approval.
Quick Start
Ask the assistant to add native support to a Blade component, for example by saying migrate Drawer to native.