agentsclimarketplace

Memory

Skill Dragoon0x/dragoon-skills/skills/memory

Small persistent key-value store at .dragoon/memory.json for project-specific facts dragoon (and the user) want to remember across sessions. Subcommands list/get/set/remove/clear. Keys are lowercase ascii (./_/-, max 64). Values are plain text (max 8KB, max 256 keys). Use to remember conventions, decisions, gotchas. Run as `node ~/.claude/skills/dragoon/skills/memory/scripts/memory.js <subcommand>`.From its SKILL.md

Install
npx -y skills add Dragoon0x/dragoon-skills --skill memory

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 4 stars4 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.
  • runs commandsInstructs the agent to run 1 command, including `node ~/.claude/skills/dragoon/skills/memory/scripts/memory.js <subcommand>`.

SKILL.md

0.9 KB, 126 tokens by cl100k_base, as published. Nobody here has run it

/memory

Persistent project memory. Tiny key-value store.

When to use

  • Capturing a decision the agent should remember next session
  • Convention notes, gotchas, where the bodies are buried

Commands

dragoon memory list
dragoon memory get auth-pattern
dragoon memory set auth-pattern "token from cookie, not header"
dragoon memory remove auth-pattern
dragoon memory clear --yes

Limits

  • max 256 keys
  • max 8KB per value
  • keys: lowercase ascii, plus . _ -, max 64 chars

What ships with it: 1 file

4.7 KB alongside SKILL.md, 1 of them executable

scripts/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.