Home / sikao-engine / kimix · kimi-cli/src/kimi_cli/skills/skill-creator/SKILL.md · GitHub

skill-creator skillA

skill-creator is agent-read markdown (skill) from sikao-engine/kimix: Guide for creating effective skills. Use when users want to create or update a skill that extends agent's capabilities..

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

# Skill Creator

Guidance for creating modular skill packages that extend Kimi's capabilities.

## Core Principles

- **Concise is Key** — context is limited; only add info Kimi doesn't already know; prefer concise examples over verbose explanations.
- **Degrees of Freedom** — match specificity to task fragility: high freedom (text), medium (pseudocode/scripts with params), low (specific scripts needing consistency).
- **Anatomy** — `SKILL.md` (required: YAML frontmatter `name`+`description`, optional `type`; body under 500 lines) + optional resources: `scripts/` (executable code), `references/` (large docs, loaded on demand — keep >10k-word files here), `assets/` (templates/images). Do NOT include README.md/CHANGELOG.md.

## Progressive Disclosure

1. **Metadata** (name + description) — always in context
2. **SKILL.md body** — when skill triggers
3. **Bundled resources** — as needed

Keep SKILL.md lean; link reference files with clear guidance on when to read them; avoid deeply nested references.

## Locations
…

Read the whole file at its exact version.

How to install

Latest version
mdr add sikao-engine/kimix/skill-creator@git:20260912.107e546
Exact content
mdr add sikao-engine/kimix/skill-creator@sha256:b0dcda2c7af2077b

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

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260912.107e546 latest2026-09-12 107e546 2,579 BA view · diff
git:20260816.ff0cd322026-08-16 ff0cd32 2,732 BA view · diff
git:20260614.d043ce72026-06-14 d043ce7 5,055 BA view · diff
git:20260527.1cf44522026-05-27 1cf4452 3,635 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 (2579 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_3org7a4nj43xn4oh
GET https://markdownregistry.com/api/v1/resolve?ref=sikao-engine/kimix/skill-creator
GET https://markdownregistry.com/api/v1/blob/b0dcda2c7af2077bf758774b977c47f24a5aaea28d2bdc8b6221920ff232d828

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

skill-creator skill
anthropics/skills · skills/skill-creator/SKILL.md · Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a…
git:20260306.b0cbd3d · audit A · 177,978 stars
skill-creator skill
bytedance/deer-flow · skills/public/skill-creator/SKILL.md · Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a…
git:20260704.53a80d3 · audit A · 82,945 stars
skill-creator skill
cherryhq/cherry-studio · resources/skills/skill-creator/SKILL.md · Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a…
v1.0.0 · audit A · 52,106 stars
skill-creator skill
volcengine/openviking · bot/workspace/skills/skill-creator/SKILL.md · Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
git:20260228.006a06f · audit A · 38,500 stars
skill-creator skill
eigent-ai/eigent · resources/example-skills/skill-creator/SKILL.md · Guide for creating effective skills. Use when creating a new skill or updating an existing skill that extends agent…
git:20260318.14139d7 · audit A · 15,412 stars
skill-creator skill
gentleman-programming/gentle-ai · internal/assets/skills/skill-creator/SKILL.md · Trigger: new skills, agent instructions, documenting AI usage patterns. Create LLM-first skills with valid frontmatter.
v1.0 · audit A · 7,170 stars
skill-creator skill
thinkinaixyz/deepchat · resources/skills/skill-creator/SKILL.md · Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an…
git:20260113.8fd50e4 · audit A · 6,342 stars
skill-creator skill
aipoch/open-science · resources/skills/skill-creator/SKILL.md · Create, revise, evaluate, publish, and improve Open-Science Skills through the native JavaScript host.skills composer…
git:20260917.4395768 · audit A · 4,919 stars

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