proactive-memory

Capture coding insights to the gobby-memory MCP server with duplicate checks.

19|3|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/GobbyAI/gobby --skill proactive-memory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: proactive-memory
Source: https://github.com/GobbyAI/gobby/tree/main/src/gobby/install/shared/skills/proactive-memory
Command: npx skills add https://github.com/GobbyAI/gobby --skill proactive-memory

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Proactive-memory helps developers avoid losing valuable coding insights by guiding when to save them and routing them to the gobby-memory MCP server.

Core Features & Use Cases

  • Guided decision rules: ensures only valuable memories are saved, with duplicates checked using search_memories.
  • Memory types & metadata: supports fact and pattern memories with actionable tags for quick retrieval.
  • Use Case: during debugging, architecture discussions, or when environment gotchas are discovered, save insights to accelerate future work.

Quick Start

Identify a valuable moment in your current session and save it by calling gobby-memory.create_memory with content describing the insight, a memory_type (e.g., "fact" or "pattern"), and appropriate tags.

Frequently Asked Questions about proactive-memory

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

FAQPage Schema
How do I save coding insights and debugging breakthroughs to memory?

Proactive memory capture involves saving valuable coding insights during development by calling gobby-memory.create_memory with descriptive content, a memory_type like fact or pattern, and relevant tags for quick retrieval.

When should I save a coding pattern or fact to memory management systems?

You should save a coding pattern or fact to memory management systems when encountering debugging breakthroughs, architecture decisions, API quirks, or environment gotchas to accelerate future development work.

How do I avoid saving duplicate coding insights to my memory server?

To avoid saving duplicate coding insights, perform a duplicate check using the search_memories function before routing new facts or patterns to the gobby-memory MCP server via create_memory.

Can I use proactive memory capture for environment gotchas and API quirks?

Yes, proactive memory capture supports saving environment gotchas and API quirks by creating memory entries with specific content, categorizing them as fact or pattern memory types, and adding actionable tags.

What are the limitations of proactive coding memory capture?

The mechanism focuses strictly on guiding when to save valuable insights and routing them to gobby-memory, meaning it relies on identifying high-value moments like architecture decisions rather than automatically recording entire coding sessions.