AI AGENT ADDONS
Debugging
952installs

Feature flags let you control which features are active for different users or release channels. You can check the current state of all flags or compare how they differ between channels. This helps you understand why a feature might behave one way on www and another on experimental.

The tool shows flags with simple icons like ✅ for enabled and ❌ for disabled. You can also see flags that need cleanup or output results as a CSV file. It is useful for developers who want to debug unexpected behavior across releases.

Add Flags skill to your workflow

Global

mkdir -p ~/.claude/skills/flags

Project

mkdir -p .claude/skills/flags

Source Repository

Stars
246,277
Forks
51,088
Watchers
246,277
License
MIT
Last Push
1 month ago
Created
13 years ago