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/streamthoughts/jikkou/agents-mdgit clone --depth 1 https://github.com/streamthoughts/jikkouWhat 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.02159 | $0.02159 |
| Opus 5 | $0.01079 | $0.01079 |
| Sonnet 5 | $0.00432 | $0.00432 |
| Haiku 4.5 | $0.00216 | $0.00216 |
Grade A, and why
jikkou 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 2d 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 — 305 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md - Development Guidelines for AI Coding Agents
This document provides comprehensive guidelines for AI coding agents working on the Jikkou project - an open-source Resource as Code framework for Apache Kafka.
Project Overview
Jikkou is a Java based multi-module Maven project that provides Infrastructure as Code management for Apache Kafka resources. It's designed with a kubectl-inspired approach for managing Topics, ACLs, Quotas, Schemas, and Connectors.
- Language: Java 25
- Build System: Maven (multi-module)
- Architecture: Micronaut-based CLI and API server
- Distribution: Native binaries (GraalVM), JAR, Docker
Project Structure
jikkou/
├── cli/ # Command-line interface (main entry)
├── core/ # Core APIs and engine
├── server/ # REST API server components
├── providers/ # Resource provider implementations
├── template-jinja/ # Jinja templating support
├── extension-rest-client/ # REST client extensions
├── resource-generator/ # Resource generation utilities
└── processor/ # Processing components
Main Entry Points:
- CLI:
io.jikkou.client.Jikkou - Server:
io.jikkou.rest.JikkouApiServer
Build, Test, and Lint Commands
Build Commands
# Full build with tests
./mvnw clean verify
# Build without tests
./mvnw clean verify -DskipTests
# Build specific module
./mvnw clean verify -pl cli
# Native build (requires GraalVM)
./mvnw clean verify -Pnative
# Docker image build
make
Test Commands
# Run all tests (unit + integration)
./mvnw test
# Run unit tests only
./mvnw surefire:test
# Run integration tests only
./mvnw failsafe:integration-test
# Run single test class
./mvnw test -Dtest=ClassNameTest
# Run single test method
./mvnw test -Dtest=ClassNameTest#methodName
# Run tests for specific module
./mvnw test -pl core
# Run tests with specific profile
./mvnw test -P native
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.
- 2d ago First seen · 305 lines · 2,159 tokens per session scan A f3b95c5d310d
jikkou AGENTS.md is an instructions file published in the GitHub repository streamthoughts/jikkou (304 stars, last pushed 2d ago), licensed Apache-2.0. It adds 2,159 tokens to every session, about $0.0108 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
kafka-backup CLAUDE.md
Instructions for osodevops/kafka-backup, covering project overview, key problems solved, repository structure, build & test commands and build the project.
klag CLAUDE.md
Instructions for themoah/klag, covering claude.md, project overview, build commands, graalvm native image (startup/memory optimized) and architecture.
agent-skills CLAUDE.md
Instructions for confluentinc/agent-skills, covering claude.md, repository purpose, skill anatomy, evals are the contract and reviewing skill behavior.
kafka-schema-reg-mcp AGENTS.md
Instructions for aywengo/kafka-schema-reg-mcp, covering development guidelines, prerequisites, quick setup, install dependencies and install dev dependencies (optional but recommended).
rsyslog copilot-instructions.md
Copilot instructions for rsyslog/rsyslog, a project described as: High-performance log ingestion and ETL engine.
rsyslog modules.plugins.instructions.md
Instructions for rsyslog/rsyslog, a project described as: High-performance log ingestion and ETL engine.