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… |
|---|---|
| skill-maker | Create, audit, and consolidate Agent Skills following the open standard |
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 this skill:
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 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 rhdh-skill repo adds skills used by the RHDH engineering team (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: JIRA
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.