@cleepi/base
Cleevio's base pi package: voice (system-prompt append) and theme. The first package every Cleevian installs.
Package details
Install @cleepi/base from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@cleepi/base- Package
@cleepi/base- Version
0.1.0- Published
- Jun 1, 2026
- Downloads
- not available
- Author
- honem
- License
- MIT
- Types
- extension, theme
- Size
- 10.7 KB
- Dependencies
- 0 dependencies · 1 peer
Pi manifest JSON
{
"extensions": [
"./extensions"
],
"themes": [
"./themes"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@cleepi/base
The first pi package every Cleevian installs. Gives the agent a consistent Cleevio voice and a Cleevio-flavored theme.
What's in the box
- Personality extension (
extensions/personality.ts) — appends a Cleevio voice statement to every session's system prompt. Terse, dry, low-ceremony, honest about uncertainty, willing to push back. - Theme (
themes/cleevio-dark.json) — dark theme with a Cleevio-flavored palette. Select via/settingsor set"theme": "cleevio-dark".
That's all base does. Process discipline (specs/ADRs/changelogs) lives in
@cleepi/sdd. Code conventions, project workflows, etc. will live
in their own packages.
Install
Global (recommended — voice and theme apply everywhere):
pi install git:github.com/cleevio/cleepi/packages/base
Then select the theme:
pi
# /settings → theme → cleevio-dark
Related
- SPEC.md — what this package is and isn't.
- CHANGELOG.md — release history.
@cleepi/sdd— peer package for SDD workflow.