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 | security-engineer | Access controls, audit logging, sensitive data |
| Scale flag infrastructure | senior-infrastructure-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/loom --skill feature-flags- 分類
- </>開發工具
- 認證
- ✓
- 收錄時間
- 2026-02-01
- 更新時間
- 2026-02-18
快速解答
什麼是 feature-flags?
用於受控部署、A/B 測試、終止開關和運行時配置的功能標誌模式。在實現功能切換、功能標誌、逐步推出、金絲雀發布、百分比推出、暗啟動、用戶定位、A/B 測試、實驗、斷路器、緊急終止開關、模型切換或基礎設施標誌時使用。 來源:cosmix/loom。
如何安裝 feature-flags?
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/cosmix/loom --skill feature-flags 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用
這個 Skill 的原始碼在哪?
https://github.com/cosmix/loom
詳情
- 分類
- </>開發工具
- 來源
- skills.sh
- 收錄時間
- 2026-02-01