·feature-flags
</>

feature-flags

cosmix/loom

制御されたロールアウト、A/B テスト、キル スイッチ、およびランタイム構成のための機能フラグ パターン。機能切り替え、機能フラグ、段階的ロールアウト、カナリア リリース、パーセンテージ ロールアウト、ダーク ローンチ、ユーザー ターゲティング、A/B テスト、実験、サーキット ブレーカー、緊急停止スイッチ、モデル切り替え、またはインフラストラクチャ フラグを実装するときに使用します。

17インストール·0トレンド·@cosmix

インストール

$npx skills add https://github.com/cosmix/loom --skill feature-flags

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
ソース
cosmix/loom
カテゴリ
</>開発ツール
認証済み
初回登録
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 で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/cosmix/loom