@firstpick/pi-prompts-agent-memory

Reusable Pi prompt templates for maintaining durable agent memory.

Packages

Package details

prompt

Install @firstpick/pi-prompts-agent-memory from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@firstpick/pi-prompts-agent-memory
Package
@firstpick/pi-prompts-agent-memory
Version
0.1.4
Published
Aug 7, 2026
Downloads
204/mo · 14/wk
Author
firstpick
License
MIT
Types
prompt
Size
9.9 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "prompts": [
    "./prompts"
  ]
}

Security note

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

README

Prompts Agent Memory for Pi

Adds reusable prompts for keeping Pi’s long-term memory useful and tidy.

What you can do

  • Adds six ready-made memory-maintenance prompts.
  • Helps keep durable notes short and useful.
  • Separates stable preferences from temporary conversation details.
  • Uses Pi’s normal memory locations.

Install

Install it through Pi:

pi install npm:@firstpick/pi-prompts-agent-memory

Restart Pi if the package does not appear in your current session.

How to use it

Run /update-memory when you want Pi to review and tidy durable memory. Confirm that the proposed notes are accurate and do not contain secrets before keeping them.

  • /update-memory — promote durable, general facts from daily memory into long-term memory.
  • /memory-summarize — summarize recent daily memory into a concise context brief.
  • /memory-search-context — search memory for topic-specific facts with sources and confidence.
  • /memory-prune — review long-term memory for stale, duplicate, or low-signal entries.
  • /memory-rule-add — draft a scoped rule note from a repeated preference or workflow.
  • /memory-session-save — append a concise end-of-session note to daily memory.

Technical details

See TECHNICAL.md for complete commands, configuration, compatibility, security, and troubleshooting information.