From memex
Archives files in a Memex knowledge base by moving them from active (Tier 2) to archived (Tier 3) in _MANIFEST.md, updating hub status and closets. Keeps files on disk but stops auto-loading.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memex:archive [filename][filename]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Wikilink rule:** Use `[[filename]]` for every file reference in markdown.
Wikilink rule: Use [[filename]] for every file reference in markdown.
Move a file from Tier 2 to Tier 3 in _MANIFEST.md and update its hub status. The file stays on disk; archiving just stops auto-loading.
Run WORKSPACE_ROOT=$(pwd) && echo "$WORKSPACE_ROOT" via Bash.
Read _MANIFEST.md. If missing: tell the user "No manifest found. Run /memex:init first." and stop.
If $ARGUMENTS is set, use it. Otherwise read the Tier 2 sections from _MANIFEST.md, show the entries, and ask which to archive.
| [[filename]] | [why archived] | YYYY-MM-DD |
Read the relevant domain hub. Set the file's status to Archived, or remove it from the active table.
Then update the file's entry in <domain>/_CLOSETS.md (or _CLOSETS-archive.md if it lives there per pagination). Change the entry's status: line to status: archived. If the file has no closets entry yet, skip. Session-end will not re-create it for an archived file.
Closets schema and field semantics: memex/skills/session-end/references/closets-format.md.
Archived: [filename]
From: Tier 2 ([domain name])
Reason: [why]
Date: YYYY-MM-DD
To unarchive: move the row back to Tier 2 in _MANIFEST.md.
rm it. Don't move it to an archive/ folder unless the user explicitly asks. That breaks existing wikilinks.[[filename]] in the Tier 3 row so the Obsidian graph keeps the node connected._CLOSETS.md entry stays, with status: archived. Future searches still surface it, just at lower priority.status.md, decisions.md, glossary.md, etc. are always-loaded by design. Refuse and explain.[[new-file]]", "stale". Future you reads this when deciding whether to unarchive. "no longer needed" is not a reason.npx claudepluginhub skyfox-io/memex --plugin memexArchives completed or cancelled PRD files to product-docs/prds/archive/YYYY/QX/ directories, adds YAML metadata (archive_date, reason, task completion %), moves linked tasks, uses git mv. Use post-implementation.
Provides a skill file (archive.md) that can be loaded into Claude Code to define archival instructions and context.
Archives a completed or abandoned plan by moving it to an archived folder with metadata and timestamp.