Skip to content

skill-commands

Registers skills as /skill-name commands — an alternative to pi-code’s built-in /skill:name syntax that matches Claude Code’s command style. Skills with user-invocable: false in their frontmatter are hidden from the command menu.

Enable by setting enableSkillCommands: false in settings.json to disable the built-in syntax, then this extension provides the replacement.

Why it matters: If you’re coming from Claude Code or prefer the cleaner /name syntax over /skill:name, this extension aligns pi-code’s command interface with your muscle memory.