๐Ÿชจ pi-extensions

June 19, 2026 ยท View on GitHub

Fork of MattDevy/pi-extensions โ€” same tools, caveman tongue. All forks speak caveman. Why use many token when few do trick. ๐Ÿ‡ณ๐Ÿ‡ฑ๐Ÿ‡ซ๐Ÿ‡ท๐Ÿ‡ฉ๐Ÿ‡ช

A caveman-mode monorepo of Pi extensions. โ€” terse, technical, no fluff. Each package speaks caveman and ships with caveman-friendly AGENTS.md instructions.

Packages built and released independently under packages/.

Packages

PackageDescriptionnpm
pi-always-learningCaveman memory: watches coding sessions, distills patterns into instincts with confidence scoring. Fire keeps knowledge alive.npm
pi-simple-powersCaveman dev methodology: Obra's 14 skills in ๐Ÿชจ tongue. Writes caveman docs.(bundle only)
pi-simple-queueSQLite queue CLI (slq) + pi-slq-loop worker. Plan-per-task, logs, rotation.(CLI tool)
pi-cavemanCaveman speak toggle: cuts ~75% output tokens with intensity levels inc. "mixed" (emoji + ๐Ÿ‡ณ๐Ÿ‡ฑ/๐Ÿ‡ซ๐Ÿ‡ท/๐Ÿ‡ฉ๐Ÿ‡ช). Fork of jonjonrankin/pi-caveman.npm

Development

All AGENTS.md files enforce caveman mode โ€” terse, no fluff, emoji + ๐Ÿ‡ณ๐Ÿ‡ฑ/๐Ÿ‡ซ๐Ÿ‡ท/๐Ÿ‡ฉ๐Ÿ‡ช welcome.

npm install                           # install all workspace dependencies
npm test                              # run all package tests
npm run build                         # compile all packages to dist/
npm run typecheck                     # type-check all packages
npm run lint                          # ESLint across all packages
npm run check                         # tests + lint + typecheck (mirrors CI)
npm run lint:mega                     # run MegaLinter locally (requires Docker)

See each package's README.md for installation and usage, and AGENTS.md for development conventions.