RHDP Skills Marketplace
AI-powered skills for Claude Code. Create workshops, demos, and catalog items faster โ with built-in Red Hat standards and quality checks.
Available Skills
8 skills across 4 namespaces โ install only what you need
Showroom โ Workshop & Demo Creation
Create labs, demos, and blog posts for Red Hat Showroom. Handles AsciiDoc, navigation, quality validation, and Red Hat style standards.
/showroom:create-labโ Hands-on workshop modules (Know/Do/Check)/showroom:create-demoโ Presenter-led demos (Know/Show)/showroom:verify-contentโ Quality & standards validation/showroom:blog-generateโ Workshop โ blog post
AgnosticV โ Catalog Automation
Build and validate RHDP catalog items โ common.yaml, dev.yaml, description.adoc, info messages โ with guided questions covering all infrastructure types.
/agnosticv:catalog-builderโ Create or update catalog items/agnosticv:validatorโ Validate before submitting PR
Health โ Infrastructure Validation
Did my workload deploy correctly? Generates Ansible roles that check pods, routes, and services are healthy โ run at provisioning time, not during student exercises.
/health:deployment-validatorโ Create Ansible health check roles for deployed workloads
FTL โ E2E Lab Testing
Can a student complete the lab? Reads your .adoc modules and writes solve.yml + validate.yml playbooks for student exercise validation. 4-agent pipeline with self-healing Playwright and screenshot evidence.
/ftl:rhdp-lab-validatorโ Orchestrate 4 agents: read โ solve โ validate โ test/ftl:content-readerโ AsciiDoc reader with vision analysis/ftl:solve-writerโ Intent-based Playwright, self-healing on UI changes/ftl:env-connectorโ Live test + screenshot evidence + UI drift recovery
AIOps โ Incident Investigation
AI-assisted root-cause analysis of infrastructure failures. Correlate Ansible/AAP logs with Splunk OCP pod logs and GitHub configuration to diagnose failed jobs.
/aiops-skill:root-cause-analysisโ Investigate job failures/aiops-skill:logs-fetcherโ Fetch logs via SSH/aiops-skill:context-fetcherโ Fetch config and docs/aiops-skill:feedback-captureโ Capture session feedback
Quick Install
Two commands to get started on Claude Code
Claude Code Recommended
Native plugin marketplace โ automatic updates, version management.
``` /plugin marketplace add rhpds/rhdp-skills-marketplace /plugin install showroom@rhdp-marketplace ``` Full setup guide โCursor
One-command bash install. Works alongside your existing Cursor setup.
``` curl -fsSL https://raw.githubusercontent.com/rhpds/rhdp-skills-marketplace/main/install-cursor.sh | bash ``` Full setup guide โAlso works with VS Code using the Claude extension โ same setup as Claude Code.
What's New โ v2.11.2
Latest updates to the RHDP Skills Marketplace ยท Full changelog โ
AgnosticV Validator โ 2 New Checks
Check 25: Runtime automation consistency โ flags missing image or FTL workload when runtime_automation_enable: true. Check 26: LiteLLM virtual keys placement โ errors if found in a cluster provisioner CI instead of the tenant CI.
AgnosticV Catalog Builder โ E2E Testing + Terminal Type
New questions for terminal type (wetty / showroom / none) and E2E testing (solve + validate buttons). Full dependency checklist โ errors on partial config. Deployer chart vars now in the generated common.yaml template.
Showroom Verify-Content โ E.3a Fix + E2E Checks
E.3a false positives fixed โ [source,text], [source,yaml] and other non-shell blocks no longer trigger. Executable: bash, sh, shell, console, terminal, tty, wetty. New checks S.5a and S.5b for buttons.js and runtime-automation/.
Showroom Create-Lab โ Send-to & E2E Docs
Documented role="send-to-wetty" and role="send-to-terminal" combined roles, solve/validate button placeholder syntax, and fixed wrong nookbag template URL (showroom_template_nookbag).
Resources
Best Practices
Context management, CLAUDE.md setup, git rules, and real pitfalls from daily RHDP work.
Read before you start โQuick Reference
All install commands, skill commands, and common workflows in one place.
Open quick reference โBuild Your Own Skill
Have a repetitive workflow? Turn it into a reusable Claude Code skill. Walkthrough guides for different roles.
Start building โSkills vs Agents explainer โ