Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By nsheaps
Skills for MCP CLI tools, frameworks, proxy daemoning, and gateway patterns. Covers philschmid/mcp-cli, mcp-use, apify/mcpc, mcp-proxy daemoning, and MCP gateway architecture for sharing servers across sessions and networks.
npx claudepluginhub nsheaps/ai-mktpl --plugin mcp-toolingUse this skill when working with philschmid/mcp-cli — a lightweight Bun-based CLI for interacting with MCP servers from the shell. Use when the user asks about discovering MCP tools, calling MCP tools from the command line, reducing token consumption with dynamic tool discovery, or integrating MCP servers into shell scripts and AI agent workflows. Also use when encountering questions about mcp_servers.json configuration for CLI-based MCP access.
Use this skill when working with MCP gateways — infrastructure for running MCP servers off-host, sharing them between sessions/clients, and federating multiple servers behind a single endpoint. Use when the user asks about remote MCP servers, MCP multiplexing, sharing MCP tools across teams, securing MCP over networks, transport bridging (stdio to SSE/HTTP), or choosing between gateway solutions like Supergateway, mcp-proxy, ContextForge, Envoy AI Gateway, or AgentGateway.
Use this skill when working with mcp-proxy daemoning patterns — running a shared MCP proxy daemon that multiple Claude Code sessions can connect to simultaneously. Use when the user asks about sharing MCP servers across sessions, reducing MCP server overhead, running a single MCP proxy instance for multiple clients, configuring smart-mcp-proxy, or understanding the daemon lifecycle pattern from nsheaps/aitkit. Also use for the Serena de-duplication pattern — running project-level MCP servers at the user level to avoid duplicate instances across projects.
Use this skill when working with the mcp-use Python/TypeScript framework for building MCP servers, clients, and agents. Use when the user asks about creating MCP servers with Python decorators, building MCP agents with LangChain, connecting to multiple MCP servers programmatically, or using the mcp-use fullstack framework for MCP application development.
Use this skill when working with Apify's mcpc — a universal CLI client for MCP with persistent sessions, OAuth authentication, and interactive shell mode. Use when the user asks about connecting to remote MCP servers, managing MCP sessions, authenticating with OAuth for MCP, or using Apify's MCP platform. Also use when comparing MCP CLI tools or needing persistent named sessions.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Manage MCP servers - discover, analyze, execute tools/prompts/resources. Use for MCP integrations, capability discovery, tool filtering, programmatic execution, or encountering context bloat, server configuration, tool execution errors.
MCP server management and integration tools
Build FastMCP 3.x Python MCP servers — covers provider/transform architecture (including CodeMode, Tool Search, and server-level transforms), component versioning, session state, authorization (MultiAuth, PropelAuth, connection-pooled token verifiers), evaluation creation, Pydantic validation, async patterns, STDIO and HTTP transports, nginx reverse proxy deployment, background tasks, Prefab Apps UI, security patterns, client SDK usage, testing, deployment, and migration from FastMCP v2. TypeScript is a legacy reference only and is not updated for v3.
MCP server development helper with tool and resource scaffolding
Model Context Protocol Mcp Expert subagent
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Set up the sequential-thinking MCP server and auto-configure permissions for its tools on session start.
Intelligent skill that helps Claude parallelize Task tool calls when working on repetitive or batch operations, optimizing throughput based on task complexity
Relentlessly fix a PR until CI passes — iterates through review, fix, push cycles until green
Skills for managing Proxmox VE hosts and LXC containers — creating containers, running Docker in LXC, and hosting services like cloudflared.
Automatically syncs todos and plans from ~/.claude/ to the current project's .claude/ directory
A curated collection of plugins, rules, agents, and commands for Claude Code.
This repo is a plugin marketplace for Claude Code — a central place for reusable plugins, organization-wide rules, custom agents, and slash commands. It serves two purposes:
~/.claude/ for consistent behavior across all projectsAdd the plugin path to your project's .claude.json:
{
"plugins": ["/path/to/this/repo/plugins/scm-utils", "/path/to/this/repo/plugins/statusline"]
}
The .ai/rules/ directory is synced to ~/.claude/rules/ via automation (symlinks). This makes rules available across all projects without per-project configuration.
| Plugin | Description |
|---|---|
| commit-command | /commit — AI-generated commit messages matching your repo's style |
| commit-skill | Auto-analyze changes and create semantic commits during development |
| scm-utils | /commit, /update-branch commands + auth-user skill |
| git-spice | Manage stacked Git branches with the gs CLI |
| Plugin | Description |
|---|---|
| safety-evaluation-prompt | Pre-tool-call safety via prompt-style hooks |
| safety-evaluation-script | Pre-tool-call safety via script-style hooks (haiku CLI) |
| context-bloat-prevention | PostToolUse + PreToolUse hooks to detect and prevent context bloat |
| Plugin | Description |
|---|---|
| statusline | Configurable status line showing session info, project context, git status |
| statusline-iterm | Status line with iTerm2 badge integration |
| Plugin | Description |
|---|---|
| review-changes | /review-changes — detailed code review feedback |
| code-simplifier | /simplify — refine code for clarity and maintainability |
| create-command | /create-command — guided slash command creation |
| correct-behavior | /correct-behavior — fix AI behavior mistakes and update rules |
| product-development-and-sdlc | Iterative PRD writing with structured SDLC workflows |
| Plugin | Description |
|---|---|
| task-parallelization | Intelligently parallelize Task tool calls for batch operations |
| todo-sync | Auto-sync ~/.claude/ todos to project .claude/ directory |
| self-terminate | Graceful SIGINT termination for agents |