feature-flags
✓用于受控部署、A/B 测试、终止开关和运行时配置的功能标志模式。在实现功能切换、功能标志、逐步推出、金丝雀发布、百分比推出、暗启动、用户定位、A/B 测试、实验、断路器、紧急终止开关、模型切换或基础设施标志时使用。
SKILL.md
Feature flags (also called feature toggles or feature gates) enable runtime control over feature availability without code deployments. They support gradual rollouts, A/B testing, user targeting, emergency kill switches, ML model switching, and infrastructure configuration. This skill covers implementation patterns, best practices, integration with LaunchDarkly/Unleash, and flag lifecycle management.
| Design flag architecture | senior-software-engineer | Strategic decisions on flag types, rollout strategy | | Implement flag service | software-engineer | Build evaluation logic, integrations | | Review flag security | senior-software-engineer | Access controls, audit logging, sensitive data |
| Scale flag infrastructure | senior-software-engineer | Distributed caching, performance, failover | | Integrate LaunchDarkly/Unleash | software-engineer | SDK integration, webhook setup | | Plan ML model rollout | senior-software-engineer | Performance routing, fallback strategy |
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/cosmix/claude-loom --skill feature-flags- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 feature-flags?
用于受控部署、A/B 测试、终止开关和运行时配置的功能标志模式。在实现功能切换、功能标志、逐步推出、金丝雀发布、百分比推出、暗启动、用户定位、A/B 测试、实验、断路器、紧急终止开关、模型切换或基础设施标志时使用。 来源:cosmix/claude-loom。
如何安装 feature-flags?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/cosmix/claude-loom --skill feature-flags 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/cosmix/claude-loom
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-01