core AGENTS.md

A repository instruction file for kondukt, a TypeScript tool for testing, validating, debugging, and scaffolding MCP servers. MCP servers provide tools that AI clients such as Claude Code or Codex can use.

In plain words
What is it for?
It describes how to build, develop, test, lint, and type-check the project, and where its source code, tests, and maintenance scripts are located.
Why use it?
It gives contributors the project's commands, structure, and expected checks so changes can be built and tested consistently.

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/kondukt-dev/core/agents-md
Clone the repo
git clone --depth 1 https://github.com/kondukt-dev/core

Made for: Codex, OpenCode.

Per session 507 This file is loaded in full into every session.
When invoked 507 The same file — it is already loaded in full.
Security scan A 0 findings. 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.00507 $0.00507
Opus 5 $0.00253 $0.00253
Sonnet 5 $0.00101 $0.00101
Haiku 4.5 $0.00051 $0.00051

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

Security

Grade A, and why

core 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.

Origin

Copies of this mod

2 near-identical copies found in the catalogue:

AGENTS.md · 59 lines

What it actually says

kondukt

MCP DevTools — test, validate, debug, and scaffold MCP servers for Claude Code, Codex, Gemini CLI, and any MCP client.

Context file for Codex (and any tool that reads AGENTS.md) — auto-generated by Kondukt.

Project overview

  • Language: TypeScript (ESM)
  • Runtime: Node.js >=20
  • Package manager: pnpm
  • Test framework: Vitest

Commands

  • pnpm build — Build production artifacts
    (tsup && node scripts/copy-templates.mjs)
  • pnpm dev — Start development server / watcher
    (tsup --watch)
  • pnpm test — Run the test suite
    (vitest run)
  • pnpm test:watch — Run tests in watch mode
    (vitest)
  • pnpm test:coverage — Run tests with coverage
    (vitest run --coverage)
  • pnpm lint — Lint the codebase
    (eslint . && prettier --check .)
  • pnpm lint:fix — Lint and auto-fix
    (eslint . --fix && prettier --write .)
  • pnpm typecheck — Type-check the TypeScript sources
    (tsc --noEmit)

Architecture

  • scripts/ — build / maintenance scripts
  • src/ — source code
  • tests/ — test suite

Key files

  • .gitignore
  • .prettierrc.json — Prettier config
  • eslint.config.js — ESLint flat config
  • package.json — package manifest
  • pnpm-lock.yaml — pnpm lockfile
  • tsconfig.json — TypeScript config
  • tsup.config.ts — bundler config
  • vitest.config.ts — test runner config
  • README.md — project readme
  • LICENSE
  • .github/workflows/ — CI pipelines

Conventions

  • Test framework: Vitest
  • Linter: ESLint
  • Formatter: Prettier
  • TypeScript strict mode: enabled
  • Module format: ESM ("type": "module")
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 · 59 lines · 507 tokens per session scan A 53446e545b65

Subscribe to this mod's changes

core AGENTS.md is an instructions file published in the GitHub repository kondukt-dev/core (5 stars, last pushed 4mo ago), licensed MIT. It adds 507 tokens to every session, about $0.0025 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-31.