rememberlisted
Install: claude install-skill devgirishattri/agent-plugins
# Remember
This skill is explicitly invoked only. Run only the accepted helper workflow below and return its formatted result or the shortest actionable failure.
## Instructions
Resolve `PLUGIN_ROOT` from this selected skill's installed absolute source path: it is the directory two levels above this `SKILL.md`. Substitute that absolute path literally in every helper invocation below; never infer it from the project working directory or hardcode a marketplace cache version.
`remember` captures a CANDIDATE learning into the memory store's inbox (`<store>/.inbox/`) for later `$knowledge:consolidate` review — it never writes MEMORY.md or a memory file directly, and a captured candidate is never indexed, recalled, or graphed until consolidation promotes it.
Determine which mode `the user's arguments` calls for:
- **`--list`** (optionally with `--expired-only`): enumerate pending candidates. See "Listing candidates" below.
- A request to delete/clean up old candidates: see "Purging candidates" (advanced, rare — only do this when the user explicitly asks).
- Anything else: **capture** the content described in `the user's arguments` (minus any `--store <path>` prefix) as a new candidate. See "Capturing a candidate" below.
Pass `--store <path>` to every Bash call below only if the user supplied one in `the user's arguments`; otherwise omit it and let the script resolve the store itself (explicit target > `KNOWLEDGE_MEMORY_HOME` > canonical discovery under `.agents/memory/`, the