Marketplace

memory

PMC memory system for persistent context across sessions. Store, search,and retrieve project knowledge using semantic vector search (OpenAI embeddings)and full-text keyword search.Use when: storing important context, searching for past solutions,retrieving project-specific knowledge, or building up institutional memory.

$ Instalar

git clone https://github.com/jayprimer/pmc-marketplace /tmp/pmc-marketplace && cp -r /tmp/pmc-marketplace/plugins/pmc/skills/memory ~/.claude/skills/pmc-marketplace

// tip: Run this command in your terminal to install the skill