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.
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.
Builds 3-5 year financial models for startups with cohort revenue projections, cost structures, cash flow, headcount plans, burn rate, runway, and scenario analysis.
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."