Help us improve
Share bugs, ideas, or general feedback.
From cortex
Initializes Cortex plugin for first-time use: runs setup command to create dirs/DB, prompts for config preset (full/balanced/silent), applies it, and advises restart.
npx claudepluginhub hjertefolger/cortex --plugin cortexHow this skill is triggered — by the user, by Claude, or both
Slash command
/cortex:cortex-setupThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Initialize Cortex for first-time use.
Configures Cortex plugin settings with presets (Full, Essential, Minimal) or tweaks auto-save threshold, restoration budgets, statusline, and awareness interactively.
Automatically installs, configures, or upgrades ClaudeMemory Ruby gem with status checks, database init, doctor runs, and config verification. Use for fresh setups or updates in Claude Code.
Explains claude-mem's observation capture from Read/Edit/Bash actions, memory injection starting second session, and local storage in ~/.claude-mem. Activates on 'how does it work?' queries.
Share bugs, ideas, or general feedback.
Initialize Cortex for first-time use.
Run the internal setup command to create directories and database:
node ${CLAUDE_PLUGIN_ROOT}/dist/index.js setup
Ask the user to choose a configuration preset:
Question: How would you like Cortex to behave?
Full Automation (Recommended)
Balanced
Silent Mode
Based on the user's choice (1, 2, or 3), apply the corresponding preset:
If "1" or "Full":
node ${CLAUDE_PLUGIN_ROOT}/dist/index.js configure full
If "2" or "Balanced":
node ${CLAUDE_PLUGIN_ROOT}/dist/index.js configure essential
If "3" or "Silent":
node ${CLAUDE_PLUGIN_ROOT}/dist/index.js configure minimal
Print the success message: "✅ Cortex is ready! Now restart Claude Code to enable memory tools."