@cleepi/toolkit
The Cleevio agent in one install. Bundles @cleepi/sdd, base, coding, git, crew, atlassian, and ships a /setup flow to wire them up.
Package details
Install @cleepi/toolkit from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@cleepi/toolkit- Package
@cleepi/toolkit- Version
0.1.2- Published
- Jun 2, 2026
- Downloads
- not available
- Author
- honem
- License
- MIT
- Types
- extension, skill, theme, prompt
- Size
- 303 KB
- Dependencies
- 4 dependencies · 1 peer
Pi manifest JSON
{
"extensions": [
"node_modules/@cleepi/sdd/extensions",
"node_modules/@cleepi/base/extensions",
"node_modules/@cleepi/coding/extensions",
"node_modules/@cleepi/crew/extensions"
],
"skills": [
"./skills",
"node_modules/@cleepi/sdd/skills",
"node_modules/@cleepi/coding/skills",
"node_modules/@cleepi/crew/skills"
],
"prompts": [
"./prompts",
"node_modules/@cleepi/sdd/prompts",
"node_modules/@cleepi/coding/prompts",
"node_modules/@cleepi/crew/prompts"
],
"themes": [
"node_modules/@cleepi/base/themes"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@cleepi/toolkit
The Cleevio agent in one install. Pulls in every general-purpose Cleepi package and walks you through the post-install setup.
What's in the box
| Member | What it gives you |
|---|---|
@cleepi/sdd |
Spec-Driven Development workflow (/spec, /journal, /changelog, the cockpit) |
@cleepi/base |
Cleevio voice + cleevio-dark theme |
@cleepi/coding |
Cleevio coding craft + /review |
@cleepi/git |
Branch / commit / PR conventions |
@cleepi/crew |
Subagent crew and orchestration |
@cleepi/atlassian |
Jira + Confluence access |
Plus this package's own additions:
/setup— step-by-step bootstrap. Tells you exactly what each member needs (atlassian auth, crew model config, theme selection) and stops bothering you about the parts that are already wired up.cleepi-setupskill — same content, triggers on free-form asks like "onboard me" or "what do I do next".
Install
# Every Cleevian (recommended)
pi install npm:@cleepi/toolkit
# Project-local — committed to .pi/settings.json, shared with the team
cd <repo>
pi install -l npm:@cleepi/toolkit
Then, inside a pi session:
/setup
That's it.
À la carte
If you want a leaner install, install members individually — see the root README. The à la carte path stays supported; toolkit is just the friction-free default.
Related
- SPEC.md — purpose and scope.
- CHANGELOG.md — release history.
- Design spec DRAFT-005 — why this package exists.