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 carlosfundora/cortex3plugins reuse this skill
First indexed Jul 13, 2026
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.