What is a Skill in Kuse?

Learn how a Skill packages reusable instructions for a task and where it can be used in Kuse.

A Skill packages reusable instructions for a particular kind of work. It helps Kuse follow the same method without asking you to repeat the full guidance every time.

A Skill is a method, not source material

Files and Connectors provide facts or context. A Skill describes how to perform the work. A clear Skill should state its purpose, when to use it, the expected inputs, the steps or rules to follow, and the expected output.

A Kuse Skill open with its SKILL.md, included files, metadata, purpose, and usage instructions visible
Open a Skill to review its SKILL.md, included files, purpose, and usage instructions before applying it to a task.

Keep the scope narrow

One Skill should have one recognizable job. When instructions cover unrelated outcomes, split them so each Skill is easier to choose, test, and maintain.

Continue learning