Skip to content

Commit 2442a9a

Browse files
authored
Move recurse prompt section before configure claude code (#15)
* Move recurse prompt section before configure claude code * Add comment 'in claude code' to clarify
1 parent 7733bb3 commit 2442a9a

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

docs/remcp/index.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,15 @@ curl -sSL https://storage.googleapis.com/remcp/install.sh | bash
2525

2626
# Usage tips:
2727

28-
## Configure claude code (recommended)
28+
## Recurse prompt (recommended)
29+
30+
```
31+
# In claude code
32+
$ /recurse:review_code Please implement access control on web api endpoints
33+
```
34+
The prompt is automatically available once you install remcp, and claude will start using Recurse MCP for code changes.
35+
36+
## Configure claude code
2937

3038
```bash
3139
remcp configure claude
@@ -38,14 +46,6 @@ If you are not happy with the global setting, you can remove it using the follow
3846
remcp configure claude --remove
3947
```
4048

41-
## Recurse prompt
42-
43-
```
44-
# In claude code
45-
$ /recurse:review_code Please implement access control on web api endpoints
46-
```
47-
The prompt is automatically available once you install remcp, and claude will start using Recurse MCP for code changes.
48-
4949

5050
## Project level configuration (manual)
5151

0 commit comments

Comments
 (0)