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

pyproject skillC

pyproject is agent-read markdown (skill) 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

name: pyproject
description: Reference for pyproject.toml files in the kimix monorepo. Use when modifying, adding, or analyzing Python package configs, workspace dependencies, build systems, or linting rules.

Repo Pyproject Overview

uv workspace with 2 Python projects: the root `kimix` app and `kimi-cli-x` (which vendors the former `kosong-x`/`pykaos` packages).

Packages

| Path | Name | Build Backend | Key Deps |
|------|------|---------------|----------|
| ./pyproject.toml | kimix | hatchling | numpy, playwright, fastapi, kimi-cli-x |
| kimi-cli/pyproject.toml | kimi-cli-x | uv_build | typer, aiohttp, rich, anthropic, openai, google-genai, mcp, asyncssh (vendored kosong/kaos deps) |

The former `kimi-cli/packages/kosong` (`kosong-x`), `kimi-cli/packages/kaos` (`pykaos`), and `kimi-cli/packages/kimi-code` were removed. `kosong` and `kaos` now live as vendored top-level modules under `kimi-cli/src/` and ship inside the `kimi-cli-x` wheel (`module-name = ["kimi_cli", "kosong", "kaos"]`).

Workspace

`tool.uv.workspace` members: `kimi-cli` (single member). Workspace sources: `kimi-cli-x`.

Common Tool Configs
…

Read the whole file at its exact version.

How to install

Latest version
mdr add sikao-engine/kimix/pyproject@git:20260912.739929a
Exact content
mdr add sikao-engine/kimix/pyproject@sha256:deafaf7e9dfbe06e

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

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260912.739929a latest2026-09-12 739929a 1,841 BC view · diff
git:20260828.c1335d92026-08-28 c1335d9 2,112 BA view · diff
git:20260816.ff0cd322026-08-16 ff0cd32 2,137 BA view · diff
git:20260526.39ff2412026-05-26 39ff241 4,895 BA view · diff
git:20260429.518d7a62026-04-29 518d7a6 4,894 BA view

Audit of the latest version

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

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

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