Home / sikao-engine / kimix · .agents/skills/doc/SKILL.md · GitHub

doc skillA

doc is agent-read markdown (skill) from sikao-engine/kimix: Guide for navigating and maintaining Kimix project documentation. Use when: (1) user asks about the docs structure, (2) user wants to add, update, or append content to project documents..

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

# Project Documentation Guide

Reference for the Kimix documentation layout and how to modify or extend it safely.

## Document Structure

```
<repo-root>/
├── AGENTS.md                     # Agent rules (always loaded)
├── README.md                     # English project overview and doc index
├── README_zh.md                  # Chinese project overview and doc index
├── ChangeLog.md                  # Release changelog (kept minimal)
└── docs/
    ├── tutorials/
    │   ├── 1_quick_start.md      # Chinese quick start
    │   ├── 1_quick_start_en.md   # English quick start
    │   ├── 2_long_task.md        # Chinese /plan workflow
    │   ├── 2_long_task_en.md     # English /plan workflow
    │   ├── 3_builtin_tools.md    # Chinese built-in tools guide
    │   ├── 3_builtin_tools_en.md # English built-in tools guide
    │   ├── 4_skills.md           # Chinese skill authoring
    │   ├── 4_skills_en.md        # English skill authoring
    │   ├── 5_server.md           # Chinese HTTP server tutorial
    │   └── 5_server_en.md        # English HTTP server tutorial
    ├── server/
    │   └── opencode_style_sse.md # OpenCode SSE protocol details
…

Read the whole file at its exact version.

How to install

Latest version
mdr add sikao-engine/kimix/doc@git:20260816.7c770ea
Exact content
mdr add sikao-engine/kimix/doc@sha256:a46b4e9a7b86b69c

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_wshvnstclyyb735f.svg)](https://markdownregistry.com/a/art_wshvnstclyyb735f)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260816.7c770ea latest2026-08-16 7c770ea 4,546 BA view · diff
git:20260813.16831032026-08-13 1683103 4,184 BA view · diff
git:20260711.d3473992026-07-11 d347399 4,212 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (4546 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_wshvnstclyyb735f
GET https://markdownregistry.com/api/v1/resolve?ref=sikao-engine/kimix/doc
GET https://markdownregistry.com/api/v1/blob/a46b4e9a7b86b69c94abfd1d002fb35b7e092b4b51f8150a0215897f034df827

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
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 agents
sikao-engine/kimix · AGENTS.md
git:20260903.8971462 · 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 doc

doc skill
fcakyon/claude-codex-settings · plugins/openai-office-skills/skills/doc/SKILL.md · Use when the task involves reading, creating, or editing `.docx` documents, especially when formatting or layout…
git:20260401.26dac1c · audit A · 1,153 stars
doc skill
boshu2/agentops · skills/doc/SKILL.md · Write grounded docs, READMEs, repo instructions or continuity handoffs. Use when: these documents are requested; no…
git:20260911.c655850 · audit A · 445 stars
doc skill
boshu2/agentops · skills-codex/doc/SKILL.md · Write grounded docs, READMEs, repo instructions or continuity handoffs. Use when: these documents are requested; no…
git:20260911.c655850 · audit A · 445 stars
doc skill
boshu2/agentops · images/gemini/skills/doc/SKILL.md · Write grounded docs, READMEs, repo instructions or continuity handoffs. Use when: these documents are requested; no…
git:20260911.c655850 · audit A · 445 stars
doc skill
letta-ai/skills · tools/doc/SKILL.md · Use when the task involves reading, creating, or editing `.docx` documents, especially when formatting or layout…
git:20260422.d32735f · audit A · 145 stars
doc skill
vodailocz/kilo-kit-mcp · skills/writing-docs/doc/SKILL.md · Use when the task involves reading, creating, or editing `.docx` documents, especially when formatting or layout…
git:20260502.38d5305 · audit A · 26 stars
doc skill
ethanyoq/skill-hub · archives/user-installed-skills/doc/6dec3cfb66491505/doc/SKILL.md · Use when the task involves reading, creating, or editing `.docx` documents, especially when formatting or layout…
git:20260912.84c6c93 · audit A · 10 stars

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