skill-creator

Create standardized SKILL.md templates for Kimi skill development.

1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/Arist12/kimi-cli --skill skill-creator-arist12
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Arist12/kimi-cli/tree/main/src/kimi_cli/skills/skill-creator
Command: npx skills add https://github.com/Arist12/kimi-cli --skill skill-creator-arist12

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating or updating specialized AI skills for Kimi can be complex and error-prone, and teams need a clear, reproducible guide to standardize skill development across domains.

Core Features & Use Cases

  • Provides a standardized framework for crafting modular, self-contained skills with clear frontmatter, body, and optional resources.
  • Enables teams to plan reusable assets (scripts, references, assets) to accelerate deployment and reduce duplication.
  • Use case: a product team wants a new skill to integrate a domain-specific workflow into Kimi and share the blueprint for future iterations.

Quick Start

Create the SKILL.md with a name/description frontmatter and a concise body outlining workflows and references.

Frequently Asked Questions about skill-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a standardized SKILL.md file for modular skill development?

To create a standardized SKILL.md for modular skill development, use a template containing name and description frontmatter, a concise body for workflows, and optional sections for scripts, references, and assets to ensure consistent loading.

What is the progressive disclosure pattern in skill creation?

The progressive disclosure pattern in skill creation is a compliance standard that structures modular skills to load only necessary context and resources on demand, ensuring self-contained units remain efficient and safe during deployment.

How to package reusable Kimi skills with optional scripts and references?

Package reusable Kimi skills by organizing the SKILL.md alongside optional scripts, references, and assets into a self-contained unit, applying safety checks to ensure the modular workflow deploys consistently without duplication.

Do I need specific dependencies to design self-contained workflow units?

No specific dependencies are required to design self-contained workflow units; the process relies on a standardized SKILL.md template and resource guidelines to plan and structure modular skills for immediate deployment.

When should I update an existing skill versus developing a new modular skill?

Update an existing skill when modifying frontmatter, body workflows, or optional assets within a current unit, and develop a new modular skill when integrating an entirely new domain-specific workflow into the system.