recall

Load branch-scoped context from .context/ and browse .rulesync/ project memory.

1|1|Updated Jun 11, 2024
One-click install
npx skills add https://github.com/ag-grid/ag-shared --skill recall-ag-grid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recall
Source: https://github.com/ag-grid/ag-shared/tree/main/prompts/skills/recall
Command: npx skills add https://github.com/ag-grid/ag-shared --skill recall-ag-grid

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Load branch-scoped context from .context/ and optionally browse project memory in .rulesync/ to resume sessions.

Core Features & Use Cases

  • Load Branch Memory: Resolve and load the current branch context from the local context file.
  • Project Memory Surfacing: Optionally browse project-scoped memory stored under .rulesync/ for faster re-entry.
  • Session Resumption: Present loaded context in a structured format to reconstitute the working state.

Quick Start

Run the recall skill to load the current branch context from the repository and, if needed, browse project memory for the session.

Frequently Asked Questions about recall

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

FAQPage Schema
How do I resume a development session by loading branch context?

Loading branch context resolves the current branch state from the local .context/ directory to reconstitute your working environment. This allows you to quickly resume a development session on a specific branch.

What is project memory surfacing and how does it help with session resumption?

Project memory surfacing browses project-scoped memory stored under the .rulesync/ directory to accelerate session resumption. It provides structured context data for faster re-entry into the workflow.

How do I retrieve context data from a specific git branch?

Retrieve context data from a specific git branch through deterministic path resolution from the .context/ directory. The parsed context is then presented in a structured format for downstream tooling.

Can I browse project memory stored in .rulesync/ without loading branch context?

Yes, browsing project memory stored under .rulesync/ is an optional feature to surface project-scoped memory. You can use it independently to find relevant context data for your workflow.

Does this context resolution approach work without external dependencies?

Yes, this context resolution approach works without external dependencies. It relies on deterministic path resolution and structured parsing of local context files to present results for downstream tooling.