AgentSkillsCN

recall

在开始工作前,或在遇到问题时,通过自动记忆搜索模式、惯例与过往解决方案。

SKILL.md
--- frontmatter
name: recall
version: 1.1.0
author: jwilger
repository: jwilger/claude-code-plugins
description: Search auto memory for patterns, conventions, and past solutions. Use before starting work or when facing problems.
tags:
  - memory
  - knowledge-management
  - search
portability: universal
dependencies:
  - memory-protocol
allowed-tools: Bash, Grep, Read

Recall Skill

Version: 1.1.0 Portability: Universal


Quick Start

Search memory in under 30 seconds.

What This Does

Searches auto memory for relevant patterns, conventions, and solutions.

Fastest Path

bash
/sdlc:recall email validation
# Searches across all memory categories
# Displays matching files with context

Search Scope

  • patterns/
  • conventions/
  • debugging/
  • architecture/
  • tools/

Common Examples

Example 1: Find Pattern

bash
/sdlc:recall domain types
# Shows domain modeling patterns

Example 2: Find Convention

bash
/sdlc:recall test naming
# Shows test file naming conventions

Example 3: Find Solution

bash
/sdlc:recall rate limit
# Shows past debugging solutions

When to Use

Use when:

  • Starting new work
  • Facing familiar problem
  • Need project context

Auto-invoked by:

  • work skill (before showing tasks)
  • arch skill (before decisions)
  • design skill (before modeling)

Related: /sdlc:remember - Store knowledge


Auto-Invocation

Claude automatically invokes this skill when you say:

  • "Check memory for similar issues"
  • "What did we learn about X?"
  • "Search auto memory"
  • "Have we solved this before?"
  • "Look up our conventions"

You don't need to type /sdlc:recall explicitly - Claude will detect these requests and invoke the skill for you.


Metadata

Version: 1.1.0 (2026-02-05): Progressive disclosure Dependencies: memory-protocol