@blackbelt-technology/pi-dashboard-distill-session-knowledge

Pi skill: offline-mine pi session JSONL logs into reusable, verified knowledge (skills, memory, docs)

Packages

Package details

skill

Install @blackbelt-technology/pi-dashboard-distill-session-knowledge from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@blackbelt-technology/pi-dashboard-distill-session-knowledge
Package
@blackbelt-technology/pi-dashboard-distill-session-knowledge
Version
0.7.0
Published
Jul 24, 2026
Downloads
617/mo · 187/wk
Author
mbotond
License
MIT
Types
skill
Size
6.5 KB
Dependencies
1 dependency · 0 peers
Pi manifest JSON
{
  "skills": [
    ".pi/skills/distill-session-knowledge"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

@blackbelt-technology/pi-dashboard-distill-session-knowledge

A pi skill that offline-mines your pi session JSONL logs into reusable, verified knowledge — routing distilled patterns into skill_manage, memory, and docs. It loads by natural-language trigger ("mine my sessions", "distill session knowledge") in any pi session.

The skill is a thin wrapper over the deterministic engine @blackbelt-technology/pi-dashboard-session-distiller, declared here as a runtime dependency and invoked through its distill-session-knowledge bin.

Install

Add the package to a pi project so its skill is discovered:

npm install @blackbelt-technology/pi-dashboard-distill-session-knowledge

Then, in a pi session, say "mine my sessions" or "distill session knowledge".

What it does

Walks sessions newer than a watermark, extracts five objective-anchored signal classes (faults, ask_user decisions, corrections, procedures, docs), promotes only patterns recurring across >= N sessions, and presents a routing plan for review. It is dry-run by default — nothing is written until you review and apply. See the engine package for the algorithm and privacy details.

License

MIT