feature-flags
✓Implement a feature flag system for gradual rollouts, A/B testing, and kill switches. Use when you need to control feature availability without deployments, test features with specific users, or implement percentage-based rollouts.
Installation
SKILL.md
| Boolean | Simple on/off | newcheckoutenabled | | Percentage | Gradual rollout | newui: 25% | | User List | Beta testers | betausers: [id1, id2] | | Segment | User groups | premiumfeature: tier=pro |
Implement a feature flag system for gradual rollouts, A/B testing, and kill switches. Use when you need to control feature availability without deployments, test features with specific users, or implement percentage-based rollouts. Source: dadbodgeoff/drift.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dadbodgeoff/drift --skill feature-flags Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Security certified for safe and reliable code One-click installation with simplified configuration Compatible with Claude Code, Cursor, and more
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/dadbodgeoff/drift --skill feature-flags- Source
- dadbodgeoff/drift
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-06
- Updated
- 2026-02-18
Quick answers
What is feature-flags?
Implement a feature flag system for gradual rollouts, A/B testing, and kill switches. Use when you need to control feature availability without deployments, test features with specific users, or implement percentage-based rollouts. Source: dadbodgeoff/drift.
How do I install feature-flags?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dadbodgeoff/drift --skill feature-flags Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/dadbodgeoff/drift
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-06