
from claude-plugins32
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).
This skill has not been reviewed by our automated audit pipeline yet.
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