Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub jsvitolo/cortex-plugins --plugin cortexHow 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`.
/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.
/initInitializes ArcKit project structure for enterprise architecture governance by creating projects/000-global/policies/ and external/ directories, checking for existing setup first.
/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.
/initInitializes or resumes homunculus: on first run, gathers project details and user level, creates .claude/homunculus directories and identity.json; otherwise recalls session.
Share bugs, ideas, or general feedback.
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.