
from claude-plugins35
Install, configure, and manage Model Context Protocol (MCP) servers for Claude Code, including runtime enable/disable, OAuth remote servers, and dynamic tool di
Provides expert guidance and commands for installing, configuring, and operating MCP (Model Context Protocol) servers used by Claude Code. Covers local stdio servers, remote HTTP+SSE servers with OAuth, runtime enable/disable commands, discovery caching, dynamic tool listing (list_changed), and troubleshooting patterns. Includes practical examples and jq/bash checks for validation.
Use when you need to: set up or manage MCP servers in a project, enable/disable servers at runtime, configure OAuth for remote MCP servers, troubleshoot connection or auth failures, or handle dynamic tool discovery without restarting the agent. Not for interactive installs where a separate configure-mcp helper is preferable.
/mcp commands, OAuth discovery and step-up auth flow, cache refresh guidance, and troubleshooting commands.Best matched to Claude Code and other agents that support MCP-style servers (Claude Code 2.1.50+), as well as environments that can run local command-based servers (npx, bunx, go).
MCP Server Management skill provides comprehensive reference documentation for configuring and managing MCP servers in Claude Code, covering stdio and HTTP+SSE transports, OAuth flows, runtime commands, and troubleshooting. Pure knowledge skill with no scripts. Well-structured with clear tables, code examples, and practical diagnostics. No security concerns — properly uses env var references instead of hardcoded credentials.
Clean, well-written reference skill. No executable code to audit. The troubleshooting and agentic optimization sections are particularly useful. Would benefit from version-specific feature gating notes.
OpenFeature SDK Integration
Guides integration of the vendor-agnostic OpenFeature feature-flag SDK across languages: installation, provider setup, flag evaluation, hooks, and testing patte
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
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.