with one click
cortex-setup
Initialize Cortex for first-time use
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Initialize Cortex for first-time use
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | cortex-setup |
| description | Initialize Cortex for first-time use |
| allowed-tools | Bash, Write, Read, AskUserQuestion |
| user-invocable | true |
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."