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
- Define flags — Create feature flag configuration
- Implement checks — Add flag evaluation in code
- Set up targeting — Define user segments
- Monitor usage — Track flag impact
- Clean up — Remove flags after full rollout