flags
How to Install
Claude Code:
git clone --depth 1 https://github.com/jcasnellie69/homelab-config.git && cp homelab-config/skills/flags ~/.claude/skills/flags -r---
name: flags
description: Use when you need to check feature flag states, compare channels, or debug why a feature behaves differently across release channels.
---
# Feature Flags
Arguments:
- $ARGUMENTS: Optional flags
## Options
| Option | Purpose |
|--------|---------|
| (none) | Show all flags across all channels |
| `--diff ` | 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
Details
| Category | Coding → debug |
| Source | jcasnellie69/homelab-config |
| SKILL.md | View on GitHub → |
| Repo Stars | N/A |
| Est. per Skill | N/A (shared across 48 skills from this repo) |
| Difficulty | Intermediate |
| Risk Level | Safe |
Related Skills
dbos-golang
DBOS Go Best Practices Guide for building reliable, fault-tolerant Go applications with DBOS durable
swiftui-expert-skill
SwiftUI Expert Skill When to Use You are building, reviewing, or refactoring SwiftUI code and need c
tcm-constitution-analyzer
中医体质辨识分析器技能 分析中医体质数据,识别体质类型,评估体质特征,并提供个性化养生改善建议。 When to Use 你需要根据中医体质分类标准评估用户体质,并识别主导体质与兼夹体质。 你想结合营
n8n-expression-syntax
n8n Expression Syntax Expert guide for writing correct n8n expressions in workflows. When to Use You
Works Well With
Skills from the same repository — often designed to work together
awk
--- name: awk description: > Expert GNU awk (gawk) one-liner generation and transformation. Use this
flow
--- name: flow description: Use when you need to run Flow type checking, or when seeing Flow type er
merge
--- name: merge description: Merge changes from the topic branch to the merge base branch. Use when