feature-flag-manager
Installation
SKILL.md
Feature Flag Manager
Implement comprehensive feature flag management for controlled feature rollouts and A/B testing in worldbuilding applications.
Overview
To add feature flag capabilities:
- Choose between LaunchDarkly (cloud service) or JSON-based (local) implementation
- Set up feature flag provider with configuration
- Create feature flag components and hooks
- Gate UI components and Server Actions behind flags
- Implement user targeting and progressive rollouts
Implementation Options
LaunchDarkly Integration
To integrate LaunchDarkly: