@monopi/skills
On-demand skill packs for pi: web-search, debug-helper, shell syntax, and more.
Package details
Install @monopi/skills from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@monopi/skills- Package
@monopi/skills- Version
0.6.1- Published
- Aug 28, 2026
- Downloads
- 143/mo · 37/wk
- Author
- ifiokjr
- License
- MIT
- Types
- skill
- Size
- 16.6 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"skills": [
"./skills"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@monopi/skills
Curated on-demand skill packs bundled with monopi.
Included skills
| Skill | What it does |
|---|---|
btw (/qq) |
Run side conversations without interrupting main work. |
debug-helper |
Analyze errors, logs, crashes, and performance issues. |
nushell |
Nushell syntax reference for commands and shell snippets. |
Installation
pi install npm:@monopi/skills
Installed by default with
npx @monopi/monopi.
How skills work
- Each skill lives in its own directory under
skills/<skill-name>/. - Each directory contains a
SKILL.mdfile with instructions for pi. - Pi loads the skill when the user's request matches the skill's description.
- Skills stay loaded for the duration of the task.
- You can explicitly invoke a skill with
/<skill-name>.
Package layout
skills/
├── btw/SKILL.md
├── debug-helper/SKILL.md
└── nushell/SKILL.md