Help us improve
Share bugs, ideas, or general feedback.
Cortex - AI-first development platform with task management, semantic memory, code graph analysis, and LSP code intelligence
npx claudepluginhub jsvitolo/cortex-pluginsAI-first development platform with task management, semantic memory, code graph analysis, and LSP code intelligence. Provides context-aware assistance with tasks, memory search, code navigation, impact analysis, and workflow automation.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Share bugs, ideas, or general feedback.
Task management, semantic memory, and agent orchestration for Claude Code.
Install the cx CLI:
# From source
go install github.com/jsvitolo/cortex/cmd/cx@latest
# Or build from repo
git clone https://github.com/jsvitolo/cortex && cd cortex && make install
Initialize Cortex in your project:
cx init
# Add the marketplace
/plugin marketplace add jsvitolo/cortex-plugins
# Install the plugin
/plugin install cortex@cortex-plugins
Automatically connects Claude Code to your Cortex instance via cx mcp serve.
| Skill | Description |
|---|---|
/cortex:implement | 3-agent workflow (research -> implement -> verify) |
/cortex:pr | Create PR and move task to review |
/cortex:merge | Merge PR and move task to done |
/cortex:start | Start working on a task |
/cortex:brainstorm | Explore ideas before committing |
/cortex:plan | Create implementation plan |
/cortex:review | Interactive code review |
/cortex:onboard | Analyze project and save context |
/cortex:sync | Sync task progress to GitHub Issue |
/cortex:memory-system | Capture learnings, search context |
/cortex:session-end | Save session context before ending |
| Command | Description |
|---|---|
/cortex:create | Create a new task |
/cortex:list | List tasks |
/cortex:delete | Delete a task |
/cortex:done | Mark task as completed |
/cortex:start | Start working on a task |
/cortex:mv | Move task to different status |
/cortex:ui | Open TUI application |
/cortex:init | Initialize Cortex |
/cortex:setup-hooks | Setup automation hooks |
MIT