@tifan/pi-inline-skills
Inline /skill autocomplete in the pi editor.
Package details
Install @tifan/pi-inline-skills from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@tifan/pi-inline-skills- Package
@tifan/pi-inline-skills- Version
1.0.5- Published
- Jun 20, 2026
- Downloads
- 678/mo · 24/wk
- Author
- tifan
- License
- MIT
- Types
- extension
- Size
- 20.2 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"extensions": [
"./src/index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@tifan/pi-inline-skills
Load skills from inside a pi prompt.
Type / and part of a skill name, pick a skill, then keep writing. On submit, the prompt stays unchanged and the matching skill content is loaded for that turn.

Install
pi install npm:@tifan/pi-inline-skills
Usage
let's /tdd this and /review when done
This loads tdd and review behind the scenes. Slash tokens stay in the visible prompt, so rewinding and editing previous prompts is easy.
Notes:
- Already-loaded skills are not injected again on the same session branch.
- Skills with
disable-model-invocation: truework because this extension reads skill files directly. - A registered pi command wins at the start of a prompt. Otherwise, a starting token like
/tddis treated as an inline skill.
Commands
/loaded-skills: List skills loaded in the current session.

Release notes
See CHANGELOG.md