Home / sikao-engine / kimix · AGENTS.md · GitHub

AGENTS.md agentsA

AGENTS.md is agent-read markdown (agents) from sikao-engine/kimix.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Rules:

- After writing any Python file, run `uv run tools/syntax_check.py <python_file> [<python_file> ...]` to verify python syntax.
- After write any code, write tests to cover.
- Fix all errors reported by the syntax checker before proceeding.
- use `uv run tools/git_diff.py <file> [<file> ...]` to check file diff.
- use `uv sync --extra=all` after update any `pyproject.toml` to verify the changes.
- The compaction pipeline (`kimi_cli/soul/compaction.py`) includes the durable transaction ledger (`compaction_ledger.py`), balanced tool-pairing cuts (`tool_pairing.py`), and the context-overflow force-compact-and-retry loop (`context_overflow.py`). When changing compaction behavior, keep the ledger failure-isolated (it must never break compaction) and preserve balanced-cut boundaries (never split an assistant tool call from its result).
- **Performance rule**: Always use the following third-party libraries instead of their builtin counterparts. These are already declared as dependencies:

| Third-party | Replaces | Usage |
|---|---|---|
| `orjson` | `json` | `import orjson; orjson.dumps(obj)` / `orjson.loads(data)` — 3-5x faster JSON |
…

Read the whole file at its exact version.

How to install

Latest version
mdr add sikao-engine/kimix/AGENTS.md@git:20260903.8971462
Exact content
mdr add sikao-engine/kimix/AGENTS.md@sha256:6530d7972889b098

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_54eszfavgo5whpky.svg)](https://markdownregistry.com/a/art_54eszfavgo5whpky)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260903.8971462 latest2026-09-03 8971462 2,515 BA view · diff
git:20260814.c58d54c2026-08-14 c58d54c 2,166 BA view · diff
git:20260730.591fbde2026-07-30 591fbde 1,723 BA view · diff
git:20260726.d7102a12026-07-26 d7102a1 1,706 BA view · diff
git:20260724.855a5712026-07-24 855a571 1,739 BA view

Audit of the latest version

A  14 of 14 checks passed. Deterministic, no model, same answer every run.
  • pass: Size between 200 bytes and 200 KB (2515 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

sikao-engine/kimix · 111 stars · license none · pushed 2026-09-23 · branch master

API

GET https://markdownregistry.com/api/v1/artifacts/art_54eszfavgo5whpky
GET https://markdownregistry.com/api/v1/resolve?ref=sikao-engine/kimix/AGENTS.md
GET https://markdownregistry.com/api/v1/blob/6530d7972889b0984ccef610957b4f8f363798694bbd9d2014c987051da44752

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from sikao-engine/kimix

app skill
sikao-engine/kimix · .agents/skills/app/SKILL.md · Guide for the Kimix web frontend (src/app/) — vanilla TypeScript + Vite, SSE-based chat UI mirroring sse_cli.py. Use…
git:20260816.ff0cd32 · audit A · 111 stars
doc skill
sikao-engine/kimix · .agents/skills/doc/SKILL.md · Guide for navigating and maintaining Kimix project documentation. Use when: (1) user asks about the docs structure, (2)…
git:20260816.7c770ea · audit A · 111 stars
opcode_api skill
sikao-engine/kimix · .agents/skills/opcode_api/SKILL.md · Guide for Kimix opencode-style HTTP server (FastAPI + SSE), including route definitions, builtin endpoints, and…
git:20260816.ff0cd32 · audit A · 111 stars
pyproject skill
sikao-engine/kimix · .agents/skills/pyproject/SKILL.md
git:20260912.739929a · audit C · 111 stars
serve skill
sikao-engine/kimix · .agents/skills/serve/SKILL.md · Guide for the Kimix HTTP serve system — FastAPI backend + TypeScript/Vite frontend. Use when adding new backend…
git:20260816.ff0cd32 · audit B · 111 stars
tool skill
sikao-engine/kimix · .agents/skills/tool/SKILL.md · Guide for creating tools using CallableTool2 and Params pattern, plus YAML agent registration
git:20260816.ff0cd32 · audit A · 111 stars
AGENTS.md@kimi-cli/src/kimi_cli/acp agents
sikao-engine/kimix · kimi-cli/src/kimi_cli/acp/AGENTS.md
git:20260815.b3edc81 · audit A · 111 stars
kimix_api skill
sikao-engine/kimix · kimi-cli/src/kimi_cli/skills/kimix_api/SKILL.md · Guide for using KimiX API utilities covering kimix, kimix.utils, kimix.base, kimix.dag, kimix.network, kimix.server…
git:20260912.107e546 · audit A · 111 stars
skill-creator skill
sikao-engine/kimix · kimi-cli/src/kimi_cli/skills/skill-creator/SKILL.md · Guide for creating effective skills. Use when users want to create or update a skill that extends agent's capabilities.
git:20260912.107e546 · audit A · 111 stars
AGENTS.md@kimi-cli/src/kimi_cli/tools agents
sikao-engine/kimix · kimi-cli/src/kimi_cli/tools/AGENTS.md
git:20260527.1cf4452 · audit B · 111 stars
AGENTS.md@kimi-cli/tests_e2e agents
sikao-engine/kimix · kimi-cli/tests_e2e/AGENTS.md
git:20260815.b3edc81 · audit A · 111 stars

Every file in sikao-engine/kimix

Other files named AGENTS.md

AGENTS.md agents
obra/superpowers · AGENTS.md
git:20260919.5bf4e78 · audit A · 291,204 stars
AGENTS.md agents
affaan-m/ecc · AGENTS.md
git:20260919.91ba9b4 · audit A · 266,832 stars
AGENTS.md agents
firecrawl/firecrawl · AGENTS.md
git:20260613.d9a35c0 · audit A · 184,144 stars
AGENTS.md agents
dietrichgebert/ponytail · AGENTS.md
git:20260710.b6c0448 · audit A · 144,862 stars
AGENTS.md agents
garrytan/gstack · AGENTS.md
git:20260914.4a3c6a8 · audit A · 134,082 stars
AGENTS.md agents
graphify-labs/graphify · AGENTS.md
git:20260414.7ec92ec · audit A · 121,202 stars
AGENTS.md agents
juliusbrussee/caveman · AGENTS.md
git:20260902.d9faebc · audit A · 107,708 stars
AGENTS.md agents
addyosmani/agent-skills · AGENTS.md
git:20260709.b665c5c · audit A · 98,554 stars

Browse by kind, by grade A, or by owner.