memory_read

Read project memory context from llm_context.md for cross-session AI tasks.

5|Updated Aug 9, 2025
One-click install
npx skills add https://github.com/gatovillano/KogniTerm --skill memory-read-gatovillano
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory_read
Source: https://github.com/gatovillano/KogniTerm/tree/main/kogniterm/skills/bundled/memory_read
Command: npx skills add https://github.com/gatovillano/KogniTerm --skill memory-read-gatovillano

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The memory_read skill enables reading the project's contextual memory from llm_context.md, providing the AI with persistent context across sessions.

Core Features & Use Cases

  • Read memory content: Fetches the llm_context.md file from the .kogniterm directory and returns its contents.
  • Default behavior: If no file is specified, reads llm_context.md by default.
  • Cross-session continuity: Facilitates continuity by exposing memory context to the session as needed.

Quick Start

Read the default memory file llm_context.md from the .kogniterm directory.

Frequently Asked Questions about memory_read

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

FAQPage Schema
How do I read persistent memory context across AI sessions?

Read persistent memory context across AI sessions by fetching the llm_context.md file from the .kogniterm directory, which provides the AI with continuous historical context for ongoing tasks.

What happens if no memory file is specified when reading project context?

When no memory file is specified, the system reads the default llm_context.md file from the .kogniterm directory to retrieve the project's contextual memory automatically.

Does reading project memory context require manual approval for safe read-only operations?

Reading project memory context is a safe read-only operation that meets memory permissions and defaults, allowing auto-approval without requiring manual intervention to access the llm_context.md file.

How can I quickly access contextual history for AI tasks without starting over?

Access contextual history for AI tasks quickly by reading the project's memory context from llm_context.md, which exposes persistent cross-session memory directly into your current session.

Can I use this method to fetch memory context from a custom file instead of the default?

You can fetch memory context from a specified file within the .kogniterm directory, but if no file is provided, the system defaults to reading llm_context.md for the stored memory content.

What is the best way to maintain cross-session continuity for LLM context?

Maintain cross-session continuity for LLM context by reading the project's llm_context.md memory file, which provides persistent contextual history to the AI session as needed.