Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions .agents/plugins/marketplace.json

This file was deleted.

18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,3 @@ Are we missing one, you have feedback for us, or just want to chat? Join us on o
```sh
/plugin install paper-desktop@paper
```

## Codex

**Add the custom marketplace**

```sh
codex plugin marketplace add paper-design/agent-plugins
```

**Install the plugin**

```sh
codex plugin install paper-desktop@paper
```

You can also browse and install plugins interactively by running `/plugins` inside Codex CLI after adding the marketplace.

- [Read more about installing Codex plugins](https://developers.openai.com/codex/plugins)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"private": true,
"scripts": {
"build": "bun ./scripts/validate-cursor-schema.mjs && bun ./scripts/validate-cursor-structure.mjs && bun ./scripts/validate-codex.mjs"
"build": "bun ./scripts/validate-cursor-schema.mjs && bun ./scripts/validate-cursor-structure.mjs"
},
"devDependencies": {
"@types/bun": "latest",
Expand Down
3 changes: 1 addition & 2 deletions plugins/paper-desktop/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paper-desktop",
"version": "0.1.0",
"version": "0.2.0",
"description": "Design on a canvas that Claude can read and write to — built on web standards.",
"author": {
"name": "Paper",
Expand All @@ -21,6 +21,5 @@
"mcp",
"design-system"
],
"skills": "./skills",
"mcpServers": "./mcp.json"
}
51 changes: 0 additions & 51 deletions plugins/paper-desktop/.codex-plugin/plugin.json

This file was deleted.

2 changes: 1 addition & 1 deletion plugins/paper-desktop/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "paper-desktop",
"displayName": "Paper",
"version": "0.1.0",
"version": "0.2.0",
"description": "Design on a canvas that Cursor can read and write to — built on web standards.",
"author": {
"name": "Paper",
Expand Down
2 changes: 1 addition & 1 deletion plugins/paper-desktop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Paper connects your designs, agents, code, and data on a single canvas built on

## Prerequisites

Paper Desktop must be running with a file open for the MCP server to be available. Download it at [paper.design/downloads](https://paper.design/downloads).
Install [Paper Desktop](https://paper.design/downloads) and open it once.

## Examples

Expand Down
8 changes: 8 additions & 0 deletions plugins/paper-desktop/mcp-installed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"mcpServers": {
"paper": {
"command": "paper",
"args": ["mcp"]
}
}
}
4 changes: 2 additions & 2 deletions plugins/paper-desktop/mcp.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"mcpServers": {
"paper": {
"type": "http",
"url": "http://127.0.0.1:29979/mcp"
"command": "${HOME}/.paper/bin/paper",
"args": ["mcp"]
Comment thread
cursor[bot] marked this conversation as resolved.
}
}
}
5 changes: 0 additions & 5 deletions plugins/paper-desktop/rules/ensure-paper-started.md

This file was deleted.

8 changes: 0 additions & 8 deletions plugins/paper-desktop/skills/code-to-design/SKILL.md

This file was deleted.

8 changes: 0 additions & 8 deletions plugins/paper-desktop/skills/design-to-code/SKILL.md

This file was deleted.

Loading
Loading