DevOps · Global library
Feature Flag Manager
Design and manage feature flag systems that enable safe feature releases, A/B testing, and operational control without code deployments
CodexClaude CodeKimi Codeorchestrator-mcp
Best use case
Use Feature Flag Manager when you need to design and manage feature flag systems that enable safe feature releases, A/B testing, and operational control without code deployments, especially when the work is driven by feature flags and feature toggles.
Trigger signals
feature flagsfeature toggleslaunchdarklyunleashflag managementfeature management
Validation hooks
flag-categorizationcleanup-process
Install surface
Copy the exact command path you need.
Inspect
pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show feature-flag-manager
Use
orchestrator-mcp skills export feature-flag-manager --to ./skillforge-packs
# copy the exported pack into your preferred agent environment
Export
cp -R skills/feature-flag-manager ./your-agent-skills/feature-flag-manager
# or open skills/feature-flag-manager/SKILL.md in a markdown-first client
File patterns
.ldconfigfeature-flags.*toggles.*flags.yaml
Model preferences
claude-sonnet-4gpt-4oclaude-haiku-3
Related skills
Adjacent packs to compose next.
Design and implement progressive delivery strategies that minimize deployment risk through canary releases, feature flags, and automated rollback
CodexClaude Code
Implement GitOps workflows with ArgoCD that enable declarative, version-controlled continuous delivery to Kubernetes
CodexClaude Code
Automate safer production rollouts with health-aware promotion and rollback triggers.
CodexClaude Code