# Claude Code Agent: Launchdarkly Flag Cleanup > A specialized GitHub Copilot agent that uses the LaunchDarkly MCP server to safely automate feature flag cleanup workflows. This agent determines removal readiness, identifies... ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: ## Quick Use ```bash npx claude-code-templates@latest --agent development-tools/launchdarkly-flag-cleanup --yes ``` Inspect before activation: ```bash npx claude-code-templates@latest --agent development-tools/launchdarkly-flag-cleanup --yes --dry-run ``` --- ## What This Agent Covers A specialized GitHub Copilot agent that uses the LaunchDarkly MCP server to safely automate feature flag cleanup workflows. This agent determines removal readiness, identifies... This TokRepo page is an original install wrapper for the upstream Claude Code agent. It records the install path, source SHA, operational profile, and verification command without republishing the full upstream prompt body. --- ## Operating Profile - Category: Development Tools - Claude Code Templates path: `development-tools/launchdarkly-flag-cleanup` - Tools declared upstream: * - Best fit: Claude Code projects that need a focused specialist agent and reproducible install command. - Codex usage: stage and inspect generated files before activation when project-global behavior is sensitive. --- ## Verification ```bash npx claude-code-templates@latest --agent development-tools/launchdarkly-flag-cleanup --yes --dry-run ``` Expected installed file: ```text .claude/agents/launchdarkly-flag-cleanup.md ``` --- ## Source & License - Source: [davila7/claude-code-templates development-tools/launchdarkly-flag-cleanup.md](https://github.com/davila7/claude-code-templates/blob/main/cli-tool/components/agents/development-tools/launchdarkly-flag-cleanup.md) - Source SHA: `237047f59aede75433dfa0c67fc120b3762d2d6c` - Wrapper content hash is stored in TokRepo metadata. - License: MIT --- Source: https://tokrepo.com/en/workflows/claude-code-agent-launchdarkly-flag-cleanup-05ac37b6 Author: TokRepo精选