@tifan/pi-inline-skills

Inline $skill autocomplete in the pi editor.

Packages

Package details

extension

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
0.1.1
Published
May 17, 2026
Downloads
not available
Author
tifan
License
MIT
Types
extension
Size
12.3 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "extensions": [
    "./inline-skills.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

Inline $skill autocomplete in the pi editor.

Type $ followed by a skill name fragment to open a fuzzy-matched picker of available skills. On submit, each $name token is replaced with the skill name and an instruction to load it is appended to the system prompt for that turn. Skills read during the session are tracked so they aren't reloaded.

Install

pi install npm:@tifan/pi-inline-skills

Commands

  • /loaded-skills: List skills loaded in the current session.

Example

Typing let's $tdd this and $review when done submits with the message rewritten and a single instruction added behind the scenes to load both skills.

License

MIT