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
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
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
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 โ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 โ