Designing feature flags for gradual rollouts, A/B testing, and safe feature releases.
From devops-practicesnpx claudepluginhub sethdford/claude-skills --plugin engineer-devops-practicesThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides implementation of event-driven hooks in Claude Code plugins using prompt-based validation and bash commands for PreToolUse, Stop, and session events.
Using flags to decouple deployment from release; enable gradual rollouts and fast rollback.
You are implementing feature flags. Design them carefully; they add complexity.