Claude Code Plugins Plus Skills
425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.
What is Claude Code Plugins Plus Skills?
Claude Code Plugins Plus Skills is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 425 plugins, 2,810 skills, 200 agents for claude code. open-source marketplace at tonsofskills.com with the ccpi cli package manager.
425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- 425 plugins, 2,810 skills, 200 agents for Claude Code. Open-
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx claude-code-plugins-plus-skillsConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Claude Code Plugins Plus Skills
Claude Code Plugins Plus Skills is an open-source marketplace of 425 plugins, 2,810 skills, and 200+ agents that extend Claude Code with ready-to-use automation for DevOps, AI/ML, databases, security, testing, crypto, and more. Skills are plain markdown files with YAML frontmatter that Claude Code loads at startup, activating them contextually when your conversation matches their trigger phrases — no slash commands required. The companion ccpi CLI (available via the @intentsolutionsio/ccpi package) acts as a package manager for installing and updating individual plugin packs from tonsofskills.com.
Prerequisites
- Claude Code installed (npm install -g @anthropic-ai/claude-code)
- Node.js 18+ and pnpm
- An Anthropic API key configured for Claude Code
- Optional: @intentsolutionsio/ccpi CLI for marketplace browsing and targeted installs
Install the ccpi CLI package manager
Install the Claude Code Plugin Installer globally with pnpm so you can browse and install individual plugin packs from the marketplace.
pnpm add -g @intentsolutionsio/ccpiBrowse and install a plugin pack
Use ccpi to install a specific pack. For example, the devops-automation-pack adds Kubernetes, Terraform, and CI/CD skills to Claude Code.
ccpi install devops-automation-packAlternatively, install via Claude's built-in plugin commands
If you prefer to stay inside Claude Code, add the marketplace source and install packs directly from the chat interface.
/plugin marketplace add jeremylongshore/claude-code-plugins
/plugin install devops-automation-pack@claude-code-plugins-plusVerify skills are loaded
After installation, Claude Code reads each skill's SKILL.md frontmatter at startup. Start a new session and ask Claude what skills are available to confirm they loaded correctly.
Trigger skills contextually
Skills activate automatically when your prompt matches the 'Use when...' phrase in the skill's frontmatter — no explicit command needed. For example, mentioning Ansible playbooks triggers the ansible-playbook-creator skill.
Explore the marketplace website
Visit tonsofskills.com to browse all 425 plugins organized into 18 categories including SaaS integrations, AI/ML, testing, security, and database tools. Each listing shows the skill trigger phrases and allowed tools.
open https://tonsofskills.comClaude Code Plugins Plus Skills Examples
Client configuration
The plugin system augments Claude Code directly. The MCP server entry below references the npx package so Claude Code can discover the marketplace server.
{
"mcpServers": {
"claude-code-plugins-plus-skills": {
"command": "npx",
"args": ["claude-code-plugins-plus-skills"]
}
}
}Prompts to try
Because skills activate contextually, simply describe what you want to do. The matching skill activates automatically.
- "Create an Ansible playbook to configure Apache on Ubuntu servers."
- "Set up a Terraform module for an AWS EKS cluster with autoscaling."
- "Run a security vulnerability scan on my Node.js dependencies."
- "Generate a database migration script for adding a users table in PostgreSQL."
- "Write E2E tests for my login flow using Playwright."Troubleshooting Claude Code Plugins Plus Skills
Skills are installed but not activating in Claude Code sessions
Skills are read from SKILL.md files at startup. Restart Claude Code after installing packs and confirm the SKILL.md files are present in the expected directory. Check that the 'Use when...' trigger in the frontmatter matches the phrasing in your prompt.
ccpi command not found after installation
Ensure pnpm's global bin directory is in your PATH. Run `pnpm bin -g` to find the directory, then add it to your shell profile (e.g., export PATH="$(pnpm bin -g):$PATH").
Plugin pack install fails with a permissions error
If using npm instead of pnpm, run with sudo or configure a global npm prefix in your home directory to avoid needing elevated permissions: `npm config set prefix ~/.npm-global`.
Frequently Asked Questions about Claude Code Plugins Plus Skills
What is Claude Code Plugins Plus Skills?
Claude Code Plugins Plus Skills is a Model Context Protocol (MCP) server that 425 plugins, 2,810 skills, 200 agents for claude code. open-source marketplace at tonsofskills.com with the ccpi cli package manager. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Claude Code Plugins Plus Skills?
Follow the installation instructions on the Claude Code Plugins Plus Skills GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Claude Code Plugins Plus Skills?
Claude Code Plugins Plus Skills works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Claude Code Plugins Plus Skills free to use?
Yes, Claude Code Plugins Plus Skills is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Claude Code Plugins Plus Skills Alternatives — Similar Developer Tools Servers
Looking for alternatives to Claude Code Plugins Plus Skills? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Claude Code Plugins Plus Skills in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Claude Code Plugins Plus Skills?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.