@hheei/omp-enhance
v0.1.0
Published
Optional enhancements for Oh My Pi, including %skill references
Maintainers
Readme
omp-enhance
OMP enhancement extension. %skill-name references are one available feature.
Ported from @hheei/pi-dollar-skill to the OMP public Extension API.
Install
omp install @hheei/omp-enhanceRestart OMP after installation. Verify:
omp plugin list
omp plugin doctorUsage
Type % in the prompt to see loaded skills. Continue typing to filter, then select a suggestion with the normal editor completion key.
Use %librarian to research this topic.When submitted, a known %skill-name is replaced by that skill's SKILL.md path. This lets the model read the skill through the normal prompt. Unknown names remain unchanged. References inside words, such as email%skill, are not expanded.
The extension only processes interactive input and only skills reported by OMP. It does not modify model output or files.
Settings
Open OMP plugin settings, or use CLI commands:
omp plugin config list @hheei/omp-enhance
omp plugin config set @hheei/omp-enhance enabled true
omp plugin config set @hheei/omp-enhance maxSuggestions 50enabled: enable or disable%skill-namecompletion and expansion; defaulttrue.maxSuggestions: maximum completion rows, from1to50; default50.
Project settings override global settings.
Editor behavior
While a known reference is present, left/right movement and backspace/delete operate on the complete %skill-name token instead of splitting it. The extension restores any editor factory that was active before it was installed.
