coder-memory-recall

Search Hung's brain2 wiki coding lessons using qmd with grep fallback.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/VinhHung1999/memory-system-plugin --skill coder-memory-recall-vinhhung1999
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coder-memory-recall
Source: https://github.com/VinhHung1999/memory-system-plugin/tree/main/plugins/memory-system/skills/coder-memory-recall
Command: npx skills add https://github.com/VinhHung1999/memory-system-plugin --skill coder-memory-recall-vinhhung1999

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieve universal coding lessons from Hung's brain2 wiki at wiki/code-knowledge/. Use before non-trivial tasks (unclear bugs, design choices, unfamiliar domains) or when user says --recall. Uses qmd for semantic/keyword search, falls back to grep. Skip for trivial tasks — recall is expensive.

Core Features & Use Cases

  • Targeted recall: Pull domain-specific coding patterns, bugs, and design decisions from brain2/wiki/code-knowledge.
  • Controlled usage: Skip trivial lookups to avoid waste; run recall only for complex debugging or architectural studies.
  • Operational recall: Use qmd for semantic/keyword search; fall back to grep if needed.

Quick Start

Ask to recall relevant coding lessons from the brain2 wiki before starting a non-trivial task.

Frequently Asked Questions about coder-memory-recall

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

FAQPage Schema
How do I recall relevant coding lessons from a wiki before debugging complex bugs?

Semantic search retrieves relevant coding patterns and lessons from a wiki knowledge base to inform complex debugging or architecture decisions. It uses qmd for semantic and keyword search with a scoped brain2 wiki, falling back to grep if needed.

When should I use memory recall for software engineering tasks?

Use memory recall for non-trivial software engineering tasks including debugging ambiguous bugs, architecture decisions, performance tuning, or unfamiliar domains. Skip recall for trivial lookups because querying the wiki knowledge base is computationally expensive.

Does memory recall use semantic search or grep to find coding knowledge?

Memory recall primarily uses qmd for semantic and keyword search to locate coding knowledge within a brain2 wiki scope, falling back to grep if the primary search method is unavailable or insufficient for retrieving the necessary lessons.

Can I query a wiki for domain-specific coding patterns during architecture decisions?

Yes, you can query a brain2 wiki to pull domain-specific coding patterns, bugs, and design decisions. This targeted recall informs architecture decisions by retrieving universal coding lessons from a dedicated code-knowledge repository.

What are the limitations of using memory recall for coding knowledge retrieval?

The main limitation is cost; recalling coding knowledge is computationally expensive and should be skipped for trivial tasks. It is designed strictly for complex debugging or architectural studies, meaning simple lookups waste resources and should be avoided.