recuerda

Recall past decisions, project states, and session context from indexed markdown files.

20|15|Updated May 7, 2026
One-click install
npx skills add https://github.com/iamasters-academy/iamasters-os --skill recuerda
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recuerda
Source: https://github.com/iamasters-academy/iamasters-os/tree/main/.claude/skills/_meta/recuerda
Command: npx skills add https://github.com/iamasters-academy/iamasters-os --skill recuerda

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables operators to recall historical information, including past decisions, project states, and session context, to inform current actions and decisions.

Core Features & Use Cases

  • Historical Information Recall: Access past decisions and events for context and insight.
  • Project State Review: Review the status and history of past projects.
  • Session Context: Retrieve context from previous sessions to enhance decision-making.
  • Use Case: When a user needs to understand why a certain decision was made or to provide a history of a project, this Skill can quickly retrieve and present the relevant information.

Quick Start

Ask, "¿qué decidimos sobre el proyecto X?" or "¿cuándo se aprobó la última versión?" to retrieve historical information.

Frequently Asked Questions about recuerda

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

FAQPage Schema
How do I retrieve past project decisions and session context from markdown files?

Recalling past project decisions and session context is done by extracting information from locally indexed markdown files using Python and YAML parsing, allowing operators to quickly access historical recall for decision support.

What is historical recall for administrative workflow decision support?

Historical recall is the process of accessing past operator decisions, project states, and session context from locally indexed markdown files to understand why decisions were made and provide project history for administrative workflows.

Do I need Python to parse YAML and extract project history from markdown?

Yes, Python is required to parse YAML and extract project history from locally indexed markdown files, as the Skill relies on Python and YAML parsing to recall past decisions and session context.

Can I review project state history and previous session context for administrative workflows?

You can review project state history and previous session context by querying locally indexed markdown files to retrieve past operator decisions and events, providing the context needed to support administrative workflows.

What are the limitations of recalling project history from locally indexed markdown files?

The main limitation is the dependency on locally indexed markdown files and YAML parsing, meaning the Skill requires Python and properly structured markdown to successfully retrieve past decisions, project states, and session context.