feature-flags

Automate feature flag implementation and lifecycle management across platforms.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/Cure-Consulting-Group/iep-and-thrive --skill feature-flags-cure-consulting-group
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-flags
Source: https://github.com/Cure-Consulting-Group/iep-and-thrive/tree/main/.agents/skills/feature-flags
Command: npx skills add https://github.com/Cure-Consulting-Group/iep-and-thrive --skill feature-flags-cure-consulting-group

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires firebase, launchdarkly, python, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the implementation and management of feature flags for progressive rollouts, A/B testing, kill switches, and experimentation frameworks.

Core Features & Use Cases

  • Feature Flag Management: Design and implement feature flags for progressive rollouts, A/B testing, kill switches, and permission-based access control.
  • Supports Multiple Platforms: Covers Firebase Remote Config, LaunchDarkly, and custom implementations across Android, iOS, and web.
  • Flag Lifecycle: Manage flag lifecycle, including owner, creation date, maximum lifespan, and cleanup.

Quick Start

Use the feature-flags skill to implement a new feature flag for a progressive rollout.

Frequently Asked Questions about feature-flags

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement feature flags for a progressive rollout across iOS, Android, and web?

You can implement feature flags for progressive rollouts across iOS, Android, and web by automating flag creation and lifecycle management, integrating directly with Firebase Remote Config, LaunchDarkly, or custom flag providers within your CI/CD pipelines.

What is the best way to manage feature flag lifecycles and cleanup in CI/CD pipelines?

Managing feature flag lifecycles in CI/CD pipelines involves tracking the flag owner, creation date, and maximum lifespan to automate cleanup, preventing stale flags from accumulating in your Android, iOS, or web environments.

Does this feature flag implementation support both Firebase Remote Config and LaunchDarkly?

Yes, the feature flag implementation supports both Firebase Remote Config and LaunchDarkly, allowing you to manage A/B testing, kill switches, and permission-based access control across multiple platforms using your preferred provider.

Can I use custom feature flag providers instead of Firebase or LaunchDarkly for A/B testing?

Yes, you can use custom feature flag providers for A/B testing and experimentation, as the implementation supports custom environments alongside Firebase Remote Config and LaunchDarkly for tailored flag management.

When do I need to integrate feature flags with CI/CD pipelines for kill switches?

You need to integrate feature flags with CI/CD pipelines for kill switches when you want to automate progressive rollouts and instantly disable features in production across Android, iOS, and web without deploying new code.