memex
Persistent markdown memory for coding sessions across platforms
All Skills in This Repository (6)
Pure Emerald Level Indicatorsmemex-best-practices
Define standards for frontmatter, slugs, tags, wikilinks, and graph maintenance in memex knowledge cards.
memex-retro
Save distilled development insights into persistent Zettelkasten memory cards.
memex-organize
Organize Zettelkasten memory cards by detecting orphans, hubs, and contradictions.
agent-prompts-warmup
Audit and synchronize agent prompt files across coding agent formats.
memex-sync
Sync Zettelkasten cards across devices using Git-based remotes.
memex-recall
Load prior Zettelkasten cards into agent context via memex index reads and searches.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core