memory-save

Save discussions and design decisions into a Supabase memories table.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/iketomo/cowork_x_plugin --skill memory-save-iketomo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-save
Source: https://github.com/iketomo/cowork_x_plugin/tree/main/work-utils/skills/memory-save
Command: npx skills add https://github.com/iketomo/cowork_x_plugin --skill memory-save-iketomo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of losing valuable discussions, insights, and design decisions made with Claude by providing a persistent, long-term storage solution in Supabase.

Core Features & Use Cases

  • Long-Term Memory Storage: Saves conversations, decisions, and knowledge to a Supabase database for future reference.
  • Structured Data Entry: Automatically determines and inserts relevant fields like title, summary, category, and importance into the database.
  • Proactive Saving: Actively suggests saving important decisions or insights when they arise in a conversation.
  • Use Case: After a complex technical design discussion with Claude, use this skill to save the key decisions and rationale, ensuring they are not forgotten and can be easily retrieved later.

Quick Start

Use the memory-save skill to record the key discussion points about the new feature design.

Frequently Asked Questions about memory-save

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I save Claude discussions and design decisions to Supabase long-term memory?

To save Claude discussions to Supabase long-term memory, this Skill uses SQL INSERT statements to store your conversation insights and design decisions into a structured 'memories' table. It automatically categorizes the information and assigns importance levels for future retrieval.

What is the best way to log technical design decisions and rationale for future reference?

Logging technical design decisions for future reference is best handled by saving them directly into a Supabase database. This approach structures your data entry by automatically generating titles, summaries, and categories, ensuring your conversation knowledge is not lost.

Does this Supabase memory tool require any external dependencies or API keys?

This Supabase memory tool requires no external dependencies to function within your workflow. You only need an existing Supabase database setup to execute the SQL INSERT statements and store your categorized discussion data.

How does the skill handle ambiguity when I ask to save a conversation to memory?

When you ask to save a conversation to memory, the Skill includes an ambiguity guard for 'save to memory' commands. This mechanism ensures that your data is routed to the correct long-term storage in the Supabase database instead of triggering unintended actions.

Can I automatically categorize and assign importance levels to saved conversation insights?

Yes, you can automatically categorize and assign importance levels to saved conversation insights. The Skill actively determines relevant fields like title, summary, category, and importance during the structured data entry process into the Supabase database.

When should I use a database for discussion saving instead of local text files?

Using a database for discussion saving is ideal when you need persistent, structured long-term storage that supports categorization and importance levels. This approach ensures your knowledge management scales beyond simple local text files into a searchable Supabase architecture.