Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By jsvitolo
AI-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.
npx claudepluginhub jsvitolo/cortex-plugins --plugin cortexStart a brainstorming session to explore ideas before committing to a plan. Use when the solution isn't clear, there are multiple approaches, or you need to explore trade-offs.
Use this skill for ALL coding work. Enforces task tracking, memory usage, and proper workflow using Cortex MCP tools. MUST be used when implementing features, fixing bugs, or any development work.
Execute the 3-agent workflow (research → implement → verify) for coding tasks. Use for ALL feature implementations, bug fixes, and code changes. Spawns autonomous agents that research, implement, and verify changes.
Cortex memory captures learnings across sessions: diary entries, reflections, and rules.
Merge PR and move Cortex task to done
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Persistent local memory for Claude Code. Cross-session recall with vector search, automatic archiving, zero cloud dependencies.
Claude Copilot — a framework of specialized agents, skills, commands, and hooks that give Claude persistent memory, expert methodology, and task tracking. Agents cover architecture (ta), engineering (me), QA (qa), design (sd/design), DevOps (do), documentation (doc), and knowledge onboarding (kc).
Interactive setup wizard for configuring any repository with Claude Code best practices, based on Boris Cherny's workflow
Claude Code workflow patterns: prompting, CLAUDE.md maintenance, multi-agent orchestration
High-intelligence Claude Code copilot with deep code reasoning, evidence-driven planning, orchestration-first execution, model routing, context budgeting, CI/CD integration, enterprise security, plugin development, prompt engineering, performance profiling, agent teams, channels (event-driven autonomy with CI webhook, mobile approval relay, Discord bridge, and fakechat dev profile), interactive tutorials, LSP integration, security-hardened hook script library, MCP Prompts coverage, common workflow packs, runtime selection guide, computer-use patterns, checkpointing, scheduled-task blueprints, repo bootstrap scanner, hook policy engine (8 installable packs), layered memory deployment, role-based subagent packs (implementer, debugger, migration-lead, dependency-auditor, release-coordinator), 5 agent-team topology kits, autonomy operating mode (4 profiles + 3 gates), and a queryable 15-tool MCP documentation server with autonomy advisor.
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
No model invocation
Executes directly as bash, bypassing the AI model
No model invocation
Executes directly as bash, bypassing the AI model
Runs pre-commands
Contains inline bash commands via ! syntax
Runs pre-commands
Contains inline bash commands via ! syntax
Bash prerequisite issue
Uses bash pre-commands but Bash not in allowed tools
Bash prerequisite issue
Uses bash pre-commands but Bash not in allowed tools
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
claude plugin marketplace add jsvitolo/cortex-plugins
# Install the plugin
claude 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