Add feature flags to a project that already has (or is adding) bq-analytics, then operate them — flip on/off, change rollout %, manage allowlists, materialize cohorts from BigQuery, and evaluate flag impact. Backed by Vercel Edge Config; exposures auto-track to events.raw. Use when the user wants flags, says "add flags", or asks how to ramp / kill / experiment with a feature.
$npx -y skills add johnkueh/bq-analytics --skill flagsInstalls into the current project.
Run `npx skills use "https://github.com/johnkueh/bq-analytics" --skill "johnkueh/bq-analytics/flags"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/johnkueh/bq-analytics" that are relevant to the current task. Run `npx skills add "https://github.com/johnkueh/bq-analytics"` and select the relevant skills, then follow their instructions.