feature-flags

Installation
SKILL.md

Feature Flags

Overview

Feature flags (also called feature toggles or feature gates) enable runtime control over feature availability without code deployments. They support gradual rollouts, A/B testing, user targeting, emergency kill switches, ML model switching, and infrastructure configuration. This skill covers implementation patterns, best practices, integration with LaunchDarkly/Unleash, and flag lifecycle management.

Agents

  • senior-software-engineer - Feature flag strategy, architecture decisions, rollout planning
  • senior-software-engineer - Implements feature flags, integrations, and flag evaluation logic
  • senior-software-engineer - Feature flag security, access controls, audit logging
  • senior-software-engineer - Feature flag infrastructure, distributed systems, caching strategies
  • software-engineer - ONLY for unit tests, boilerplate flag checks, or scaffolding from a concrete plan

Key Concepts

Flag Types

Boolean Flags - Simple on/off toggles:

Related skills

More from cosmix/loom

Installs
30
Repository
cosmix/loom
GitHub Stars
49
First Seen
Jan 23, 2026