overview

overview is a command for Claude Code from openshift-eng/ai-helpers. It costs 13 tokens per session (783 once invoked), scanned A, original, Apache-2.0.

A command that explains the scope and ownership of an OpenShift Node team. It shows the team’s responsibilities, components, sub-teams, work routines, current sprints, and the tools used for different areas.

In plain words
What is it for?
It is for looking up team structure, repository or component ownership, sub-team details, sprint information, and routing to specialized tools.
Why use it?
It gives developers one place to learn who owns what and where to send a task, instead of searching through separate team documents.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the node-team plugin — 1 skill, 4 commands shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/openshift-eng/ai-helpers/overview
Clone the repo
git clone --depth 1 https://github.com/openshift-eng/ai-helpers

Made for: Claude Code.

Or install node-team, the plugin that ships this one along with the rest of its 1 skill, 4 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for overview

README.md
[![agentmods](https://agentmods.dev/badge/commands/openshift-eng/ai-helpers/overview.svg)](https://agentmods.dev/commands/openshift-eng/ai-helpers/overview)
Your own site
<a href="https://agentmods.dev/commands/openshift-eng/ai-helpers/overview"><img src="https://agentmods.dev/badge/commands/openshift-eng/ai-helpers/overview.svg" alt="Measured on agentmods" height="20"></a>
Per session 13 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 783 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00013 $0.00783
Opus 5 $0.00006 $0.00392
Sonnet 5 $0.00003 $0.00157
Haiku 4.5 $0.00001 $0.00078

Measured yesterday against content hash 0d63a9e7a844, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

overview scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/node-team/commands/overview.md · 89 lines

How it starts

The opening of the file, as written. The whole thing — 89 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Name

node-team:overview

Synopsis

/node-team:overview [--sub-team core|devices|kueue]

Description

Displays a comprehensive overview of the OpenShift Node team: what the team owns, its responsibilities, component and repo mappings, sub-team structure, ceremonies, upstream community involvement, active sprints, and which specialized plugins handle which domain.

This is the entry point for understanding the Node team's scope and navigating to the right tool for a given task.

Implementation

  1. Read shared references:

    • Team mission, responsibilities, ceremonies, Slack channels, customer support tools, key links, and plugin routing from shared/team-info.md
    • Component list and repo mappings from shared/components.md
    • Sub-team assignments from the sub-teams table in shared/components.md
    • Sprint and board info from jira.md
    • OCP-to-K8s version mapping from shared/version-map.md
  2. If --sub-team is specified, filter the Component Ownership table and Sub-teams table to that sub-team's components. All other sections (ceremonies, Slack channels, upstream communities, key links, plugin routing) are always shown in full since they apply team-wide.

  3. Present a structured summary with these sections from the references:

    • Team Mission and Responsibilities (from team-info.md)
    • Component Ownership table (from components.md)
    • Sub-teams table (from components.md). If roster files exist at ~/.node-assistant/team-roster-{core,dra,kueue}.json, include member count per sub-team.
    • Ceremonies and sprint cadence (from team-info.md)
    • Upstream Communities (from team-info.md)
    • Slack Channels and Mailing Lists (from team-info.md)
    • Customer Support Tools (from team-info.md)
    • Active Sprints (best-effort): query the Jira Agile API (board 11478) for active sprints per jira.md. List sprint names and dates. If the API call fails (missing credentials, network issues), print "Sprint data unavailable" and continue with the remaining sections.
    • Version Mapping: show the current OCP-to-K8s version mapping from shared/version-map.md for the latest 2-3 OCP releases.
    • Plugin Routing table (from team-info.md)
    • Key Links (from team-info.md)

Read the full file on GitHub · 89 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 89 lines · 13 tokens per session scan A 0d63a9e7a844

Subscribe to this mod's changes

overview is a command published in the GitHub repository openshift-eng/ai-helpers (116 stars, last pushed 2d ago), licensed Apache-2.0. It adds 13 tokens to every session and 783 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.