tik4net AGENTS.md

Repository instructions for tik4net, a .NET library that lets programs communicate with MikroTik RouterOS network devices through several connection methods.

In plain words
What is it for?
Use them when changing tik4net, its RouterOS connections, its object-to-database-style mapping, or its tests and builds.
Why use it?
They point agents to the right design documents, build targets, tests, and project details instead of relying on guesses.

Instructions file for CodexOpenCode

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 instructions/danikf/tik4net/agents-md
Clone the repo
git clone --depth 1 https://github.com/danikf/tik4net

Made for: Codex, OpenCode.

Per session 3,026 This file is loaded in full into every session.
When invoked 3,026 The same file — it is already loaded in full.
Security scan A 1 finding. 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 $0.03026 $0.03026
Opus 5 $0.01513 $0.01513
Sonnet 5 $0.00605 $0.00605
Haiku 4.5 $0.00303 $0.00303

Measured 2d ago against content hash 7f8581fc60ed, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

tik4net AGENTS.md scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

directly (curl for REST, the `mikrotik-cli-probe` skill for CLI/PTY) and confirm what it actually
AGENTS.md · 215 lines

How it starts

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

AGENTS.md

Entry point for AI coding agents working in this repository. Everything here is either non-obvious (you would get it wrong by default) or a pointer to the document that holds the detail. Nothing is duplicated from the documents it links to — follow the link rather than assuming.

Language: this is a public open-source project, so all documentation in this repository is English, including agent-facing files.

What this is

tik4net is a .NET library for talking to MikroTik RouterOS devices. It is not an API-only library: as of 4.0 it ships 11 transports (binary API, REST, and a family of CLI/WinBox/MAC-layer channels) behind one connection contract, plus an attribute-driven O/R mapper on top. The five shipping projects multi-target netstandard2.0;net8.0 — netstandard2.0 is kept deliberately (Unity/Xamarin/.NET Framework reach), and the net8.0 leg is where the modern surface lives, e.g. the IAsyncEnumerable streaming reads. The test and tool projects are net8.0 / net48.

Reference map — read the right file, don't guess

Question Read
How the code is laid out; layers, transports, capability model, O/R mapper internals, where the risk is ARCHITECTURE.md
What the router actually does on the wire (per-transport protocol ground truth) Docs/README.md — index of the Docs/ findings
What the project is, for humans; packages, features, install README.md
Why something is the way it is today; superseded diagnoses; dated incidents Docs/HISTORY.md
What a shipping or non-shipping project does that project's own README.md
End-user usage documentation the wiki (cloned next to this repo — ask the maintainer for its local path)

Read ARCHITECTURE.md before any non-trivial change. It maps the transport family and tells you which code is reverse-engineered and must not be refactored opportunistically.

Read the full file on GitHub · 215 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. 2d ago First seen · 215 lines · 3,026 tokens per session scan A 7f8581fc60ed

Subscribe to this mod's changes

tik4net AGENTS.md is an instructions file published in the GitHub repository danikf/tik4net (197 stars, last pushed 2d ago), licensed Apache-2.0. It adds 3,026 tokens to every session, about $0.0151 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories

azure-sdk-for-net AGENTS.md

AGENTS.md instructions for Azure/azure-sdk-for-net, covering azure sdk for .net - ai agent guidelines, repository overview, purpose and scope, repository structure and agent interaction guidelines.

Azure/azure-sdk-for-net · 2,836 tokens

azure-sdk-for-net copilot-instructions.md

Copilot instructions for Azure/azure-sdk-for-net, covering project overview, prerequisites, folder structure, azure generator and azure management generator.

Azure/azure-sdk-for-net · 738 tokens

Fluence.Wpf AGENTS.md

AGENTS.md instructions for sintaxasn/Fluence.Wpf, covering fluence.wpf - developer handbook, 1. project overview, solution layout, clr namespaces and 2. coding standards.

sintaxasn/Fluence.Wpf · 13,500 tokens

Fluence.Wpf copilot-instructions.md

Copilot instructions for sintaxasn/Fluence.Wpf, covering fluence.wpf -- copilot instructions, project at a glance, non-negotiable rules, theme architecture (3-slot layout -- do not break) and reference priority.

sintaxasn/Fluence.Wpf · 1,563 tokens

OpenTouryo AGENTS.md

AGENTS.md instructions for OpenTouryoProject/OpenTouryo, covering プロジェクト ポリシー, git 操作は行わない(状態を変える操作をしない), github 操作は gh で行う, github actions を書き足すとき and コーディング規約は coding.md、領域ごとの事情は analysis.md に従う.

OpenTouryoProject/OpenTouryo · 4,897 tokens

OpenTouryo CLAUDE.md

Claude Code instructions for OpenTouryoProject/OpenTouryo, a project described as: ”Open棟梁”は、長年の.NETアプリケーション開発実績にて蓄積したノウハウに基づき開発した.NET用アプリケーション フレームワークです。 (”OpenTouryo” , is an application framework for .NET which was developed using the accumulated know-how with a long track record in .NET application development.).

OpenTouryoProject/OpenTouryo · 5 tokens