activating-memories

Community

Load memories at session start for context.

AuthorSteveBronder
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Loads project-specific memories at session start and triggers onboarding for new projects. Use when starting a new coding session or when the user says "activate" or asks about project context.

Core Features & Use Cases

  • Baseline memory onboarding: if memories are missing, read onboarding-guide and onboard.
  • On activation, load memories and proceed with context.
  • Update memories via $writing-memories when you learn new information.

Quick Start

  1. Check ./.{AGENT_NAME}/skills/memories/ for memory skill folders.
  2. If empty or missing, read references/onboarding-guide.md and perform onboarding.
  3. Otherwise, read memories and proceed.
  4. If you learn new info, update the relevant memory via $writing-memories.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: activating-memories
Download link: https://github.com/SteveBronder/skillrena/archive/main.zip#activating-memories

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository