You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-29Lines changed: 29 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,35 +4,6 @@ CLI wrapper for `rlm` with directory-as-context, JSON-first output, and self-doc
4
4
5
5
Upstream RLM: https://github.com/alexzhang13/rlm
6
6
7
-
## Claude Code Plugin
8
-
9
-
This repo includes a Claude Code plugin with an `rlm` skill. The skill teaches Claude how to use the rlm CLI for code analysis, diff reviews, and codebase exploration.
10
-
11
-
### Installation
12
-
13
-
**Claude Code (Interactive)**
14
-
```
15
-
/plugin marketplace add rawwerks/rlm-cli
16
-
/plugin install rlm@rlm-cli
17
-
```
18
-
19
-
**Claude CLI**
20
-
```bash
21
-
claude plugin marketplace add rawwerks/rlm-cli
22
-
claude plugin install rlm@rlm-cli
23
-
```
24
-
25
-
### What the skill provides
26
-
27
-
The `/rlm` skill gives Claude knowledge of:
28
-
- All rlm commands (`ask`, `complete`, `search`, `index`, `doctor`)
- Common workflows (diff review, codebase analysis, search + analyze)
31
-
- Configuration and environment variables
32
-
- Exit codes for error handling
33
-
34
-
Once installed, Claude can use rlm to analyze code, review diffs, and explore codebases when you ask it to.
35
-
36
7
## Install
37
8
38
9
### One-liner (recommended)
@@ -71,6 +42,35 @@ uv venv
71
42
uv pip install -e .
72
43
```
73
44
45
+
## Claude Code Plugin
46
+
47
+
This repo includes a Claude Code plugin with an `rlm` skill. The skill teaches Claude how to use the rlm CLI for code analysis, diff reviews, and codebase exploration.
48
+
49
+
### Installation
50
+
51
+
**Claude Code (Interactive)**
52
+
```
53
+
/plugin marketplace add rawwerks/rlm-cli
54
+
/plugin install rlm@rlm-cli
55
+
```
56
+
57
+
**Claude CLI**
58
+
```bash
59
+
claude plugin marketplace add rawwerks/rlm-cli
60
+
claude plugin install rlm@rlm-cli
61
+
```
62
+
63
+
### What the skill provides
64
+
65
+
The `/rlm` skill gives Claude knowledge of:
66
+
- All rlm commands (`ask`, `complete`, `search`, `index`, `doctor`)
0 commit comments