Kokoro-Engine AGENTS.md

Kokoro-Engine AGENTS.md is an instructions file for Codex, OpenCode from chyinan/Kokoro-Engine. It costs 662 tokens per session, scanned A, original, MIT.

A set of development instructions for Kokoro Engine, a desktop application built with a web interface and a Rust backend. It describes the project folders, build commands, tests, and coding conventions.

In plain words
What is it for?
Use it when developing or testing Kokoro Engine, including its interface, Rust commands, AI-related modules, desktop builds, and unit tests.
Why use it?
It gives a coding agent the repository-specific information needed to change the right part of the application and run the appropriate checks. This avoids treating the frontend and backend as if they used the same tools.

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/chyinan/kokoro-engine/agents-md
Clone the repo
git clone --depth 1 https://github.com/chyinan/Kokoro-Engine

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Kokoro-Engine AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/chyinan/kokoro-engine/agents-md.svg)](https://agentmods.dev/instructions/chyinan/kokoro-engine/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/chyinan/kokoro-engine/agents-md"><img src="https://agentmods.dev/badge/instructions/chyinan/kokoro-engine/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 662 This file is loaded in full into every session.
When invoked 662 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.00662 $0.00662
Opus 5 $0.00331 $0.00331
Sonnet 5 $0.00132 $0.00132
Haiku 4.5 $0.00066 $0.00066

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

Security

Grade A, and why

Kokoro-Engine 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 4d 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.

AGENTS.md · 27 lines

How it starts

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

Repository Guidelines

Project Structure & Module Organization

Kokoro Engine is a Tauri v2 app with a React/TypeScript frontend and Rust backend. Frontend code lives in src/: main.tsx and App.tsx are entry points, src/components/ui holds primitives, src/features holds feature modules, src/lib holds bridge/services/tests, src/ui holds product UI/locales, and src/windows holds extra Tauri windows. Backend code lives in src-tauri/src: IPC is in commands, with domain modules such as llm, tts, stt, vision, mods, mcp, and ai. Assets are in public, pictures, and src/assets; sample mods are in mods; docs are in docs.

Build, Test, and Development Commands

  • npm install: install JavaScript dependencies.
  • npm run tauri dev: run the full desktop app with Vite.
  • npm run dev: run the Vite frontend only.
  • npm run build: typecheck with tsc and build frontend assets.
  • npm run tauri build: build a distributable Tauri app.
  • npm test: run Vitest unit tests.
  • cargo test --manifest-path src-tauri/Cargo.toml: run Rust tests.
  • cargo clippy --manifest-path src-tauri/Cargo.toml --lib -- -D warnings: check Rust warnings before review.

Coding Style & Naming Conventions

Use strict TypeScript, React function components, and @/* imports when they improve clarity. Match existing two-space TypeScript indentation and Rust rustfmt defaults. Name React components and TSX files with PascalCase, hooks as useSomething, utility files in local style such as audio-player.ts, and Rust modules/files with snake_case. Keep user-facing strings in src/ui/locales/*.json.

Testing Guidelines

Vitest tests live beside frontend code as *.test.ts or *.test.tsx. Rust tests are inline #[cfg(test)] modules or files such as src-tauri/src/vision/tests/*.rs. Add focused tests for changed behavior, especially IPC bridges, providers, memory, chat, audio, and vision. Run the targeted suite for your area plus broader checks when risk is shared, for example npm test and cargo test --manifest-path src-tauri/Cargo.toml llm.

Read the full file on GitHub · 27 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. 4d ago First seen · 27 lines · 662 tokens per session scan A b3b0e493b66a

Subscribe to this mod's changes

Kokoro-Engine AGENTS.md is an instructions file published in the GitHub repository chyinan/Kokoro-Engine (141 stars, last pushed 1mo ago), licensed MIT. It adds 662 tokens to every session, about $0.0033 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.