Skip to content

Latest commit

History

631 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Red Hat Agentic Plugins - Skills

Production-ready AI skills and automation for Red Hat platforms — specialized plugins for SREs, developers, platform administrators, and AI engineers working with RHEL, OpenShift, and Red Hat automation platforms.

Skill Check Tier 2Skill Check Tier 1LicenseCatalog


Browse the catalog: The published marketplace UI is at rhecosystemappeng.github.io/agentic-catalog — powered by agentic-catalog. This repo is where skills are authored and maintained. The catalog aggregates content from here periodically.


Available Packs

PackSkillsDescriptionPersona
rh-sre13CVE remediation, system compliance, RHEL automationSite Reliability Engineers
rh-developer14Application deployment, S2I builds, Helm chartsApplication Developers
rh-virt10VM lifecycle, snapshots, migrations, cloningVirtualization Admins
ocp-admin3Multi-cluster management, health reports, monitoringOpenShift Administrators
rh-ai-engineer11Model serving, vLLM, KServe, NVIDIA NIMAI/ML Engineers
rh-automation11Ansible Automation Platform governance, safety checksAutomation Leads
rh-basic6CVE diagnostics, lifecycle, patching, support casesGeneral Red Hat Users

See each pack's README for available skills and usage examples.

The eval/ directory contains skill evaluation reports (report.json + report.md per skill) generated by an external evaluation pipeline.

Download Skill Packs

Pre-packaged ZIP files are available on the Releases page. The latest release is auto-updated on every merge to main. Each ZIP contains all skills for a pack with documentation included.

To use them:

  1. Go to the latest release
  2. Download the ZIP for your pack (e.g., ocp-admin.zip)
  3. Upload to your AI agent of choice (e.g., ChatGPT Custom GPT, Claude)

Prerequisites

  1. Claude Code (latest version recommended) or Cursor
  2. Container Runtime (Podman or Docker) for MCP servers
  3. Network Access to Red Hat platforms (depending on packs used)
  4. Credentials: Red Hat API keys, cluster kubeconfigs, service tokens (per pack)

Contributing

New skill idea? Run /agentic-contribution-skill in Claude Code. Have an existing skill? Run /agentic-contribution-skill and choose import mode. Full guide:CONTRIBUTING.md


Validation

# Install dependencies (first time)
make install
# Validate pack structure + compliance
make validate
# Validate only changed skills (recommended for local dev)
make validate-skill-design-changed
# Validate all skills or a specific pack
make validate-skill-design
make validate-skill-design PACK=rh-sre
# Validate MCP tool references against live servers
make validate-mcp-tools

Skill Design Validation

Skills are validated against Design Principles:

  • Document consultation transparency (DP1)
  • Parameter specification and ordering (DP2)
  • Description conciseness (DP3)
  • Dependencies declaration (DP4)
  • Human-in-the-loop requirements for critical operations (DP5)
  • Mandatory sections (Prerequisites, When to Use, Workflow) (DP6)
  • Credential security (no echo $VAR exposure) (DP7)
  • Required frontmatter policy (model required: inherit|sonnet|haiku; color required: cyan|green|blue|yellow|red|magenta)

Security

This repository uses gitleaks and pre-commit to block accidental secrets.

# One-time setup: install deps + git hooks
make install
scripts/install-hooks.sh

MCP Configuration Rules:

{
"env": {
"LIGHTSPEED_CLIENT_ID": "${LIGHTSPEED_CLIENT_ID}",
"LIGHTSPEED_CLIENT_SECRET": "${LIGHTSPEED_CLIENT_SECRET}"
}
}

Never hardcode credentials. Always use ${ENV_VAR} references. See SECURITY.md for details.


Resources


License

Apache License 2.0 - see LICENSE for details.


Maintained by:Red Hat Ecosystem Engineering

About

Red Hat Ecosystem Engineering - Agentic Collections

Resources

Contributing

Security policy

Stars

49 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages