hmem-session-start

Load Cortex project context and O-Entry summaries at session start.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/YuryZZZ/opencode-global --skill hmem-session-start
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hmem-session-start
Source: https://github.com/YuryZZZ/opencode-global/tree/main/skills/hmem-session-start
Command: npx skills add https://github.com/YuryZZZ/opencode-global --skill hmem-session-start

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Load the project context at session start, bringing in the project brief, recent O-Entry summaries, rules, and lessons to ensure a consistent working context.

Core Features & Use Cases

  • Activate a Cortex project context at session start by loading the project and its associated metadata.
  • Run immediate validation steps: noise checks, memory curation, and O-entry routing verification to prevent misrouted exchanges.
  • Calibrate explanation depth based on IT Skills profile to maintain consistent communication across sessions.

Quick Start

Load the active Cortex project with load_project(id: "P00XX") and perform the initial checks before proceeding.

Frequently Asked Questions about hmem-session-start

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

FAQPage Schema
How do I load project context at session start for Cortex?

To load project context at session start, use load_project(id: "P00XX") to activate the Cortex project, bringing in the project brief, recent O-Entry summaries, rules, and lessons for a consistent working context.

How does O-entry routing verification prevent misrouted exchanges in Cortex?

O-entry routing verification prevents misrouted exchanges by validating memory routing across O-entries immediately after project context loads, ensuring context integrity and correct memory curation during the active session.

What noise checks are needed when initializing a Cortex session?

Initializing a Cortex session requires immediate noise checks and memory curation after loading the project to prevent misrouted exchanges, control noise, and maintain a consistent context across O-entries.

Can I calibrate explanation depth based on IT Skills profile during session start?

Yes, you calibrate explanation depth based on the IT Skills profile during session start to maintain consistent communication depth and context integrity across multiple Cortex working sessions.

Do I need to run load_project before performing memory curation in Cortex?

Yes, load_project is required for activation before performing memory curation, O-entry routing verification, and noise checks to ensure proper context initialization and memory routing across the session.

Why does my Cortex session lose project context across O-entries?

A Cortex session loses project context across O-entries when session start initialization is skipped, preventing load_project from running noise checks, memory curation, and O-entry routing verification to maintain context.