From memorised-them-all
Digest a folder of documents into local, token-free knowledge-graph memory and recall from it. Use when the user wants to "memorise", "digest", "ingest", or "remember" files/attachments/a folder, build a knowledge graph from documents, or ask questions grounded in their own documents without paying tokens to read them. Triggers on "memorise these files", "digest my documents", "build memory from this folder", "remember this PDF", "what do my docs say about X".
How this skill is triggered — by the user, by Claude, or both
Slash command
/memorised-them-all:memoriseThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Turn any pile of documents into **local, token-free** graph memory for Claude, and
Turn any pile of documents into local, token-free graph memory for Claude, and recall from it cheaply. All conversion and digestion runs on the user's machine (MarkItDown, plus optional Tesseract OCR) — fully deterministic and model-free, no LLM/Ollama/GPU. Claude only ever issues a small tool call and gets back compact metadata or a tiny relevant slice — never whole documents.
.doc/.ppt/.xls via optional LibreOffice; scanned images via
optional Tesseract OCR; archives unpacked safely). Legacy Bengali typed in
Bijoy/SutonnyMJ ANSI fonts is auto-upgraded to Unicode (font-aware, so mixed
English+Bengali documents convert cleanly).graph.json. Recall ranks with model-free BM25 (Bengali-aware) and returns a
tiny cited slice, declining off-topic queries.digest(paths, project?, reset?) — build/refresh memory (reset: true rebuilds from scratch). Returns metadata only.convert(paths, out_dir?, project?) — convert files/dirs/globs to Markdown locally (legacy Bengali/SutonnyMJ → Unicode); writes .md files to out_dir (default markdown_converted/ beside the input). Token-free. Use when the user just wants Markdown, not a digest.recall(query, project?, k?) — return a small, citable slice of memory.memory_overview(project?) — synopsis + themes.export_memory(dest, project?) — export portable Markdown files.list_digestible(directory) — list convertible files (paths/sizes only).forget(project?) — delete a project's memory (graph, converted Markdown, summaries/notes). Irreversible.memory_status() — local stack health.digest first.project name to keep separate, reusable memories per body of work.npx claudepluginhub gru-953/memorised-them-all --plugin memorised-them-allProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.