NICE Illuminate Claude Code plugins - shared skills, MCP servers, and commands
npx claudepluginhub nice-illuminate/claude-pluginsNICE Illuminate AWS infrastructure - MFA authentication, role assumption, and SSM tunneling to internal services
Example plugin demonstrating skills, commands, and MCP server configuration
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Official plugin marketplace for NICE Illuminate's Claude Code extensions.
claude plugin marketplace add nice-illuminate/claude-plugins
# List available plugins
claude plugin marketplace update nice-illuminate-plugins
# Install a plugin
claude plugin install <plugin-name>@nice-illuminate-plugins
# Or use the interactive UI
# Type /plugin in Claude Code and select "Discover"
# Update all plugins
claude plugin update
# Update specific plugin
claude plugin update <plugin-name>
| Plugin | Description | Category |
|---|---|---|
| example-plugin | Example plugin with skills, commands, and MCP | example |
plugins/ with your plugin nameplugins/your-plugin/
├── .claude-plugin/
│ └── plugin.json # Required: Plugin metadata
├── .mcp.json # Optional: MCP server configs
├── commands/ # Optional: Slash commands
│ └── your-command.md
├── skills/ # Optional: Skills
│ └── your-skill/
│ └── SKILL.md
└── README.md # Recommended: Documentation
.claude-plugin/marketplace.json{
"name": "your-plugin",
"description": "What your plugin does",
"author": {
"name": "Your Name",
"email": "you@nice.com"
}
}
---
description: Short description shown in /help
argument-hint: <required> [optional]
allowed-tools: [Read, Glob, Grep, Bash]
---
Instructions for Claude when this command is invoked.
---
name: your-skill
description: When Claude should use this skill
version: 1.0.0
---
# Skill Name
Instructions and context for the skill.
{
"server-name": {
"type": "stdio",
"command": "npx",
"args": ["-y", "your-mcp-package"],
"env": {
"API_KEY": "{{API_KEY}}"
}
}
}
plugins/your-plugin/.claude-plugin/marketplace.jsonFor issues or questions, contact the Illuminate team or open an issue in this repository.