flipswitch-io
@flipswitch-io Organization
Public Skills
flipswitch-status
by flipswitch-io
Shows an overview of all feature flags with on/off status per environment, targeting rules, and rollout indicators. Use when checking the current state of feature flags or when the user asks about flag status across environments.
flipswitch-toggle
by flipswitch-io
Enables or disables a feature flag in a specific environment. Use when changing a flag's state, turning on a feature for testing, or disabling a flag in production.
flipswitch-setup
by flipswitch-io
Sets up the Flipswitch feature flag SDK in a project. Detects the project language, installs the SDK, writes initialization code, and creates an example flag. Use when starting with Flipswitch, integrating feature flags for the first time, or when the user asks to set up or install Flipswitch.
flipswitch-create
by flipswitch-io
Creates a new feature flag in Flipswitch and generates evaluation code for the project's language. Use when adding a new feature flag or when the user asks to create a flag.