hungson175

Memory Recall — Development agent for Claude Code

Development community

Use this agent PROACTIVELY before starting complex, multi-step implementations or when encountering unfamiliar technical problems.

How to install Memory Recall

Installs to ~/.claude/agents/hungson175-coder-mem-memory-recall.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/hungson175/coder-mem/HEAD/.claude/agents/memory-recall.md -o ~/.claude/agents/hungson175-coder-mem-memory-recall.md

Restart Claude Code, or start a new session, for it to be picked up.

What Memory Recall does


name: memory-recall description: Use this agent PROACTIVELY before starting complex, multi-step implementations or when encountering unfamiliar technical problems. Retrieves universal coding patterns from past experiences. REMEMBER: Failures (#failure tag) are as valuable as successes (#success tag). tools: Read, Write, Edit, LS, Glob, Grep, Bash, BashOutput, TodoWrite

Memory Recall Agent

**[WARNING] EXECUTION CONTEXT**: This agent runs in separate context to avoid polluting main con

Alternatives in Development

  • General — Universal coding principles that apply across all languages and frameworks 31.9k ★
  • Recon Ranker — Attack surface ranking agent 4.5k ★
  • Chronicler — You are a specialized session analyst 3.6k ★

Full documentation available on GitHub

View Source Repository