How this command is triggered — by the user, by Claude, or both
Slash command
/cortex:initThe summary Claude sees in its command listing — used to decide when to auto-load this command
Initialize Cortex in the current directory with an interactive wizard. Run the initialization wizard: The wizard will: 1. Detect the project name from git or directory 2. Ask for project name and description 3. Create .cortex/ directory and database 4. Show next steps and Ollama status If Cortex is already initialized, inform the user and suggest running `cx status` or `cx ui`.
Initialize Cortex in the current directory with an interactive wizard.
Run the initialization wizard:
cx init
The wizard will:
If Cortex is already initialized, inform the user and suggest running cx status or cx ui.
npx claudepluginhub jsvitolo/cortex-plugins --plugin cortex/initInitializes beads issue tracking database in current directory with optional prefix (defaults to dir name). Shows DB location, prefix, workflow overview, next steps; displays stats if already set up.
/initInitializes guided UI design for dashboards, apps, and tools. Assesses intent, proposes styles with rationale, builds components, and offers to save patterns.
/initSets up Repowise for the current codebase. Installs if needed, asks about indexing preferences (index-only or full with LLM), and runs the indexing process.
/initScaffolds a kubb.config.ts by running the Kubb init CLI. Accepts flags for an OpenAPI spec input, output directory, and comma-separated plugins.
/initDownloads and installs the notification binary for the claude-notifications plugin on macOS, Linux, or Windows, fetching the latest from GitHub Releases.
/initInitializes or re-boots llmdoc/ directory structure, runs multi-themed project investigations with investigator, and generates initial stable docs via recorder.