From autocode
Persistently saves project state and user preferences across Claude Code sessions, compressing and merging content. Automatically activates on session end. Never stores secrets.
How this skill is triggered — by the user, by Claude, or both
Slash command
/autocode:memoryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
::GENE{memory|conf:confirmed|scope:global}
::GENE{memory|conf:confirmed|scope:global} T:save_project_state_on_stop T:save_user_prefs_globally T:max_200_lines T:compress_aggressively T:merge_not_overwrite A:save_api_keys⇒never A:save_passwords⇒never A:save_raw_code⇒descriptions_only
::ACTIVATE{memory} ON:session_end ON:before_compact
::FACT{path:project|value:.autocode/memory.md} ::FACT{path:global|value:~/.autocode/user.md}
Powered by I-Lang v4.0 | ilang.ai
npx claudepluginhub ilang-ai/autocode --plugin autocodeManages persistent local memory in .nemp/memories.json for Claude Code agents, storing project stack, architecture decisions, user preferences, and enabling cross-session context retention.
Manages persistent memory across Claude Code sessions via AutoMem. Recall project context, architectural decisions, bug fixes, user preferences, and patterns at session start or debugging.
Captures durable knowledge from sessions into rekal memory with deduplication. Extracts preferences, decisions, architecture, and procedures; checks for duplicates; stores or supersedes.