TMM Skills RegistryGitHub

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.

AudienceAccessFormat
HumansBrowse the siteHTML with full UI
AI agents/AGENTS.md or append .md to any page URLPlain markdown
Claude Code/plugin marketplace addInstallable skills

Point any AI coding agent at the AGENTS.md URL — it lists every page with its markdown URL:

Agent entry point
https://rhai-code.github.io/skills-registry/AGENTS.md

Every content page includes a “View as Markdown” link at the top. Append .md to any page URL to get the markdown version directly:

Three access patterns
# 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-registry

Categories

Skills

OpenShift Auth TraceTrace minimum RBAC permissions for OpenShift scripts and commandsSRE / OpenShift
SkillCategoryDescription
openshift-auth-trace-skillSRE / OpenShiftTrace minimum RBAC permissions required to run a script or command on OpenShift

Skills Marketplace

Add the marketplace to Claude Code:

Add marketplace
/plugin marketplace add rhai-code/skills-registry

Then install individual skills:

Install a skill
/plugin install openshift-auth-trace-skill@tmm-skills

Contributing

To add a new skill to the registry: