Feature Flags
Feature Flags allows you to toggle new features live without releasing them, enabling controlled testing and rapid iteration for faster deployments.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add bagelhole-feature-flags npx -- -y @trustedskills/bagelhole-feature-flags
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"bagelhole-feature-flags": {
"command": "npx",
"args": [
"-y",
"@trustedskills/bagelhole-feature-flags"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The bagelhole-feature-flags skill allows AI agents to interact with and manage feature flags. It enables you to query the status of specific flags, update flag values, and potentially trigger actions based on flag changes. This is useful for controlled rollouts, A/B testing, and managing application behavior without code deployments.
When to use it
- Controlled Feature Rollout: Gradually release a new feature to a subset of users by enabling the corresponding feature flag.
- A/B Testing: Experiment with different versions of a feature by assigning different flag values to user groups.
- Emergency Kill Switch: Quickly disable a problematic feature in production by setting its feature flag to "off."
- Configuration Management: Use flags to manage application behavior based on environment (e.g., development, staging, production).
Key capabilities
- Querying feature flag status
- Updating feature flag values
- Integration with a feature flag management system (details unspecified)
Example prompts
- "What is the current value of the 'new_checkout_flow' feature flag?"
- "Enable the 'beta_discount' feature flag for user ID 12345."
- "Disable the 'experimental_search' feature flag immediately."
Tips & gotchas
The skill requires access to a feature flag management system. Ensure the AI agent has appropriate credentials and permissions within that system to function correctly.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.