Claude Code Plugins Plus Skills

v1.0.0Developer Toolsstable

425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.

agent-skillsaiai-agentsanthropicautomation
Share:
2,230
Stars
0
Downloads
0
Weekly
0/5

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

Extend Claude Code with 425+ plugins
Access 2,810 skills and 200 agents
jeremylongshore

Maintainer

LicenseMIT
Languagepython
Versionv1.0.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx claude-code-plugins-plus-skills

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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/ccpi
2

Browse 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-pack
3

Alternatively, 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-plus
4

Verify 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.

5

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.

6

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.com

Claude 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.

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.

Quick Config Preview

{ "mcpServers": { "claude-code-plugins-plus-skills": { "command": "npx", "args": ["-y", "claude-code-plugins-plus-skills"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides