feature-flag-analytics-expert

feature-flag-analytics-expert is a skill for Claude Code, Codex from roedyrustam/vibes-plug. It costs 57 tokens per session (789 once invoked), scanned A, original, MIT.

A guide to controlling when users see software features and to measuring different versions of a product. Feature flags turn features on or off, while progressive rollouts and A/B tests release or compare them gradually.

In plain words
What is it for?
Use it to configure PostHog, LaunchDarkly, or GrowthBook flags, run canary and percentage rollouts, add kill switches, and analyze conversion results.
Why use it?
It reduces the risk of releasing a change to everyone at once and makes it possible to stop or evaluate a feature without redeploying code.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to configure PostHog, LaunchDarkly, or GrowthBook flags, run canary and percentage rollouts, add kill switches, and analyze conversion results.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/roedyrustam/vibes-plug/feature-flag-analytics-expert
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add roedyrustam/vibes-plug --skill feature-flag-analytics-expert
Clone the repo
git clone --depth 1 https://github.com/roedyrustam/vibes-plug

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for feature-flag-analytics-expert

README.md
[![agentmods](https://agentmods.dev/badge/skills/roedyrustam/vibes-plug/feature-flag-analytics-expert/github.svg)](https://agentmods.dev/skills/roedyrustam/vibes-plug/feature-flag-analytics-expert)
Your own site
<a href="https://agentmods.dev/skills/roedyrustam/vibes-plug/feature-flag-analytics-expert"><img src="https://agentmods.dev/badge/skills/roedyrustam/vibes-plug/feature-flag-analytics-expert/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for feature-flag-analytics-expert

Your own site · 80×15
<a href="https://agentmods.dev/skills/roedyrustam/vibes-plug/feature-flag-analytics-expert"><img src="https://agentmods.dev/badge/skills/roedyrustam/vibes-plug/feature-flag-analytics-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 789 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00057 $0.00789
Opus 5 $0.00028 $0.00394
Sonnet 5 $0.00011 $0.00158
Haiku 4.5 $0.00006 $0.00079

Measured 9d ago against content hash 730544815b1b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

feature-flag-analytics-expert scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/feature-flag-analytics-expert/SKILL.md · 67 lines

How it starts

The opening of the file, as written. The whole thing — 67 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Feature Flag & Progressive Rollout Expert

English | Bahasa Indonesia


English

Purpose & Overview

Production-grade guidelines for feature flag management, progressive feature rollouts, canary deployments, A/B testing experiment analysis, and dynamic server-side/client-side feature evaluation using PostHog, LaunchDarkly, and GrowthBook.

Key Capabilities

  • Feature Gating: Decoupling code deployment from feature release with instant kill-switches.
  • Canary & Percentage Rollout: Incrementally releasing new features to 5%, 25%, 50%, and 100% of user segments.
  • Experimentation Engine: Statistical A/B testing with conversion metrics and variant analytics.
import { PostHog } from 'posthog-node';

const posthog = new PostHog(process.env.POSTHOG_API_KEY!);

export async function isNewCheckoutEnabled(userId: string) {
  const isEnabled = await posthog.isFeatureEnabled('new-checkout-flow', userId);
  return isEnabled;
}

Implementation Checklist

  • Initialize the Feature Flag client (e.g., PostHog/LaunchDarkly) securely on the server and client.
  • Create flags in the dashboard before referencing them in code.
  • Set fallback (default) values for flags in case of network failures.
  • Use user identification (User ID/Distinct ID) consistently to ensure the same user gets the same flag variant.
  • Clean up obsolete flags from the codebase once a feature is 100% rolled out.

Orchestration & Integration

  • Integrates with: data-telemetry-expert, e2e-testing-expert, ci-cd-devops-architect.

Bahasa Indonesia

Deskripsi

Panduan tingkat produksi untuk manajemen feature flags, rilis fitur bertahap (progressive rollout), canary deployment, pengujian A/B testing, dan evaluasi fitur dinamis menggunakan PostHog, LaunchDarkly, dan GrowthBook.

Fitur Utama

  • Feature Gating: Memisahkan deployment kode dari rilis fitur dengan tombol kill-switch instan.
  • Rilis Bertahap (Canary): Meluncurkan fitur baru secara bertahap ke 5%, 25%, 50%, hingga 100% segmen pengguna.
  • Mesin Eksperimen: Pengujian A/B statistik dengan metrik konversi dan analitik varian.

Read the full file on GitHub · 67 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 67 lines · 57 tokens per session scan A 730544815b1b

Subscribe to this mod's changes

feature-flag-analytics-expert is a skill published in the GitHub repository roedyrustam/vibes-plug (50 stars, last pushed yesterday), licensed MIT. It adds 57 tokens to every session and 789 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

idea-refine

Refines raw ideas into sharp, actionable concepts through structured divergent and convergent thinking. Use when an idea is still vague, when you need to stress-test assumptions before committing to a plan, or when you want to expand options before converging on one. Triggers on "ideate", "refine this idea", or…

addyosmani/agent-skills · 75 tokens

update-dependencies

Upgrade project dependencies with breaking change research for major version updates. Use when the user asks to "update dependencies", "upgrade packages", "upgrade dependencies", "update deps", "upgrade deps", "update npm deps", "update Swift packages", "cargo update", "go get updates", "bundle update", or "pip…

tobihagemann/turbo · 70 tokens

review-plan

Review a plan by running internal reviews and a peer review in parallel and returning combined findings. Use when the user asks to "review my plan", "check my plan", "critique my plan", or wants feedback on a plan.

tobihagemann/turbo · 50 tokens

finalize

Run the post-implementation quality assurance workflow including tests, code polishing, review, and commit. Use when the user asks to "finalize implementation", "finalize changes", "wrap up implementation", "finish up", "ready to commit", or "run QA workflow".

tobihagemann/turbo · 58 tokens

create-changelog

Create a CHANGELOG.md following keepachangelog.com conventions with version history backfilled from GitHub releases or git tags. Use when the user asks to "create a changelog", "add a changelog", "initialize changelog", "start a changelog", "set up changelog", "generate changelog", or "backfill changelog".

tobihagemann/turbo · 75 tokens

ai-cold-outreach

When the user wants to build an AI-powered outreach system, write cold emails, improve deliverability, or scale personalized outreach. Also use when the user mentions 'cold email,' 'cold outreach,' 'outreach automation,' 'Instantly,' 'Smartlead,' 'Clay,' 'email sequences,' 'deliverability,' 'personalization at scale,'…

tech-leads-club/agent-skills · 114 tokens