AI BU TMM Advocates Skill Registry
Curated Claude Code skills from the Red Hat AI BU TMM Advocates team.
This registry provides reusable Claude Code skills built by the AI BU TMM Advocates. Skills are agent capabilities — that you can install directly into your Claude Code session and use across your projects.
Skills are organised into categories that map to team specializations. Browse by category or install individual skills from the table below.
We are working on making the skills available publicly. For now, they are only available in our private repository.
Built for Three Audiences
This site serves the same content in three ways. Humans get a rich browsable UI with syntax-highlighted code, tables, and responsive navigation. AI agents get clean markdown with the same content — no scraping, no parsing HTML, no losing context to boilerplate. And Claude Code gets a plugin marketplace — skills can be installed directly into a session with a single command.
| Audience | Access | Format |
|---|---|---|
| Humans | Browse the site | HTML with full UI |
| AI agents | /AGENTS.md or append .md to any page URL | Plain markdown |
| Claude Code | /plugin marketplace add | Installable skills |
Point any AI coding agent at the AGENTS.md URL — it lists every page with its markdown URL:
https://rhai-code.github.io/skills-registry/AGENTS.mdEvery content page includes a “View as Markdown” link at the top. Append .md to any page URL to get the markdown version directly:
# HTML (for humans)
https://rhai-code.github.io/skills-registry/sre/openshift/openshift-auth-trace-skill
# Markdown (for agents)
https://rhai-code.github.io/skills-registry/sre/openshift/openshift-auth-trace-skill.md
# Claude Code plugin (for skills)
/plugin marketplace add rhai-code/skills-registryCategories
- SRE — Site reliability engineering skills for OpenShift cluster operations, RBAC, monitoring, and incident response.
Skills
| Skill | Category | Description |
|---|---|---|
openshift-auth-trace-skill | SRE / OpenShift | Trace minimum RBAC permissions required to run a script or command on OpenShift |
Skills Marketplace
Add the marketplace to Claude Code:
/plugin marketplace add rhai-code/skills-registryThen install individual skills:
/plugin install openshift-auth-trace-skill@tmm-skillsContributing
To add a new skill to the registry:
- Create a
SKILL.mdusing the/skill-creatorskill in Claude Code, or model it on an existing skill - Place it in the appropriate category folder (e.g.
sre/openshift/) - Add a content page describing the skill
- Push code or open a pull request to rhai-code/skills-registry