MattDevy
pi-extensions
TypeScript

A set of pi-extensions, including pi-continuous-learning that continually improves you pi coding agent experience

Last updated Aug 9, 2026
123
Stars
12
Forks
7
Issues
+6
Stars/day
Attention Score
71
Language breakdown
TypeScript 96.1%
JavaScript 3.9%
โ–ธ Files click to expand
README

pi-extensions

CI License: MIT

A monorepo of Pi extensions, built and released independently under packages/.

Packages

| Package | Description | npm | |---|---|---| | pi-continuous-learning | Observes coding sessions and distils patterns into reusable instincts with confidence scoring and closed-loop feedback | npm | | pi-red-green | TDD enforcement for agent sessions: RED-GREEN-REFACTOR state machine with phase-specific prompt injection and test run detection | npm | | pi-compass | Codebase navigation: generates structured codemaps and interactive code tours for faster agent onboarding | npm | | pi-simplify | Code simplification: reviews recently changed files for clarity, consistency, and maintainability | npm | | pi-code-review | Automated code review: language-aware review after edits with structured findings | npm | | pi-blueprint | Multi-session planning: turns objectives into phased construction plans with dependency tracking and verification gates | npm |

Development

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.

๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท MattDevy/pi-extensions ยท Updated daily from GitHub