Warning
Work in Progress: This project is under development. Things might break, and documentation may be incomplete.
Agent Skills for adopting and using Red Hat Developer Hub (RHDH) effectively.
Quick start:
npx skills add redhat-developer/rhdh-users-skill-pack— works with 50+ coding agents.
| Skill | Use when you want to… |
|---|---|
| rhdh-templates | Author, validate, and test RHDH Software Templates (Scaffolder) |
| skill-maker | Create, audit, and consolidate Agent Skills following the open standard |
Interactive authoring for RHDH Scaffolder templates — templatize an existing repo, create from scratch, fix common gotchas, and validate locally or against a running instance.
Example prompts:
- "Help me turn this Node.js repo into an RHDH Software Template"
- "Validate my
template.yamland fix Scaffolder gotchas" - "List scaffolder actions available on my RHDH instance"
Create, audit, or consolidate Agent Skills — useful when packaging your own RHDH workflows or contributing skills to this pack.
Example prompts:
- "Help me create a skill for our team's RHDH onboarding workflow"
- "Audit this SKILL.md — it never triggers when I expect it to"
- "Merge these two skills into one router skill"
npx skills add redhat-developer/rhdh-users-skill-packOr install only one skill:
npx skills add redhat-developer/rhdh-users-skill-pack --skill rhdh-templates
npx skills add redhat-developer/rhdh-users-skill-pack --skill skill-makernpx skills add redhat-developer/rhdh-users-skill-pack --listnpx skills add redhat-developer/rhdh-users-skill-pack -a claude-code
npx skills add redhat-developer/rhdh-users-skill-pack -a cursorSupported agents include Claude Code, Cursor, Codex, Pi, and many others.
git clone https://github.com/redhat-developer/rhdh-users-skill-pack.git
npx skills add ./rhdh-users-skill-pack- Install the pack (see above).
- Open your project in an agent-enabled editor or CLI.
- Describe your goal in plain language — for example, "help me turn this repo into an RHDH Software Template" or "help me write a skill for our RHDH golden paths."
You can also name the skill explicitly:
Use the skill-maker skill to audit my SKILL.md
A folder with a SKILL.md file (YAML front matter + instructions) that agents load when relevant. See the Agent Skills specification.
This repository is the user-facing skill pack — skills for adopting and operating RHDH. The internal rhdh-skill repo adds Red Hat engineering workflows (Jira, release management, Extensions Catalog, lifecycle checks, CI tooling) that are not needed for most RHDH users.
Yes. See CONTRIBUTING.md. Proposed skills should help RHDH users adopt or operate the platform and follow the Agent Skills open standard. Use skill-maker to draft and review new skills before opening a PR.
- RHDH product documentation: Red Hat Developer Hub
- Issues and feature requests: GitHub Issues
For contributors validating changes locally:
git clone https://github.com/redhat-developer/rhdh-users-skill-pack.git
cd rhdh-users-skill-pack
uv sync --extra dev
git config core.hooksPath .githooks
uv run pytestSee CONTRIBUTING.md and AGENTS.md for contribution guidelines.
Apache-2.0 — see LICENSE.