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.
npx agentmods add instructions/kubara-io/kubara/agents-mdgit clone --depth 1 https://github.com/kubara-io/kubaraWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00864 | $0.00864 |
| Opus 5 | $0.00432 | $0.00432 |
| Sonnet 5 | $0.00173 | $0.00173 |
| Haiku 4.5 | $0.00086 | $0.00086 |
Grade A, and why
kubara AGENTS.md 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 70 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AI Agent Context
Shared guidance for AI code assistants (Claude Code, Codex, Gemini CLI, etc.) working in this repository.
Scope
These instructions apply to the entire repository unless a deeper AGENTS.md overrides them.
Product Intent (Stable)
kubarais an opinionated, GitOps-first platform CLI.- The CLI is a single Go binary.
- Core workflow is: init configuration, generate reproducible artifacts, bootstrap Argo CD and platform components.
Truth Hierarchy
- Stable intent and guardrails: this
AGENTS.md. - Actual runtime behavior: implementation + tests in
src/. - Usage and process guidance: docs in
docs/content/andCONTRIBUTING.md.
If docs and code diverge, treat code/tests as current behavior and update the nearest relevant docs in the same change.
Reference Map
- Product setup and bootstrap flow:
docs/content/1_getting_started/bootstrapping.md - Runtime prerequisites:
docs/content/1_getting_started/prerequisites.md - Architecture context:
docs/content/7_architecture/architecture_overview.md - Contributor and PR workflow:
CONTRIBUTING.md - Config schema and template keys:
src/internal/config/types.go(usekubara schemawhen needed)
Project Layout
src/: Go CLI implementation, tests, catalog engine, release Makefiledocs/: MkDocs site managed withuv- Root
Makefile: monorepo entry point delegating tosrc/anddocs/
Working Style
- Keep changes focused; avoid mixing unrelated fixes.
- Follow existing naming and file organization.
- Prefer small, surgical edits over broad refactors.
- Do not reformat unrelated files.
- Keep code, comments, commit messages, PR titles/descriptions, and issues in English.
- When behavior changes, update the nearest relevant docs in the same change.
- Use the PR and issue templates; fill required sections and do not remove template structure.
Validation (Smallest Relevant First)
- Go tests:
make testorcd src && make test - Go build:
make build-binaryorcd src && make build - Docs build:
make docs-buildorcd docs && make build - Docs validation:
make docs-validate - Dependency setup:
make install-deps
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.
- 3d ago First seen · 70 lines · 864 tokens per session scan A 4069289e141e
kubara AGENTS.md is an instructions file published in the GitHub repository kubara-io/kubara (408 stars, last pushed 5d ago), licensed Apache-2.0. It adds 864 tokens to every session, about $0.0043 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.
Other instructions, from other repositories
terraform-hcloud-kube-hetzner AGENTS.md
AGENTS.md instructions for mysticaltech/terraform-hcloud-kube-hetzner, a project described as: Optimized and Maintenance-free Kubernetes on Hetzner Cloud in one command!
arkade AGENTS.md
Instructions for alexellis/arkade, covering types of arkade commands, 1. how to add a new cli (tool) to arkade, what can be added, prerequisites and step 1: check github releases.
timoni AGENTS.md
AGENTS.md instructions for stefanprodan/timoni, covering agents.md, what timoni is, common commands, architecture and cmd/timoni/ — cli (cobra).
Kubeli CLAUDE.md
Instructions for atilladeniz/Kubeli, covering kubeli - kubernetes management desktop app, project overview, quick start, development (tauri + vite) and web only development.
siclaw AGENTS.md
Instructions for scitix/siclaw, covering siclaw project instructions, project shape, before risky edits, verification and stable boundaries.
aks-mcp copilot-instructions.md
Instructions for Azure/aks-mcp, covering copilot instructions, project overview, architecture, high-level structure and key components.