mcpbeat

Memory Ticketing

agentlas-ai/memory-ticketing

Use when adding Memory Events, Memory Tickets, memory-map.json, vault-references.json, PM Soul memory ownership, or Memory Curator routing to an agent repo.

180 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
1165
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/agentlas-ai/Agentlas-OS --skill memory-ticketing

The instruction itself

4 sections, as written by the author

Memory Ticketing

Required Files

  • .agentlas/memory-map.json
  • .agentlas/memory-tickets.jsonl
  • .agentlas/vault-references.json

Flow

  • Workers emit ## Memory Events.
  • Runtime or orchestrator wraps events into tickets.
  • Memory Curator validates, redacts, deduplicates, and routes.
  • PM Soul owns project memory and open loops.
  • Policy Gate approves shared team-memory promotion.

Never Store

Secrets, credentials, private keys, tokens, service-account JSON, raw logs, or

full transcripts.

How to use it

Copy the folder

Take agentlas-ai/memory-ticketing from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.