Skip to content

goyal-prateek/debrix-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Debrix IDE plugin

Cursor · Claude Code · Codex — local MCP tools plus debrix-debug / debrix-instrument skills for traces and durable Failure investigations.

Prerequisite: Debrix desktop running with MCP at http://127.0.0.1:17419/mcp.

Source: goyal-prateek/debrix-plugin

Layout

.cursor-plugin/plugin.json
.claude-plugin/plugin.json + marketplace.json
.codex-plugin/plugin.json
mcp.json                 # Cursor
.mcp.json                # Claude / Codex (http type)
skills/
├── debrix-debug/        # investigate traces + durable Failures via MCP
└── debrix-instrument/   # pip install + SDK instrumentation

MCP covers Observe (traces, spans, SQL), durable Failure evidence and notebook context, Failure reproductions, Tool Mocks, mark failed, standalone Deterministic Replay, and status — see skills/debrix-debug.

The recommended Failure workflow is to list or reopen a Failure, inspect its current context and frozen evidence, record bounded notes, hypotheses, or experiment plans, then preview or start a reproduction and run the existing agent normally. Re-read current versions before resolving a concurrent VERSION_CONFLICT.

Cursor

One-click MCP (tools only)

Start Debrix desktop, then:

Add Debrix MCP to Cursor

Plugin (MCP + skills)

git clone https://github.com/goyal-prateek/debrix-plugin.git
mkdir -p ~/.cursor/plugins/local
ln -sf "$(pwd)/debrix-plugin" ~/.cursor/plugins/local/debrix
# Reload Window in Cursor

Submit this repository to the Cursor Marketplace when ready.

Claude Code

/plugin marketplace add https://github.com/goyal-prateek/debrix-plugin
/plugin install debrix@debrix-plugins
claude plugin marketplace add https://github.com/goyal-prateek/debrix-plugin
claude plugin install debrix@debrix-plugins

Codex

codex plugin marketplace add https://github.com/goyal-prateek/debrix-plugin

Then Plugins → install Debrix.

Portable skills

git clone https://github.com/goyal-prateek/debrix-plugin.git
cp -R debrix-plugin/skills/debrix-debug ~/.claude/skills/debrix-debug
cp -R debrix-plugin/skills/debrix-instrument ~/.claude/skills/debrix-instrument

Related

License

MIT

About

Debrix IDE plugin for Cursor, Claude Code, and Codex

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors