Feature Flag

Registers a feature flag as additive-only and verifies the flag-off path still matches the previous default. Use whenever adding or extending a feature flag, editing FeatureFlags.cs, changing feature_flags in assembler.yml, gating a code path behind a FEATURE_* environment variable, or enabling a flag in an environment. Do not skip this skill for flag work even if the user does not name it.

elastic 9ae4e05 2.9 KB Updated

File contents

elastic/docs-builder/tree/main/.claude/skills/feature-flag commit 9ae4e0553c

Frequently asked questions

npx skillmds@latest add elastic/feature-flag