Skip to content

Commit da98ad4

Browse files
committed
Move Install section to top of README
1 parent d9dcebd commit da98ad4

1 file changed

Lines changed: 29 additions & 29 deletions

File tree

README.md

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,6 @@ CLI wrapper for `rlm` with directory-as-context, JSON-first output, and self-doc
44

55
Upstream RLM: https://github.com/alexzhang13/rlm
66

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`)
29-
- Input types (files, directories, URLs, stdin, literal text)
30-
- 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-
367
## Install
378

389
### One-liner (recommended)
@@ -71,6 +42,35 @@ uv venv
7142
uv pip install -e .
7243
```
7344

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`)
67+
- Input types (files, directories, URLs, stdin, literal text)
68+
- Common workflows (diff review, codebase analysis, search + analyze)
69+
- Configuration and environment variables
70+
- Exit codes for error handling
71+
72+
Once installed, Claude can use rlm to analyze code, review diffs, and explore codebases when you ask it to.
73+
7474
## Authentication
7575

7676
Authentication depends on the backend you choose:

0 commit comments

Comments
 (0)