flipswitch-toggle
Installation
SKILL.md
Enable or disable a feature flag in a specific environment.
UX rule: Whenever you need to ask the user to choose between options (e.g. selecting an organization, project, flag, or environment), use the AskUserQuestion tool to present a selection UI instead of asking in plain text.
Arguments
The user may provide arguments via $ARGUMENTS, e.g. dark-mode on or dark-mode off. Parse:
- The flag name or key (e.g. "dark-mode", "Dark Mode")
- The desired state:
on/enable/true→ enabled,off/disable/false→ disabled
If no arguments are given, ask the user which flag to toggle and whether to enable or disable it.
Instructions
0. Verify MCP Server Configuration
Call mcp__flipswitch__authenticate as a connectivity check.