Memory Commands banner
fatihguner fatihguner

Memory Commands

Data community

Description

--- name: "memory-commands" description: "Commands for viewing, updating, and managing the entrepreneur's persistent context — identity, company profile, decision history, follow-ups, and session data. These commands read from and write to the five-layer memory system." category: "memory" commands: - name: "/context" syntax: "/context [layer]" description: "Display the entrepreneur's current context from identity, company, and active memory layers." - name: "/update company" synt

Installation

Installs to ~/.claude/commands/fatihguner-foreman-memory-commands.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/fatihguner/foreman/HEAD/.claude/commands/memory-commands.md -o ~/.claude/commands/fatihguner-foreman-memory-commands.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository