iamtouchskyeriamtouchskyerCommunityยท6 Agent Skills Included

memex

Persistent markdown memory for coding sessions across platforms

Saves insights from completed coding tasks as linked markdown knowledge cards and recalls them before new work begins. Eliminates repeated mistakes, lost context between sessions, and locked-in notes by storing everything as plain files. Syncs cards across devices via git and works in Claude Code, Cursor, VS Code, Codex, and Windsurf.
npx skills add iamtouchskyer/memex --all -g -y
Available:

Gives the agent working rules for the memex codebase, including its layered architecture, card storage design, sync behavior, and flomo import safeguards.

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install memex?โ–ผ

Run `npx skills add iamtouchskyer/memex --all -g -y` in your terminal to install all skills in this suite globally.

How does memex give my coding agent memory?โ–ผ

After each task, the agent saves insights as atomic markdown cards with bidirectional links, then searches and recalls relevant cards before starting new work.

Does memex need a vector database or embeddings?โ–ผ

No. Cards are plain markdown files in ~/.memex/cards/ that you can read, grep, or open in Obsidian, with optional semantic search if you want it.

Which editors and agents work with memex?โ–ผ

It works with Claude Code, VS Code Copilot, Cursor, Codex, Windsurf, and Pi, all sharing the same card directory so memory transfers between tools.

Can I sync my memory cards across devices?โ–ผ

Yes. Run `memex sync --init` to create a private git repo for your cards, then enable auto-sync to push and pull changes after every write.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’