core CLAUDE.md

Project instructions for kondukt, a TypeScript tool for testing, validating, debugging, and scaffolding MCP servers. MCP is a standard way for AI clients to connect to tools and data.

In plain words
What is it for?
Use them to build, develop, test, lint, type-check, and understand the key files of the kondukt project.
Why use it?
They give an agent the project structure, commands, runtime requirements, and validation steps needed to work consistently in the repository.

Instructions file

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/claude-md
Clone the repo
git clone --depth 1 https://github.com/kondukt-dev/core
Per session 498 This file is loaded in full into every session.
When invoked 498 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin 89% copy Near-identical to another mod 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.00498 $0.00498
Opus 5 $0.00249 $0.00249
Sonnet 5 $0.00100 $0.00100
Haiku 4.5 $0.00050 $0.00050

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

Security

Grade A, and why

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

This is a copy

89% identical to core AGENTS.md — 2 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

CLAUDE.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 Claude Code — 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 · 498 tokens per session scan A 0ac30788384e

Subscribe to this mod's changes

core CLAUDE.md is an instructions file published in the GitHub repository kondukt-dev/core (5 stars, last pushed 4mo ago), licensed MIT. It adds 498 tokens to every session, about $0.0025 per session on Opus 5. A static security scan graded it A with 0 findings. It is 89% identical to core AGENTS.md, differing in 2 lines, and is treated as a copy.