@ssk_dev/rpiv-todo-lean
Lean Pi todo extension with full features: 246 initial tokens (72.8% fewer than current upstream).
Package details
Install @ssk_dev/rpiv-todo-lean from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@ssk_dev/rpiv-todo-lean- Package
@ssk_dev/rpiv-todo-lean- Version
2.10.2- Published
- Sep 18, 2026
- Downloads
- 1,504/mo · 252/wk
- Author
- ssk_dev
- License
- MIT
- Types
- extension
- Size
- 18.3 KB
- Dependencies
- 2 dependencies · 3 peers
Pi manifest JSON
{
"extensions": [
"./index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@ssk_dev/rpiv-todo-lean
Token benchmark: Lean 246, upstream
@juicesharp/rpiv-todo@2.10.1904 — 72.8% fewer.
A lightweight Pi wrapper for @juicesharp/rpiv-todo. It preserves the complete task management engine while drastically reducing tool description overhead in the system prompt.
Core Features
- Full task lifecycle: Supports creating, listing, viewing, updating, deleting, and clearing tasks.
- Dependencies and tracking: Manages status transitions, dependencies, metadata, commands, and replay logs.
- Concise schema: Keeps the native flat schema while removing repetitive field documentation and wordy prompt guidelines.
Installation
pi install npm:@ssk_dev/rpiv-todo-lean
Do not load this alongside another rpiv-todo wrapper to avoid registering duplicate tools.
Usage
The model interacts with a single tool:
todo
Supported actions include create, list, get, update, delete, and clear. For multi-step tasks, create the items, keep exactly one task in_progress, and mark it completed when finished.
Context Footprint Benchmark
With only this extension enabled, its recurring model-facing initialization contribution is:
| Variant | Tool and prompt contribution | Total |
|---|---|---|
Lean @ssk_dev/rpiv-todo-lean@2.10.1 |
todo (246) |
246 |
Upstream @juicesharp/rpiv-todo@2.10.1 |
todo (904) |
904 |
This saves 658 tokens (72.8%).
Measured with Pi 0.85.1 in separate temporary processes with empty working directories and configuration. Built-in tools, skills, context files, session history, user messages, unrelated extensions, runtime UI, and slash commands are excluded; before_agent_start additions are included. Tokens are a fixed character-proxy estimate using ceil(characters / 4), not provider tokenizer billing.
Versions
- Lean wrapper:
2.10.1Upstream dependencies are pinned to@juicesharp/rpiv-todo@2.10.1and@juicesharp/rpiv-i18n@2.10.1.
Development
npm ci
npm run check
License
MIT. This project wraps the MIT-licensed @juicesharp/rpiv-todo.