Configures Cortex plugin settings with presets (Full, Essential, Minimal) or tweaks auto-save threshold, restoration budgets, statusline, and awareness interactively.
From cortexnpx claudepluginhub hjertefolger/cortex --plugin cortexThis skill is limited to using the following tools:
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Calculates TAM/SAM/SOM using top-down, bottom-up, and value theory methodologies for market sizing, revenue estimation, and startup validation.
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
}
}