From rdxmin
Quick-reference card for RDXmin modes, levels, and commands. Shows available compression levels, the YAGNI code ladder, and statusline config.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rdxmin:rdx-helpThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**What it is:** maximum-efficiency dev mode. Zero-fluff prose + YAGNI-first code, always on together.
What it is: maximum-efficiency dev mode. Zero-fluff prose + YAGNI-first code, always on together.
| Command | Effect |
|---|---|
/rdx | Activate at default level (full) |
/rdx lite | Tighter prose, flags the minimal alternative |
/rdx full | Full compression + YAGNI ladder |
/rdx ultra | Extremist: abbreviate prose, delete before add |
/rdx-audit [path] | Audit a diff/file/repo for both code bloat AND prose verbosity |
/rdx-review | Review the current diff for over-engineering |
stop rdx / normal mode | Deactivate |
Natural language works: "activate rdx", "rdx mode", "rdxify this".
YAGNI → reuse → stdlib → native → installed dep → one line → minimum code.
[RDX] / [RDX:ULTRA] — shows the active level. Configure via
hooks/rdx-statusline.sh (or .ps1 on Windows).
Input validation, error handling that prevents data loss, security, accessibility, anything you explicitly asked for.
npx claudepluginhub jaypokale/rdxmin --plugin rdxminGuides creation of Claude Code slash commands using YAML frontmatter, XML tags like <objective> and <process>, dynamic context, and argument handling.
Guides creating slash commands for Claude Code: structure, YAML frontmatter, dynamic arguments, file references, bash execution, user interactions, organization, and best practices.