From mph-kit
Centralizes user preferences, identity rules, and execution history into a portable .agent/ folder that persists across AI harnesses (Claude Code, Cursor, Windsurf, OpenClaw).
How this skill is triggered — by the user, by Claude, or both
Slash command
/mph-kit:portable-memory-coreThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
*"Never explain yourself twice."*
"Never explain yourself twice."
This skill enforces the One Brain protocol. Instead of scattering your preferences across dozens of system prompts, it centralizes them into a portable .agent/ directory that any LLM runner can hook into.
.agent/memory.yaml..agent/state.json.IDENTITY.md rules (e.g., "Caveman mode", "No em dashes", "Substack voice") universally across all generated code and text.When activated, you will automatically:
.agent/preferences.yaml.agent/history.json with the current session summary.npx claudepluginhub mphinance/alpha-skills --plugin mph-kitManages persistent local memory in .nemp/memories.json for Claude Code agents, storing project stack, architecture decisions, user preferences, and enabling cross-session context retention.
Provides persistent cross-session memory for Claude Code using a two-layer architecture (hot cache + knowledge wiki), safety hooks, and end-of-day synthesis via /close-day.
Manages persistent memory across sessions with .claude/memory/ for state and .ai/ for architecture/patterns. Guides scratchpad updates, session workflows, and live docs.