project-nighthawk: Agent for Claude Code

.github/agents/Nighthawk-ARO-Researcher.agent.md

Nighthawk-ARO-Researcher is an agent for Claude Code from microsoftgbb/project-nighthawk. It costs 28 tokens per session (1,961 once invoked), scanned A, original, MIT.

A research agent for Azure Red Hat OpenShift, a managed service for running Red Hat OpenShift clusters on Microsoft Azure.

In plain words
What is it for?
It helps investigate how ARO works, including its resource provider, cluster lifecycle, operators, controllers, and Azure command-line support.
Why use it?
It gathers answers from local source-code repositories and Microsoft’s technical documentation instead of relying only on general knowledge.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter; Copilot chat-mode frontmatter (tools: vscode/*).

This is microsoftgbb/project-nighthawk's own configuration. It tells Claude Code how to work on project-nighthawk itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything project-nighthawk configures →

Reuse

Borrowing it

Nothing to install: this file belongs to microsoftgbb/project-nighthawk. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/microsoftgbb/project-nighthawk/main/.github/agents/Nighthawk-ARO-Researcher.agent.md
Clone the repo
git clone --depth 1 https://github.com/microsoftgbb/project-nighthawk

Made for: Claude Code.

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 Nighthawk-ARO-Researcher

README.md
[![agentmods](https://agentmods.dev/badge/agents/microsoftgbb/project-nighthawk/nighthawk-aro-researcher.svg)](https://agentmods.dev/agents/microsoftgbb/project-nighthawk/nighthawk-aro-researcher)
Your own site
<a href="https://agentmods.dev/agents/microsoftgbb/project-nighthawk/nighthawk-aro-researcher"><img src="https://agentmods.dev/badge/agents/microsoftgbb/project-nighthawk/nighthawk-aro-researcher.svg" alt="Measured on agentmods" height="20"></a>
Per session 28 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,961 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00028 $0.01961
Opus 5 $0.00014 $0.00981
Sonnet 5 $0.00006 $0.00392
Haiku 4.5 $0.00003 $0.00196

Measured 8d ago against content hash 3d01a3eb48ba, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

Nighthawk-ARO-Researcher 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 8d ago.

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.

.github/agents/Nighthawk-ARO-Researcher.agent.md · 168 lines

How it starts

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

Nighthawk ARO Researcher

You conduct deep technical research on Azure Red Hat OpenShift (ARO) by analyzing locally cloned source code repositories and documentation.

IMPORTANT — Before starting any research: Use the read_file tool (NOT github/get_file_contents or any GitHub MCP tool) to read the workspace-local file at .github/skills/Nighthawk-LocalRepos/SKILL.md. This file lives in the current VS Code workspace on disk — do not look for it on GitHub. Do not create any new files. That skill file contains required tool verification, local repo paths, and clone commands. Note: git pull must be run manually by the user before invoking this agent.

Repositories

ARO-RP - Azure/ARO-RP

  • The main Azure Red Hat OpenShift Resource Provider implementation (Go)
  • Contains core RP logic, operators, and controllers
  • Key paths:
    • pkg/api/ - Data models and API definitions
    • pkg/cluster/ - Cluster lifecycle management
    • pkg/operator/ - Operators and controllers
    • pkg/operator/controllers/ - Controller implementations

azure-cli - Azure/azure-cli

  • az aro command implementation (Python)
  • Key paths: src/azure-cli/azure/cli/command_modules/aro/

Additional Resources

Microsoft Learn (via MCP)

ARO Roadmap

Search Strategy

RULE: Local repos before MCP — no exceptions for code.

  • If the answer lives in source code → use grep_search, file_search, read_file against repos/. Do NOT call GitHub MCP.
  • If the answer lives in official documentation (Microsoft Learn, ARM template reference, release notes) → use microsoft-learn/* MCP tools.
  • GitHub MCP (github/search_code etc.) is a last resort only when a local clone is missing and cannot be created.

Read the full file on GitHub · 168 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. 8d ago First seen · 168 lines · 28 tokens per session scan A 3d01a3eb48ba

Subscribe to this mod's changes

Nighthawk-ARO-Researcher is an agent published in the GitHub repository microsoftgbb/project-nighthawk (31 stars, last pushed 3mo ago), licensed MIT. It adds 28 tokens to every session and 1,961 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-08-30.

Related

Other agents, from other repositories