·feature-flags
</>

feature-flags

cosmix/claude-loom

Feature-Flag-Muster für kontrollierte Rollouts, A/B-Tests, Kill-Switches und Laufzeitkonfiguration. Verwendung bei der Implementierung von Funktionsumschaltungen, Funktionsflags, schrittweisen Rollouts, Canary-Releases, prozentualen Rollouts, Dark Launches, Benutzer-Targeting, A/B-Tests, Experimenten, Leistungsschaltern, Notausschaltern, Modellwechsel oder Infrastruktur-Flags.

5Installationen·0Trend·@cosmix

Installation

$npx skills add https://github.com/cosmix/claude-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 | 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 |

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/cosmix/claude-loom --skill feature-flags
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist feature-flags?

Feature-Flag-Muster für kontrollierte Rollouts, A/B-Tests, Kill-Switches und Laufzeitkonfiguration. Verwendung bei der Implementierung von Funktionsumschaltungen, Funktionsflags, schrittweisen Rollouts, Canary-Releases, prozentualen Rollouts, Dark Launches, Benutzer-Targeting, A/B-Tests, Experimenten, Leistungsschaltern, Notausschaltern, Modellwechsel oder Infrastruktur-Flags. Quelle: cosmix/claude-loom.

Wie installiere ich feature-flags?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/cosmix/claude-loom --skill feature-flags Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

https://github.com/cosmix/claude-loom