RHDP Skills Marketplace
AI-powered skills for Red Hat Demo Platform content creation and provisioning.
Supports: Claude Code | VS Code with Claude Extension | Cursor 2.4+
✅ Note: All platforms support the Agent Skills open standard. Skills work natively in Claude Code, VS Code with Claude extension, and Cursor 2.4+.

📚 Full Documentation | Changelog | Contributing
🎯 I Want To...
Create a customer demo or workshop? → You want Showroom skills
/showroom:create-demo - Build a presenter-led demo (you present, customers watch)
/showroom:create-lab - Build a hands-on workshop (customers follow along step-by-step)
What you need:
- Claude Code (CLI) or VS Code with Claude extension
- This installer (see Quick Start below)
- Your demo idea
What you DON'T need:
- No coding required
- No Git knowledge needed
- No command line experience required
RHDP Internal Team? → See Advanced Setup for AgnosticV and Health skills
Quick Start
Installation (Marketplace Method - Recommended)
Prerequisites: Install Claude Code first from https://claude.com/claude-code
Step 1: Start Claude Code in your terminal:
claude
Step 2: In Claude Code chat (NOT in terminal), add the RHDP marketplace:
# If you have SSH keys configured (shorter)
/plugin marketplace add rhpds/rhdp-skills-marketplace
# If you don't have SSH configured (use this)
/plugin marketplace add https://github.com/rhpds/rhdp-skills-marketplace
Step 3: In Claude Code chat, install the plugins you need:
# For workshop/demo creation
/plugin install showroom@rhdp-marketplace
# For AgnosticV catalogs (RHDP internal)
/plugin install agnosticv@rhdp-marketplace
# For deployment health checks (RHDP internal)
/plugin install health@rhdp-marketplace
Benefits:
- ✅ Standard installation (like dnf/brew)
- ✅ Automatic updates with
/plugin marketplace update
- ✅ Version management and rollback
- ✅ Clean uninstall
See MARKETPLACE.md for complete plugin list and usage.
Available Plugins
Showroom Plugin (showroom@rhdp-marketplace) - Workshop and demo creation:
/showroom:create-lab - Generate workshop lab modules
/showroom:create-demo - Generate presenter-led demo content
/showroom:verify-content - AI-powered quality validation
/showroom:blog-generate - Transform content into blog posts
AgnosticV Plugin (agnosticv@rhdp-marketplace) - RHDP infrastructure automation:
/agnosticv:catalog-builder - Create/update AgnosticV catalog items & Virtual CIs
/agnosticv:validator - Validate catalog configurations
Health Plugin (health@rhdp-marketplace) - Deployment validation:
/health:deployment-validator - Create Ansible validation roles
FTL Plugin (ftl@rhdp-marketplace) - Full Test Lifecycle:
/ftl:rhdp-lab-validator - Generate ZT runtime-automation playbooks for RHDP showroom labs (OCP/RHEL/AAP)
Namespaces
🎓 showroom (Public - Content Creation)
Purpose: Create high-quality workshop and demo content for Red Hat Showroom
Skills:
| Skill | Description | Use Case |
|---|
create-lab | Generate workshop lab modules | Building hands-on learning content |
create-demo | Generate presenter-led demos | Creating Know/Show demo modules |
verify-content | Quality validation | Ensuring Red Hat standards |
blog-generate | Transform to blog posts | Publishing to Red Hat Developer |
Workflow:
/create-lab → Write content → /verify-content → /blog-generate
Documentation: showroom/README.md
⚙️ agnosticv (RHDP Internal/Advanced - Provisioning)
Purpose: Manage RHDP catalog infrastructure provisioning and validation
Skills:
| Skill | Description | Use Case |
|---|
agnosticv-catalog-builder | Create/update catalogs (unified) | Building new RHDP catalog entries |
agnosticv-validator | Validate configurations | Pre-deployment quality checks |
Workflow:
/agnosticv-catalog-builder → Test in RHDP → /create-lab (with UserInfo) → Deploy
Documentation: agnosticv/README.md
🏥 health (RHDP Internal/Advanced - Validation & Testing)
Purpose: Post-deployment validation, health checks, and automated testing
Skills:
| Skill | Description | Use Case |
|---|
deployment-validator | Create validation roles | Automated post-deploy health checks |