git404hub

what is rx-plugin fr?

song-ic/rx-plugin — explained in plain English

Analysis updated 2026-05-18

16ShellAudience · developerComplexity · 3/5LicenseSetup · moderate

tl;dr

A Claude Code plugin that splits AI coding tasks between Claude for planning and Reasonix (DeepSeek-powered) for execution, cutting costs 30-40x while enforcing a strict separation between the two roles.

vibe map

mindmap
  root((rx-plugin))
    How it works
      Claude writes spec
      Reasonix executes
      Verification loop
    Cost savings
      DeepSeek API
      30-40x cheaper
    Safety gate
      Blocks direct edits
      Over 3 lines
    Skills
      TDD loop
      Parallel audit
    Setup
      Claude Code
      Node.js and Python
      DeepSeek API key

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Use the /rx:go command to let Claude write a specification and DeepSeek implement it, reducing your AI coding bill by up to 40x.

VIBE 2

Run the TDD loop skill to have Claude write tests first and Reasonix write the implementation that makes them pass.

VIBE 3

Run the parallel audit skill to check your code for security, performance, and quality issues from multiple angles at once.

what's the stack?

ShellNode.jsPythonDeepSeek API

how it stacks up fr

song-ic/rx-pluginai-engineer-skool/zen-agentic-engineer-configali-expandings/mactune
Stars161616
LanguageShellShellShell
Setup difficultymoderateeasyeasy
Complexity3/52/51/5
Audiencedeveloperdevelopergeneral

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires a separate DeepSeek API key from DeepSeek's platform in addition to Claude Code.

Use freely for any purpose including commercial projects, as long as you keep the copyright notice.

in plain english

This is a plugin for Claude Code (the AI coding assistant) that sets up a two-part workflow for writing code changes. Claude acts as the planning layer: it understands what you want, writes a specification document, and verifies whether the result is correct. A separate tool called Reasonix actually makes the changes to your codebase. Reasonix is powered by the DeepSeek AI model, which costs considerably less to run than Claude. The author claims this combination is 30 to 40 times cheaper than having Claude do all the work directly. The workflow starts when you describe a task in Claude Code using the /rx:go command. Claude reads the codebase, writes a specification file, and hands it off to Reasonix. Reasonix calls the DeepSeek API to implement the changes. Claude then runs a four-step verification process and, if something is wrong, loops back up to three times before stopping. The plugin includes a gatekeeper hook that prevents Claude from directly editing your project files when a change exceeds three lines. This enforces the separation between the planning role and the execution role: Claude is not supposed to touch the code itself, only to direct the tool that does. The hook is active as long as the plugin is enabled. Two built-in skills extend the workflow further. One runs a test-driven development loop where Claude writes the tests and Reasonix writes the implementation to pass them. The other runs a parallel code audit from multiple angles simultaneously, covering security, performance, testing, user experience, and general quality. Using this plugin requires Claude Code installed, Node.js, Python 3, bash, and a DeepSeek API key that you obtain separately from DeepSeek's platform. The repository is written primarily in Shell and documented in Chinese. It is licensed under MIT.

prompts (copy fr)

prompt 1
I'm using the rx-plugin for Claude Code. Help me write an /rx:go prompt that specifies adding a dark mode toggle to my React app.
prompt 2
Explain why the rx-plugin's gatekeeper hook blocks Claude from directly editing files with more than 3 lines of change.
prompt 3
I want to add a new skill to rx-plugin that runs a documentation check. Write the shell script for the skill file.
prompt 4
My rx-plugin verification loop is stopping early. Here is the error log. What part of the four-step check is failing?

Frequently asked questions

what is rx-plugin fr?

A Claude Code plugin that splits AI coding tasks between Claude for planning and Reasonix (DeepSeek-powered) for execution, cutting costs 30-40x while enforcing a strict separation between the two roles.

What language is rx-plugin written in?

Mainly Shell. The stack also includes Shell, Node.js, Python.

What license does rx-plugin use?

Use freely for any purpose including commercial projects, as long as you keep the copyright notice.

How hard is rx-plugin to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is rx-plugin for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.