brain-recall

Resolve project context from cwd, branch, ticket, or Notion task.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/akshatdalton/skills --skill brain-recall
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brain-recall
Source: https://github.com/akshatdalton/skills/tree/main/brain-recall
Command: npx skills add https://github.com/akshatdalton/skills --skill brain-recall

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill resolves and loads project context from a given project, branch, ticket, or Notion task, enabling Claude Code state-machine skills to operate effectively.

Core Features & Use Cases

  • Project Context Loading: Automatically resolves the active project from the current working directory, branch, ticket, or Notion task.
  • Contextual Skill Activation: Loads necessary files such as charter.md, log.md, learnings.md, and more into the session for the next skill activation.
  • ** Tiered Loading**: Implements a tiered loading system for efficient performance, auto-loading essential files and lazy-loading others when needed.
  • Obsidian Wiki Context (v2): Optionally loads context from the Claude Obsidian vault for additional project knowledge.

Quick Start

To load project context for the current working directory, simply use /brain-recall.

Frequently Asked Questions about brain-recall

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

FAQPage Schema
How do I load project context for Claude Code state-machine skills?

To load project context for Claude Code state-machine skills, you can automatically resolve the active project from the current working directory, branch, ticket, or Notion task using a tiered loading system.

What files does Claude Code context loading read into the session?

Claude Code context loading reads essential files such as `charter.md`, `log.md`, and `learnings.md` into the session, auto-loading critical files and lazy-loading others when needed.

Can I load project context from an Obsidian vault into Claude Code?

Yes, you can optionally load project context from an Obsidian vault into Claude Code to provide additional project knowledge for state-machine skills.

Does Claude Code project context resolution require access to a specific project structure?

Yes, resolving project context requires access to the Claude Code project structure to accurately identify the active project and load the necessary state files.

What is the best way to resolve an active project from a branch or ticket?

The best way to resolve an active project from a branch or ticket is through automatic context resolution, which reads from the current working directory or Notion task to load necessary state files.

Why does Claude Code state-machine context loading use a tiered loading system?

Claude Code context loading uses a tiered loading system for efficient performance, ensuring essential files are auto-loaded immediately while others are lazy-loaded only when needed.