From cortex
Configures Cortex plugin settings with presets (Full, Essential, Minimal) or tweaks auto-save threshold, restoration budgets, statusline, and awareness interactively.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cortex:cortex-configureThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Adjust Cortex settings after initial setup.
Adjust Cortex settings after initial setup.
Offer quick presets for common configurations:
Full - All features enabled
Essential - Core features only
Minimal - Commands only
Allow fine-tuning of specific settings:
Auto-save Threshold (0-100%)
Restoration Token Budget (number)
Restoration Message Count (number)
Statusline Enabled (true/false)
Awareness (section)
Step 1: enabled (true/false) — ask first, before anything else:
Step 2: userName — only ask if awareness is enabled:
Step 3: timezone — only ask if awareness is enabled:
Ask user what they want to configure:
If preset: Apply using node dist/index.js configure <preset>
If specific settings:
~/.cortex/config.jsonConfirm changes applied
Location: ~/.cortex/config.json
{
"statusline": {
"enabled": true,
"showFragments": true,
"showLastArchive": true,
"showContext": true
},
"archive": {
"autoOnCompact": true,
"projectScope": true,
"minContentLength": 50
},
"automation": {
"autoSaveThreshold": 70,
"restorationTokenBudget": 2000,
"restorationMessageCount": 5
},
"awareness": {
"enabled": false,
"userName": null,
"timezone": null
}
}
npx claudepluginhub hjertefolger/cortex --plugin cortexInitializes 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.
Interactively configures Claudikins Automatic Context Manager: trigger threshold, snooze duration, summary length, and dialog style. Saves preferences to config file.
Interactively configures Honcho memory plugin settings via menus for peers, session mapping, workspace, host, context refresh, and message upload.