skill

Manage local oh-my-kimi skills across user and project scopes.

6|1|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/Goblin1024/oh-my-kimi --skill skill-goblin1024
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill
Source: https://github.com/Goblin1024/oh-my-kimi/tree/main/skills/skill
Command: npx skills add https://github.com/Goblin1024/oh-my-kimi --skill skill-goblin1024

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing local skills for oh-my-kimi can be scattered across user and project scopes, risking inconsistency and manual setup.

Core Features & Use Cases

  • List, add, remove, edit, search, and inspect skills across both user (~/.kimi/skills/) and project (.kimi/skills/) scopes.
  • Interactive setup and sync workflows that keep skill libraries consistent with codebases.
  • Templates and quick starts to rapidly bootstrap new skills and integrate with existing workflows.

Quick Start

Create a new skill with /skill add <name> and customize it with /skill edit <name>.

Frequently Asked Questions about skill

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

FAQPage Schema
How do I manage local skills across user and project scopes in oh-my-kimi?

To manage local skills in oh-my-kimi, you can list, add, remove, and edit skills across user (~/.kimi/skills/) and project (.kimi/skills/) scopes using interactive commands. It enforces naming conventions and validates YAML frontmatter.

What is the best way to create a new skill for oh-my-kimi?

The best way to create a new skill for oh-my-kimi is using the `/skill add <name>` command. This rapidly bootstraps new skills using templates and integrates with existing workflows.

Does oh-my-kimi skill management validate YAML frontmatter?

Yes, oh-my-kimi skill management validates YAML frontmatter. The system enforces strict naming conventions and coordinates optional resources under scripts, references, and assets directories.

Can I search and inspect existing skills in my local oh-my-kimi directories?

You can search and inspect existing skills in local oh-my-kimi directories using the search and info commands. These features support discovery across both user and project scopes.

How do I keep my skill libraries consistent with my codebase?

To keep skill libraries consistent with your codebase, use the interactive setup and sync workflows. These features ensure your local skills remain aligned with your project's evolving codebase.