memory_init

Create .kogniterm/llm_context.md to initialize project contextual memory.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Initializes the project's contextual memory by creating llm_context.md if it does not exist.

Core Features & Use Cases

  • Creates the memory file at .kogniterm/llm_context.md by default
  • Prevents redundant initializations by reporting when the file already exists
  • Provides a persistent memory store to retain project context across sessions

Quick Start

Create the default memory file at .kogniterm/llm_context.md if it does not exist.

Frequently Asked Questions about memory_init

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

FAQPage Schema
How do I initialize persistent project context for an LLM across sessions?▼

To initialize persistent project context, this skill creates an llm_context.md file in the .kogniterm directory, providing a local storage store that retains project context across sessions.

What happens if the local memory file already exists?▼

If the local memory file already exists, the initialization process prevents redundant setups by reporting that the file is already present and skipping file creation.

Do I need external dependencies to set up local project memory?▼

You do not need external dependencies to set up local project memory, as this initialization process operates independently and only requires memory permission to write the file.

When should I create a contextual memory file for my project?▼

You should create a contextual memory file when starting a new project or updating existing context, ensuring your LLM has a persistent memory store to reference during future interactions.

Can I use local storage to retain LLM context without repeating initialization?▼

Yes, you can use local storage to retain LLM context by creating the default memory file once, which then acts as a persistent store that prevents redundant initializations on subsequent runs.