# Skill

> Run a procedural skill by name and return its instructions. Not for reading its docs without running it - use info.

- Skill: `kohaku-lab/skill` (Agent Skill, multi-file: 40 files)
- Install (CLI): `npx skillmds@latest add kohaku-lab/skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/kohaku-lab/skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: kohaku-lab (https://skillmd.com/u/kohaku-lab)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/kohaku-lab/skill

---


# skill

Loads a procedural skill and returns its body for you to follow.

## Arguments

| Arg | Type | Req | Description |
| --- | --- | --- | --- |
| name | string | yes | Skill name |
| arguments | string | no | Text passed through to the skill |

## Behavior

- Skills listed in the prompt's `## Skills` index are enabled; the index is
  byte-budgeted, so a skill missing from it is still callable by name.
- The returned body is instructions for you, not a completed result.

