@zigai/pi-mention-skill
v0.5.0
Published
Pi package that moves skill discovery from slash commands to $ mentions.
Maintainers
Readme
Pi Mention Skill
Move Pi skill selection from slash autocomplete to $ mentions.
Install
pi install npm:@zigai/pi-mention-skillFeatures
- Adds fuzzy skill autocomplete with
$mentions. - Expands mentions such as
$skill-namebefore the model sees the prompt. - Keeps
/skill:*entries out of slash autocomplete by default.
Usage
Type $ in the prompt editor to open skill suggestions, then select a skill.
The selected mention loads the same skill content that /skill:name would have loaded, while keeping skills out of the normal slash command picker.
Configuration
Global settings are stored in ~/.pi/agent/extension-settings/pi-mention-skill.json.
| Option | Type | Default | Description |
| --- | --- | --- | --- |
| trigger | string | "$" | Single character that starts a skill mention. |
| hideSlashSkills | boolean | true | Hide skill commands from slash-command completion. |
| completionSuffix | string | " " | Text inserted after a completed skill mention. |
{
"$schema": "./schemas/pi-mention-skill.schema.json",
"trigger": "$",
"hideSlashSkills": true,
"completionSuffix": " "
}License
MIT
