meta-memory-skill

Agent Skill for two-stage brief/full meta-memory in research and coding workflows.

Packages

Package details

skill

Install meta-memory-skill from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:meta-memory-skill
Package
meta-memory-skill
Version
1.1.0
Published
Jun 8, 2026
Downloads
not available
Author
unilinear
License
unknown
Types
skill
Size
16.5 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "skills": [
    "./skills"
  ]
}

Security note

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

README

Mr. Agent, this is the way to build your memory system.

简体中文


It's good for Agent,

maybe good for human too : D

After installation, user don't need to mention or reference this skill in the chat. Agent will automatically decide when to read memory and when to write memory.


Memory looks like this:

<memory-root>/
├── index.md
└── units/
    ├── <verb>-<adjective-or-modifier>-<noun>.unit/
    │   ├── <index>.<title>.brief.md
    │   └── <index>.<title>.full.md
    ├── read-deeplearning-paper.unit/
    │   ├── 0.transformer-attention.brief.md
    │   ├── 0.transformer-attention.full.md
    │   ├── 1.diffusion-survey.brief.md
    │   └── 1.diffusion-survey.full.md
    └── run-baseline-experiment.unit/
        ├── 0.first-clean-run.brief.md
        └── 0.first-clean-run.full.md

Install

Too much big-company plugin platforms make it complicated.

Just download this skills/meta-memory/SKILL.md and feed it to your agent tell him:

"please install this skill for me"


If you insist

Install via npm:

npm install -g meta-memory-skill

Then install the skill into your agent:

meta-memory-install claude   # ~/.claude/skills/meta-memory
meta-memory-install codex    # ~/.codex/skills/meta-memory
meta-memory-install pi       # ~/.pi/agent/skills/meta-memory
meta-memory-install agents   # ~/.agents/skills/meta-memory

Install everywhere:

meta-memory-install --all

Install to a custom or project-local path:

meta-memory-install --path ./.agents/skills/meta-memory