Help us improve
Share bugs, ideas, or general feedback.
From cortex
Configures Cortex plugin settings with presets (Full, Essential, Minimal) or tweaks auto-save threshold, restoration budgets, statusline, and awareness interactively.
npx claudepluginhub hjertefolger/cortex --plugin cortexHow 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.
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.
Use when the user wants to customize Claudikins Automatic Context Manager behavior, configure trigger threshold, snooze duration, summary length, or runs '/acm:config'. Interactively asks questions and saves preferences to config file.
Interactively configures Honcho memory plugin settings via menus for peers, session mapping, workspace, host, context refresh, and message upload.
Share bugs, ideas, or general feedback.
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
}
}