Apam fetch
Skill MihirShrivastav/APAM/packages/apam-skill/skills/apam-fetch
Persistent layered memory for coding agents — recall context, decisions, and project knowledge across sessions.
npx -y skills add MihirShrivastav/APAM --skill apam-fetchAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Load APAM memory for the current project. Call this at the start of any session to restore context from previous sessions.
SKILL.md
1.3 KB, 294 tokens by cl100k_base, as published. Nobody here has run it
APAM Fetch - Load Project Memory
Load all persistent memory for the current project and report what you find.
Steps
- Run
/apam:apam-statusor runapam statusin the current repository using the local shell. - Read the output. Find the line that says
Project: <hex>. Copy that 16-character hex string exactly. This is theproject_id.- Never construct or guess the
project_id. If the output does not contain aProject:line, something went wrong and you should report it.
- Never construct or guess the
- Call
apam_recallwith thatproject_id. - Read the returned memory and summarize what you now know:
- What this project is
- Key facts from L1 (tech stack, structure, constraints)
- Recent session history from L2
- Key L3 Project Intelligence records (architecture, entities, patterns)
- State what context you have loaded so the user knows memory is active.
What to report
After loading, briefly tell the user:
- What project was detected (
project_idplus any label you can infer) - How many L1 atoms, L2 episodes, and L3 records exist
- The 2-3 most relevant things from the loaded context
- If this is a new project with no memory, say so clearly and suggest running
/apam:apam-init
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.