smithery/facebook

flags

Use when you need to check feature flag states, compare channels, or debug why a feature behaves differently across release channels.

Installation

$ npx skills add smithery/facebook --skill flags

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/facebook.

npx skills add smithery/facebook

Browse all from smithery/facebook

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,016 B
  • docs SUMMARY.md 146 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Feature Flags

Arguments:

  • $ARGUMENTS: Optional flags

Options

Option Purpose
(none) Show all flags across all channels
--diff <ch1> <ch2> Compare flags between channels
--cleanup Show flags grouped by cleanup status
--csv Output in CSV format

Channels

  • www, www-modern - Meta internal
  • canary, next, experimental - OSS channels
  • rn, rn-fb, rn-next - React Native

Legend

✅ enabled, ❌ disabled, 🧪 VARIANT, 📊 profiling-only

Instructions

  1. Run yarn flags $ARGUMENTS
  2. Explain the output to the user
  3. For --diff, highlight meaningful differences

Common Mistakes

  • Forgetting VARIANT flags - These are tested both ways in www; check both variants
  • Comparing wrong channels - Use --diff to see exact differences