
Ops
- 2 repo stars
- Updated July 23, 2026
- openshift-online/aro-ai-tools
Operational skills for ARO
About
ops is a Claude Code skill in the AI & Agent Building category. Operational skills for ARO
- ops
- AI & Agent Building
- AI-coding skill
Ops by the numbers
- Data as of Jul 28, 2026 (Skillselion catalog sync)
/plugin marketplace add openshift-online/aro-ai-tools/plugin install ops@aro-ai-toolsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Last updated | July 23, 2026 |
| Repository | openshift-online/aro-ai-tools ↗ |
What it does
Operational skills for ARO
README.md
aro-ai-tools
Tools
Ops Plugin
- Compatible with all agents and OSes.
- Zero-setup, just make sure you're
az-logged into the appropriate tenant. - Provides easy access to ARO HCP Grafana/Prometheus metrics and Kusto logs for ARO HCP and Classic.
- (Not all Classic Kusto endpoints are accessible due to permissions; also there's no Grafana for Classic.)
Installation
/plugin marketplace add openshift-online/aro-ai-tools
/plugin install ops@aro-ai-tools
Now reload plugins / restart the agent and ask it, e.g. "which ARO HCP Kusto instances can I query" or "which ARO Classic Kusto instances can I query".
Note: If your client supports it, you should enable marketplace autoupgrade as it won't be on by default.. (Claude Code has this feature, Copilot CLI doesn't.)
Standalone Skills
All skills, whether part of a plugin or not, can be installed on their own.
- Run the skills installer
npx skills@latest add openshift-online/aro-ai-tools - Pick the skills and agents you want.
- Done (
npx skills --helpfor more).
Contributing
The lifecycle of a skill is split into two parts
Standalone Skill
- You do something.
- You make a skill of it.
- You use the skill multiple times and refine it.
- You have the thought that it might be of use to others.
- You send in a PR adding the skill into the
skills/directory.
If you found it useful enough to refine how it works, who knows, maybe others will.
Things to consider:
- Was this a temporary task or something people will be doing long term (and therefore maintaining a skill for it makes sense).
- How hard is it to use? Will it work immediately or do people need to set up elaborate environments first.
- How hard is it to review? Is it a large verbose black box or can it be reviewed in under a minute by people wondering if they'd like to try it out? (See grill-me for the gold standard.)
- (A common theme of all the points above is – what's the chance anyone other than you will actually take the time to install your skill and then use it more than once.)
- Will you maintain it? If a PR comes in, will you review it?
Plugin Skill
The bar is considerably higher here.
- Your skill is being used by multiple people and forms a basis of a common workflow.
- Those people agree it should be available out of the box in a plugin.
- At this point you can send in a PR to move your skill into a plugin (or to create a new plugin if interested parties agree to use it).