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.
Installation
Section titled “Installation”You can add the Rune skill to your project using the gh skill command:
gh skill install morinokami/rune runeAlternatively, you can use the skills CLI:
pnpm dlx skills add https://github.com/morinokami/rune --skill runenpx skills add https://github.com/morinokami/rune --skill runeyarn dlx skills add https://github.com/morinokami/rune --skill runebunx skills add https://github.com/morinokami/rune --skill rune