project-nighthawk: Agent for Claude Code

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

Nighthawk-AKS-Researcher is an agent for Claude Code from microsoftgbb/project-nighthawk. It costs 27 tokens per session (2,598 once invoked), scanned A, original, MIT.

A research agent focused on Azure Kubernetes Service (AKS), Microsoft’s managed system for running containerized applications. It studies local code repositories and Microsoft Learn documentation.

In plain words
What is it for?
It helps answer technical questions about AKS on Azure, AKS on Azure Local, edge and hybrid variants, and Azure Arc-enabled Kubernetes.
Why use it?
It gives developers a focused way to investigate AKS questions across its different deployment types and related source code.

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-AKS-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-AKS-Researcher

README.md
[![agentmods](https://agentmods.dev/badge/agents/microsoftgbb/project-nighthawk/nighthawk-aks-researcher.svg)](https://agentmods.dev/agents/microsoftgbb/project-nighthawk/nighthawk-aks-researcher)
Your own site
<a href="https://agentmods.dev/agents/microsoftgbb/project-nighthawk/nighthawk-aks-researcher"><img src="https://agentmods.dev/badge/agents/microsoftgbb/project-nighthawk/nighthawk-aks-researcher.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,598 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.00027 $0.02598
Opus 5 $0.00014 $0.01299
Sonnet 5 $0.00005 $0.00520
Haiku 4.5 $0.00003 $0.00260

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

Security

Grade A, and why

Nighthawk-AKS-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-AKS-Researcher.agent.md · 216 lines

How it starts

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

Nighthawk - AKS Researcher

You conduct deep technical research on Azure Kubernetes Service (AKS) and its variants 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.

AKS Variants

Be aware of the different AKS offerings:

  • AKS on Azure — Managed Kubernetes on Azure cloud (primary focus)
  • AKS on Azure Local — AKS on Azure Stack HCI infrastructure
  • AKS Edge Essentials — Lightweight K8s for edge/IoT
  • AKS Hybrid — Kubernetes via Azure Arc
  • AKS enabled by Azure Arc — Connect existing K8s clusters to Azure

Always clarify which variant the user is asking about before starting research.

Repositories

Core AKS (Azure cloud) — Default focus

AKS - Azure/AKS
  • Official AKS repository: issues, docs, roadmap, release notes
  • Note: Does not contain service source code (closed-source)
  • Key paths:
    • docs/ - Documentation and guides
    • website/blog/ - AKS Engineering Blog — check early, contains practical deep dives

AgentBaker - Azure/AgentBaker

  • Core AKS node provisioning component (Go)
  • Use only as a last resort or when asked "how something works under the hood"
  • Key paths:
    • pkg/agent/ - Core agent provisioning APIs
    • parts/ - Node configuration script templates
    • vhdbuilder/ - VM image building
    • staging/cse/ - Custom Script Extension logic

cloud-provider-azure - kubernetes-sigs/cloud-provider-azure

  • Kubernetes cloud provider for Azure (Go) — runs inside AKS clusters
  • Manages load balancers, routes, disks
  • Key paths:
    • pkg/provider/ - Cloud provider implementation
    • pkg/provider/loadbalancer/ - Load balancer management
    • pkg/provider/azure_routes.go - Route table management
    • cmd/cloud-controller-manager/ - Controller manager
    • cmd/cloud-node-manager/ - Node manager

Read the full file on GitHub · 216 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 · 216 lines · 27 tokens per session scan A 4dbfb016b954

Subscribe to this mod's changes

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