Back to list
robabby

recall

by robabby

Documentation website for AI-ready Obsidian vaults with downloadable starter templates

0🍴 0📅 Jan 13, 2026

SKILL.md


name: recall description: Search the AI-ready vault memory system by keyword or concept. Use when needing to retrieve previously stored information, find past decisions, or locate relevant context from earlier sessions.

Recall

Search memories by keyword and concept.

Workflow

  1. Parse search terms from $ARGUMENTS

    • If none provided, ask user what to search for
  2. Search memory files

    • Search frontmatter concepts field
    • Search file content
    • Search filenames
  3. Filter and rank results

    • Prioritize by importance score
    • Prioritize by recency
    • Prioritize by concept match strength
  4. Present findings

    • Show relevant memories with summaries
    • Include file paths for reference
    • Note memory type and importance

Search Locations

Areas/AI/Memory/
├── Episodic/    # Events, experiences
├── Semantic/    # Facts, knowledge
├── Procedural/  # Patterns, how-tos
└── Strategic/   # Decisions, plans

Parameters

  • $ARGUMENTS (required): Search terms or concepts to find

Default Paths

Searches the memory system at: Areas/AI/Memory/

  • /remember - Store new memories
  • /hydrate - Load recent relevant memories at session start
  • /glean - Discover patterns across memories

Search Patterns

# Content search
Grep pattern="{terms}" path="Areas/AI/Memory" glob="*.md"

# Type-filtered search
Grep pattern="{terms}" path="Areas/AI/Memory/Strategic" glob="*.md"

Output Format

For each relevant memory found:

  • Title (linked to file)
  • Type and Importance
  • Key concepts
  • Brief summary (2-3 sentences)

Example

User: /recall teaching patterns

Response: "Found 2 relevant memories:

  1. Teaching Pattern for AI Concepts (Procedural, 0.6) Concepts: teaching, education, show-dont-tell, ux-design Pattern: Show → Problem → Conceptual. Lead with demos that create wonder, name the pain, then layer in principles. Path: Areas/AI/Memory/Procedural/2025-01-08 - Teaching Pattern for AI Concepts.md

  2. AI Ready Vault Flagship Guide Design (Strategic, 0.8) Concepts: ai-ready-vault, guide, scroll-experience The interactive scroll guide uses show-don't-tell with terminal demos. Path: Areas/AI/Memory/Strategic/2025-01-08 - AI Ready Vault Product Vision.md"

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon