Releases: memoryplugin/agent-skills
Release list
MemoryPlugin agent skill v1.2.0
Documents the new export_conversation MCP tool: a temporary download link (expires in 15 minutes, no login needed) for one past conversation as a JSON file. The skill now teaches agents to reach for it when the user wants a chat saved as a file, and to keep using get_full_conversation for reading content.
Install options:
- Claude Code plugin:
claude plugin marketplace add memoryplugin/agent-skillsthen/plugin install memoryplugin@memoryplugin - Any agent:
npx skills add memoryplugin/agent-skills - claude.ai: upload
memoryplugin-skill.zipunder Settings → Capabilities → Skills
MemoryPlugin agent skill v1.1.0
Adds a recall query strategy section: fan-out parallel queries on multifaceted topics, sequential broad-then-precise waves with conversation drill-down, per-query token budgets, date-bounded queries, and escalation before giving up. Install: npx skills add memoryplugin/agent-skills or /plugin marketplace add memoryplugin/agent-skills. The zip is the skill folder for claude.ai upload.
MemoryPlugin agent skill v1.0.0
First release. Install with: npx skills add memoryplugin/agent-skills — or in Claude Code: /plugin marketplace add memoryplugin/agent-skills. The zip is the skill folder for claude.ai upload (Settings > Capabilities > Skills).