v2.14.0 ยท Red Hat Demo Platform

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 ยท 10 agents ยท 4 namespaces โ€” orchestrator pattern with parallel execution

๐Ÿ“

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
Learn more โ†’
โš™๏ธ

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
Learn more โ†’
๐Ÿฅ

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
Learn more โ†’
๐Ÿงช

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
Learn more โ†’
๐Ÿ“

Developer Guide New

Every file that skills and agents read โ€” how to add checks, update rules, change templates, and contribute new agents. Covers AgV validator, showroom prompts, and E2E templates.

  • How skills and agents read rules (priority chain)
  • Every prompt, template, and schema file explained
  • How to add checks, agents, and diagrams
  • PR checklist before contributing
Read the guide โ†’

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

Major release: agent orchestrator pattern, parallel execution, PH integration ยท Full changelog โ†’

โšก

Skill-as-Orchestrator Pattern

All showroom skills now delegate to specialized agents running in parallel โ€” same design as the FTL plugin. 6ร— faster on a 6-module lab (8 min โ†’ ~90 sec). Each agent returns dimension-scored JSON, enabling future regression detection.

๐Ÿค–

5 New Showroom Agents New

scaffold-checker (Haiku), module-reviewer (Sonnet), file-generator (Sonnet), score-aggregator (Haiku), doc-writer (Sonnet). Skills and agents use the right model for each task โ€” Haiku for reading, Sonnet for generation.

๐Ÿ”—

Publishing House Integration New

verify-content and create-lab support headless ph_payload mode. PH passes a JSON spec โ€” the skill runs all agents silently and returns structured JSON. Zero changes to PH required.

๐Ÿ”’

Security Checks New

Two new validator checks based on real production issues: multiuser htpasswd labs with shared passwords, and VS Code workloads with no authentication. Both flag as High โ€” blocking for lab readiness.

โœ๏ธ

Personal Writing Style New

Describe your writing style, paste example paragraphs, or save a profile to ~/.claude/context/my-writing-style.md. All content creation skills apply your style and run an auto-humanizer pass โ€” no AI writing patterns in the output.

๐Ÿ“

babylon.yaml Schema Authority New

The agnosticv validator now reads $agv_path/.schemas/babylon.yaml as the authoritative source before running checks. Category enums, field types, and additionalProperties: false enforcement all derived from the real schema โ€” no more invented rules.

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 โ†’
๐Ÿ”ง

Troubleshooting

Skills not showing, plugin errors, common fixes.

Fix common issues โ†’
๐Ÿ› ๏ธ

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 โ†’
๐Ÿ—๏ธ

Agent Architecture

How skills and agents work together โ€” orchestration diagrams, model assignments, agent communication patterns.

See the architecture โ†’
๐Ÿ”—

Publishing House Integration New

Sequence diagrams showing agent communication in interactive vs headless mode. ph_payload schema and JSON response format for all supported skills.

Integration guide โ†’
โœ๏ธ

Personal Writing Style New

Save your writing style profile once and all content creation skills use it automatically. Full guide with examples.

Set up your style โ†’