memory-recall

Recall relevant context and knowledge from the worklog database.

Updated Dec 13, 2025
One-click install
npx skills add https://github.com/gaurangrshah/gsc-plugins --skill memory-recall-gaurangrshah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-recall
Source: https://github.com/gaurangrshah/gsc-plugins/tree/main/plugins/worklog/skills/memory-recall
Command: npx skills add https://github.com/gaurangrshah/gsc-plugins --skill memory-recall-gaurangrshah

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you surface relevant context, knowledge, errors, and memories from your worklog to inform decisions and improve task execution.

Core Features & Use Cases

  • Context recall: pulls recent entries and memories related to your current topic to provide background.
  • Knowledge surface: surfaces knowledge_base items and precedents to guide decisions and debugging.
  • Error-aware history: includes error patterns and past resolutions to accelerate troubleshooting.
  • Use Case: When starting a new feature, recall related discussions, decisions, and outcomes to align the team.

Quick Start

Recall the latest worklog entries and memories related to the current task to surface context and knowledge.

Frequently Asked Questions about memory-recall

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

FAQPage Schema
How do I recall context from past worklog entries to help with debugging?

You can recall context from past worklog entries by querying the knowledge base, memories, and error patterns to surface relevant historical data that accelerates debugging and informs troubleshooting decisions.

What is the best way to surface past error patterns and resolutions from my development history?

Surfacing past error patterns and resolutions involves querying the worklog database to retrieve historical error patterns and their outcomes, providing immediate context to resolve recurring software issues faster.

Can I use a PostgreSQL database instead of SQLite for storing my worklog knowledge base?

Yes, you can use PostgreSQL optionally instead of the default SQLite database to store your worklog knowledge base, memories, entries, and error patterns while configuring your data paths.

How do I pull recent memories and knowledge_base items when starting a new feature?

Pulling recent memories and knowledge_base items involves querying the worklog database to retrieve related discussions, decisions, and precedents, providing the background needed to align new feature development.

Does context recall work for continuing prior work and learning new technical topics?

Yes, context recall works for continuing prior work and learning new topics by querying the worklog database to extract relevant memories and knowledge_base entries that inform current task decisions.