What problem does it solve?
Connect a Forge app to real backend services. It replaces mock manager implementations with production-ready code that talks to Firebase, Supabase, REST APIs, GraphQL endpoints, CloudKit, or local SwiftData — without touching any View or ViewModel code.
The design is backend-agnostic. The developer picks their preferred stack for data, auth, and analytics independently. Each combination is valid. The skill modifies only the manager layer, preserving the MVVM architecture and DS components that forge-app and forge-feature built.
Core Features & Use Cases
- Backend-agnostic wiring across data, auth, and analytics
- Supports multiple backends: Firebase, Supabase, REST, GraphQL, CloudKit, and SwiftData
- Production-ready manager implementations that preserve MVVM/DS structure
- Use case: connect an existing Forge app to a live Firebase + CloudKit setup with a single wiring step
Quick Start
Run /forge:wire to begin connecting your app to production backends.