flipswitch-status
Installation
SKILL.md
Show an overview of feature flags in a Flipswitch project.
UX rule: Whenever you need to ask the user to choose between options (e.g. selecting an organization or project), use the AskUserQuestion tool to present a selection UI instead of asking in plain text.
Instructions
0. Verify MCP Server Configuration
Call mcp__flipswitch__authenticate as a connectivity check.
- If successful: ✅ MCP server is configured. Proceed to step 1.
- If it fails with "tool not found" or similar: ❌ MCP server is NOT configured. Run this in your terminal:
Then restart Claude Code and retry this skill.claude mcp add --scope user --transport http flipswitch https://mcp.flipswitch.io/mcp - If it fails with a network error: ⚠️ MCP server is configured but unreachable. Check your internet connection.