skill-creator

Design modular Kimi skills with YAML frontmatter and SKILL.md structure.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured framework for creating and maintaining modular Kimi Skills, ensuring consistent quality, documentation, and packaging practices across teams.

Core Features & Use Cases

  • Provides a clear framework for building skills with YAML frontmatter, a Markdown body, and optional bundled resources (scripts, references, assets).
  • Facilitates the process to create new skills or update existing ones, including naming conventions and validation steps.
  • Supports packaging into a distributable .skill file and encourages iterative improvement through feedback loops.

Quick Start

Create a new directory named after your skill, add a SKILL.md with proper frontmatter, and populate optional resources as needed.

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 modular AI skill for Kimi with YAML frontmatter?

To create a modular AI skill for Kimi, you define metadata in YAML frontmatter, write a Markdown body, and populate optional bundled resources like scripts or references. You start by creating a directory named after your skill and adding a SKILL.md file with proper frontmatter.

What is the best way to package a Kimi skill for distribution?

The best way to package a Kimi skill is to use a standardized workflow that bundles your SKILL.md and optional resources into a distributable .skill file. This process ensures consistent quality, documentation, and packaging practices across teams.

How do I validate frontmatter and naming conventions when updating an existing skill?

Validating frontmatter and naming conventions for an existing skill involves applying a standardized workflow for iteration and discovery. The skill creator framework provides validation steps to ensure your updates maintain consistent quality and documentation.

What is included in the structure of a Kimi skill?

The structure of a Kimi skill includes YAML frontmatter for metadata, a Markdown body for instructions, and optional bundled resources such as scripts, references, and assets. This modular design keeps the SKILL.md lean while supporting complex functionality.

Do I need bundled resources to build a Kimi skill?

You do not need bundled resources to build a Kimi skill. Resources like scripts, references, and assets are optional. You only need a SKILL.md file with proper frontmatter and a Markdown body to define the core skill logic.

How does the skill creator framework support iterative improvement?

The skill creator framework supports iterative improvement by encouraging feedback loops during the discovery, iteration, and packaging workflow. This approach keeps your SKILL.md lean while allowing continuous updates to existing skills.