Skip to content

Commit 4daa68b

Browse files
committed
feat: add rules
1 parent bffb2d5 commit 4daa68b

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
.env.*
44
!.env.example
55
node_modules
6+
.claude
67

78
# OS and editor
89
.DS_Store

cursor/plugins/paper-desktop/.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
},
1010
"license": "MIT",
1111
"keywords": ["cursor", "plugin", "mcp"],
12-
"logo": "assets/logo.svg"
12+
"logo": "./assets/logo.svg"
1313
}
Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
1-
# starter-advanced
1+
# Paper
22

3-
Full-featured Cursor plugin starter.
3+
Connect to Paper Desktop using its MCP server.
44

5-
## Included
6-
7-
- `rules/`: coding standards and review checklist
8-
- `skills/code-reviewer/`: code review skill
9-
- `agents/`: security reviewer agent
10-
- `commands/`: deploy-staging command
11-
- `hooks/hooks.json`: hook definitions
12-
- `scripts/`: hook script placeholders
13-
- `mcp.json`: MCP server config
5+
```bash
6+
/add-plugin paper
7+
```
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
description: Guidelines for using the Paper MCP server
3+
---
4+
5+
Before using any Paper MCP tools, ensure the Paper Desktop app is running on the user's machine. If a connection to the Paper MCP server fails, remind the user to open Paper Desktop first.

0 commit comments

Comments
 (0)