Showing 30 of 27430 results
from vanman2024/ai-dev-marketplace
Document processing suite including Excel, Word, PowerPoint, PDF, Google Docs, and Google Slides
from vanman2024/ai-dev-marketplace
from sponticelli/gamedev-claude-plugins
Software engineering agents for full-stack development, architecture, DevOps, security, database optimization, code review, incident response, and specialized platform integrations
from vanman2024/ai-dev-marketplace
Feature flag implementation, management, and cleanup. Handles flag creation, gradual rollout strategies, A/B testing wiring, stale flag detection, and safe flag removal. Supports LaunchDarkly, Unleash, GrowthBook, Statsig, custom env-var flags, and database-backed toggles. Use when adding gated features, rolling out gradually, or cleaning up old flags.
Feature flag lifecycle management plugin. Tracks all flags across the codebase, detects stale flags (>90 days enabled at 100%), enforces naming conventions, auto-generates flag registry, and produces cleanup PRs for dead flags. Integrates with LaunchDarkly, GrowthBook, Unleash, Statsig, and env-var flag patterns.
Safely remove an entire feature and every dead reference it leaves behind β not just the folder you point at, but the sibling folders in other architecture layers, the imports/registries/routes/i18n keys that point to it, and any newly-orphaned code. Verifies the quality gate stays 100% green and writes a Markdown removal report. Use when deleting a feature, screen, module, or directory and you need it gone WITHOUT leaving dead files or dead code. Triggers on /feature-purge <path>, "remove this feature", "delete this folder safely", "apaga essa feature sem deixar cΓ³digo morto", "limpa essa screen e as camadas".
from sponticelli/gamedev-claude-plugins
Game development agents for Unity, Unreal Engine, Godot, Roblox Studio, and Blender covering gameplay scripting, multiplayer, shaders, level design, narrative, audio, and technical art