@tifan/pi-inline-skills
v1.0.3
Published
Inline /skill autocomplete in the pi editor.
Downloads
697
Maintainers
Readme
@tifan/pi-inline-skills
Load multiple skills from inside your prompt.
pi-inline-skills adds /skill autocomplete to the pi editor. Type / with part of a skill name, choose one or more matches, and keep writing. When you submit, the extension tells pi to load those skills for that turn.

Install
pi install npm:@tifan/pi-inline-skillsHow it works
- Type
/followed by part of a skill name to open the picker. - Choose one or more skills while writing your prompt.
- On submit, each
/nametoken is replaced with the skill name, and one instruction to load the matching skills is added behind the scenes. - Skills read during the session are tracked, so they are not loaded again.
- If the prompt starts with a registered pi command, that command wins. Otherwise, a starting token like
/tddis treated as an inline skill.
Commands
/loaded-skills: List skills loaded in the current session.
Example
Typing this:
let's /tdd this and /review when donesubmits the prompt with tdd and review selected as skills to load. The visible message stays readable, and the load instruction is handled outside your prompt text.

Use /loaded-skills to see which skills have already been read in the current session.
Release notes
See CHANGELOG.md
