
from claude-plugins35
Guides integration of the vendor-agnostic OpenFeature feature-flag SDK across languages: installation, provider setup, flag evaluation, hooks, and testing patte
This skill documents how to integrate OpenFeature, a vendor-agnostic feature flag SDK, into applications across Node.js, Python, Go, Java, and Rust. It explains the architecture (SDK API, providers, flag sources), installation steps for different runtimes, initialization patterns, evaluation contexts, hooks for logging/telemetry, and testing with in-memory providers or mocks. Practical code snippets show provider setup, flag evaluation, React integration, and common testing strategies.
Activate this skill when users ask about feature-flagging, A/B testing, canary releases, progressive rollouts, or when they mention OpenFeature, flagd, LaunchDarkly, or similar tooling. It’s appropriate for engineers implementing flagging, writing tests around flags, or troubleshooting flag evaluation behavior.
Useful for developer-focused agents that can provide code snippets and run package manager commands (npm, go get) or suggest configuration changes in repos.
OpenFeature SDK Integration skill providing vendor-agnostic feature flag guidance across 6 languages (TypeScript/Node, Python, Go, Java, Rust, React). Well-structured reference skill with clear trigger conditions, architecture diagrams, and practical examples including initialization, evaluation, hooks, and testing patterns. No bundled scripts — purely a reference skill. Clean SKILL.md with no security concerns.
Solid reference skill for OpenFeature. Good trigger table distinguishing from sibling skills. Could benefit from a references/ directory with language-specific examples and a scripts/ directory for validation. No security issues whatsoever — purely instructional content with no executable code.
Mermaid Diagrams
Generate flowcharts, sequence diagrams, ERDs and other visuals from text using the Mermaid CLI (mmdc).
CI Workflow Standards
Guidelines and templates for GitHub Actions CI/CD: container builds, testing, release automation, and optional auto-fix workflows.
Project Discovery
Automatically orient an agent to an unfamiliar git codebase: analyze git state, detect project type and tooling, surface risk flags and give actionable next ste
Rust Development (Modern Practices)
Provides expert guidance for modern Rust systems programming: cargo workflows, ownership, async/concurrency (Tokio), testing, profiling, and tooling best practi
Git Repository Detection
Extract owner/repo identifiers from git remotes (HTTPS/SSH/enterprise) so CLIs and APIs can target the correct GitHub repository.
UV Workspaces — Python Monorepo Guide
Practical reference for managing Python monorepos with uv workspaces: workspace layout, shared lockfiles, member dependencies, sync/build commands, and Docker-f
MCP Server Management
Install, configure, and manage Model Context Protocol (MCP) servers for Claude Code, including runtime enable/disable, OAuth remote servers, and dynamic tool di
TFC Run Logs (Terraform Cloud)
Fetch and display Terraform Cloud plan and apply logs for a run ID to debug or review failed plans/applies (requires TFE_TOKEN).
Obsidian File History & Recovery
Inspect, diff, and restore previous Obsidian note versions from local file recovery or Obsidian Sync history.
Python Testing (pytest)
Quick reference for writing Python tests with pytest: fixtures, parametrization, coverage, mocking, and async testing.