acc-create-feature-flags

Installation
SKILL.md

Feature Flag Generator

Generates feature flag implementation for progressive deployments.

Feature Flag Service Interface

<?php
// src/Infrastructure/FeatureFlag/FeatureFlagServiceInterface.php

declare(strict_types=1);

namespace App\Infrastructure\FeatureFlag;

interface FeatureFlagServiceInterface
{
    /**
     * Check if a feature is enabled globally.
     */
Related skills
Installs
1
GitHub Stars
71
First Seen
Feb 11, 2026
Security Audits