feature-flags

Installation
SKILL.md

Feature Flags Skill

Implement feature flags for controlled feature rollouts, A/B testing, and environment-based configuration.

When to use this skill

  • Gradual feature rollouts
  • A/B testing new features
  • Environment-based configuration
  • Kill switches for problematic features
  • Beta feature management

Workflow

  1. Define flags — Create feature flag configuration
  2. Implement checks — Add flag evaluation in code
  3. Set up targeting — Define user segments
  4. Monitor usage — Track flag impact
  5. Clean up — Remove flags after full rollout
Installs
1
GitHub Stars
2
First Seen
Jul 20, 2026
feature-flags — pp-namias/portfolio