feature-flagsDeep feature flag workflow—taxonomy, targeting, lifecycle, safety and kill switches, cleanup, and governance. Use when shipping gradually, experimenting, or...
Install via ClawdBot CLI:
clawdbot install mike47512/feature-flagsGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Apr 29, 2026
A SaaS company uses feature flags to gradually roll out a new dashboard to users, starting with a small percentage and increasing based on feedback and stability. This minimizes risk and allows quick rollback if issues arise.
An e-commerce platform runs experiments with different checkout flows using feature flags, targeting specific user segments. This enables data-driven decisions to improve conversion rates.
A financial services company implements kill switches via feature flags to disable malfunctioning services instantly. This ensures system reliability and protects against cascading failures.
A B2B software provider uses feature flags to enable or disable features per tenant, allowing customized user experiences without separate deployments. This simplifies configuration management.
A gaming company uses feature flags to test new gameplay mechanics and then removes them after the experiment concludes. This prevents technical debt and keeps codebase clean.
Offer a hosted feature flag service with targeting, analytics, and governance capabilities. Customers pay based on number of flags or requests.
Provide consulting services to help enterprises set up feature flag governance, including taxonomy, lifecycle policies, and audit trails. Charge per project or retainer.
Offer a core open-source feature flag library and sell premium support, training, and enterprise features (e.g., advanced targeting, audit logs).
💬 Integration Tip
Start with a single flag type (e.g., release flags) and establish a naming convention. Use deterministic bucketing to ensure consistency across services.
Scored Apr 19, 2026
Full desktop computer use for headless Linux servers. Xvfb + XFCE virtual desktop with xdotool automation. 17 actions (click, type, scroll, screenshot, drag,...
Diagnoses common Linux service issues using logs, systemd/PM2, file permissions, Nginx reverse proxy checks, and DNS sanity checks. Use when a server app is failing, unreachable, or misconfigured.
Run a single command on a remote Tailscale node via SSH without opening an interactive session.
Debug DNS resolution and network connectivity. Use when troubleshooting DNS failures, testing port connectivity, diagnosing firewall rules, inspecting HTTP requests with curl verbose mode, configuring /etc/hosts, or debugging proxy and certificate issues.
主动监控系统状态。定期检查服务器健康,主动汇报,无需等待指令。
Manage Coolify deployments, applications, databases, and services via the Coolify API. Use when the user wants to deploy, start, stop, restart, or manage applications hosted on Coolify.