NICE Illuminate AWS infrastructure - MFA authentication, role assumption, and SSM tunneling to internal services
npx claudepluginhub nice-illuminate/claude-plugins --plugin aws-toolsUse this skill when the user or Claude needs to access AWS accounts, run AWS CLI commands, check AWS resources, or work with any NICE Illuminate/WFO/InContact AWS environment. Triggers on mentions of AWS profiles, account access, MFA, or environment names like dev-illum, staging-illum, production, wfo-dev, etc.
Use this skill when the user needs to establish SSH/SSM tunnels to internal Illuminate services, connect to databases, access internal APIs, or connect to jump servers. Triggers on mentions of tunneling, port forwarding, jump server, SSM session, or accessing internal services.
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.
Battle-tested Claude Code plugin for engineering teams — 48 agents, 182 skills, 68 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Binary reverse engineering, malware analysis, firmware security, and software protection research for authorized security research, CTF competitions, and defensive security
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Next.js development expertise with skills for App Router, Server Components, Route Handlers, Server Actions, and authentication patterns