recall

Load vault context, logs, architecture decisions, and active plans to restore session awareness.

1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/fascari/ai-config --skill recall-fascari
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: recall
Source: https://github.com/fascari/ai-config/tree/main/skills/recall
Command: npx skills add https://github.com/fascari/ai-config --skill recall-fascari

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps resume work on a project by loading vault context, recent logs, architecture decisions, and active plans, reducing context switching and ensuring continuity.

Core Features & Use Cases

  • Loads vault context and Graphify graph to restore full session awareness.
  • Reads recent session logs and architecture decisions to surface current state.
  • Presents active plans and project context to guide next steps.

Quick Start

Say "recall" to restore your last session and current plans.

Frequently Asked Questions about recall

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

FAQPage Schema
How do I restore Obsidian vault context and session history after a break?▼

Yes, Graphify context is loaded alongside vault data when you trigger session restoration. The system coordinates the Graphify graph with recent logs and active plans from .github/plans to surface the current project state and guide next steps.

What's the best way to resume project work and load architecture decisions?▼

The best way to load architecture decisions and resume work is to explicitly invoke recall or /recall. This reads the most recent session logs and available architecture decisions to present current plans and reduce context switching.

Does session context loading work with active plans stored in .github/plans?▼

Yes, session context loading directly reads active plans from the .github/plans directory. It surfaces these plans alongside vault data and Graphify context to help guide your next steps when resuming a project.

Can I use session restoration without modifying my vault files?▼

Yes, you can use session restoration without modifying files because it operates in a read-only manner. It reads recent session logs, architecture decisions, and vault context to restore awareness without altering any workspace data.