setup-feature-flags
CommunitySafely decouple deployments with feature flags.
Software Engineering#testing#feature flags#deployment decoupling#rollout strategy#kill switch#service middleware
Authormariotoffia
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This skill teaches teams how to implement feature flags to decouple deployment from release, enabling safe rollouts, kill switches, and controlled cleanups in cloud-agnostic patterns.
Core Features & Use Cases
- Flag registry: Centralized definition of feature flags with ownership, rollout, and expiration metadata.
- In-memory client: Deterministic evaluation with overrides and per-user evaluation context for rollout decisions.
- Middleware integration: Context propagation and easy integration into service pipelines via a flag-aware middleware layer.
- Use Case: Roll out a new billing engine to a subset of users, with the option to quickly disable it on failure.
Quick Start
Set up a FlagRegistry, create an InMemoryClient, and evaluate a flag to observe rollout semantics.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: setup-feature-flags Download link: https://github.com/mariotoffia/gobridge/archive/main.zip#setup-feature-flags Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.