In after-install.md lines 22-23:
Bundled skills are available as `ponytail:ponytail`, `ponytail:ponytail-review`, ...
But pi-extension/index.js only calls pi.registerCommand() for slash commands. There is no skill registration API call that would expose ponytail:<skill> aliases. A user reading the docs and trying to use ponytail:ponytail with the pi-extension will get an error — the feature simply doesn't exist.
In
after-install.mdlines 22-23:But
pi-extension/index.jsonly callspi.registerCommand()for slash commands. There is no skill registration API call that would exposeponytail:<skill>aliases. A user reading the docs and trying to useponytail:ponytailwith the pi-extension will get an error — the feature simply doesn't exist.