Quick Reference
Your go-to guide for RHDP Skills Marketplace commands and workflows.
Installation Commands
Cursor users: Use the terminal install script instead (see Cursor setup).
Add Marketplace
**With SSH Keys:** ``` /plugin marketplace add rhpds/rhdp-skills-marketplace ``` **Without SSH (HTTPS):** ``` /plugin marketplace add https://github.com/rhpds/rhdp-skills-marketplace ```Install Plugins
``` /plugin install showroom@rhdp-marketplace /plugin install agnosticv@rhdp-marketplace /plugin install health@rhdp-marketplace ```Update Marketplace
``` /plugin marketplace update ```Interactive: select marketplace, press 'u'
Update Plugins
``` /plugin update showroom@rhdp-marketplace /plugin update agnosticv@rhdp-marketplace /plugin update health@rhdp-marketplace ```Showroom Workflows
Creating a Workshop Lab
Invoke
/showroom:create-labAnswer prompts
Name, abstract, technologies, module count
Provide repo path
Path to RHDP-provisioned Showroom repo
Scaffold configured
site.yml, ui-config.yml, Showroom 1.5.3
Review content
Review generated module content
Verify
/showroom:verify-contentFix & publish
Fix any issues, then publish
Creating a Demo
Invoke
/showroom:create-demoAnswer prompts
Name, abstract, technologies, audience level
Provide repo path
Path to RHDP-provisioned Showroom repo
Scaffold configured
site.yml, ui-config.yml, Showroom 1.5.3
Review & verify
/showroom:verify-contentPresent or publish
Demo is ready
AgnosticV Workflows
Creating a New Catalog
Navigate
cd ~/work/code/agnosticvInvoke
/agnosticv:catalog-builderChoose mode
1 (Full Catalog)
AgV path auto-detected
Branch created from main
Context question
Single [1-7] question: event type + lab ID + tech
Discovery steps 2โ9
Infra gate, auth, workloads, Showroom, __meta__
Files generated
Auto-committed to branch
Validate
/agnosticv:validatorPush & PR
git push origin <branch-name>thengh pr create --fill
Validating a Catalog
Navigate
cd ~/work/code/agnosticv/<directory>/<catalog-name>Validate
/agnosticv:validatorReview report
Check errors and warnings
Fix & re-validate
Address issues, run again
Common File Locations
Claude Code / VS Code
``` ~/.claude/ โโโ plugins/ โ โโโ installed/ โ โ โโโ showroom@rhdp-marketplace/ โ โ โโโ agnosticv@rhdp-marketplace/ โ โ โโโ health@rhdp-marketplace/ โ โโโ marketplaces/ โ โโโ rhdp-marketplace/ โโโ skills/ # Legacy (if migrating) ```Cursor
``` ~/.cursor/ โโโ plugins/ โโโ skills/ # Legacy ```AgnosticV Repository
``` ~/work/code/agnosticv/ โโโ agd_v2/ # Standard catalogs โ โโโShowroom Content
``` showroom-repo/ โโโ content/ โ โโโ modules/ โ โโโ ROOT/ โ โโโ pages/ โ โ โโโ index.adoc โ โ โโโ module-01.adoc โ โ โโโ module-02.adoc โ โโโ partials/ โ โ โโโ _attributes.adoc โ โโโ nav.adoc โโโ antora.yml ```Check installed plugins
``` /plugin list ```Check marketplace
``` /plugin marketplace list ```Check AgnosticV repo
``` cd ~/work/code/agnosticv && git status ```Validate YAML syntax
``` yamllint common.yaml ```Test Showroom locally
``` npm run dev ```Skills not showing
``` # Restart Claude Code # Then verify installation: /plugin list ```Need to reinstall
``` # Uninstall plugins /plugin uninstall showroom@rhdp-marketplace /plugin uninstall agnosticv@rhdp-marketplace /plugin uninstall health@rhdp-marketplace # Reinstall /plugin install showroom@rhdp-marketplace /plugin install agnosticv@rhdp-marketplace /plugin install health@rhdp-marketplace ```AgnosticV repo not found
``` cd ~/work/code git clone git@github.com:rhpds/agnosticv.git ```UUID collision
``` # Generate new UUID uuidgen # Update common.yaml:__meta__:asset_uuid ```GitHub Issues
Report bugs and request features
#forum-demo-developers
Get help from the community
Documentation
Full guides and references
Changelog
Version history and updates
Agent Architecture
Orchestration diagrams, model assignments, how skills and agents communicate
Publishing House Integration
ph_payload headless mode โ sequence diagrams, payload schemas, JSON responses
Personal Writing Style
Style profiles, auto-humanizer, model efficiency breakdown
Skills vs Agents
When to use each โ updated for the orchestrator pattern