flag-search

Installation
SKILL.md

flag-search

Search, list, and audit GrowthBook feature flags. Three jobs share this skill: broad inventory listing, filtered search by criteria, and stale-flag auditing for cleanup candidates.

Read-only — this skill never writes.

All API calls go through the bundled helper: ${CLAUDE_PLUGIN_ROOT}/scripts/gb-call. It needs GB_API_KEY set in env or written to ~/.config/growthbook/.env by /growthbook:gb-setup.

Workflow

Pick the path that matches the user's request.

Path A — Full inventory ("what flags do we have?")

Start with the lightweight key list:

gb-call GET /api/v2/feature-keys
Installs
46
GitHub Stars
21
First Seen
Jun 2, 2026
flag-search — growthbook/skills