Skip to content

Agent Skills

Agent Skills are an open format for giving AI agents domain knowledge such as procedures and rules. Rune provides an official skill that, once installed in your project, lets agents reference Rune conventions around routing, command definitions, and testing on demand.

You can add the Rune skill to your project using the gh skill command:

Terminal window
gh skill install morinokami/rune rune

Alternatively, you can use the skills CLI:

Terminal window
pnpm dlx skills add https://github.com/morinokami/rune --skill rune