Skip to content

Commit 9d01c18

Browse files
authored
Restructure repo as Claude Code plugin marketplace (#3)
- Move skills/ to plugins/gmx-io/skills/ for plugin format - Add plugins/gmx-io/.claude-plugin/plugin.json manifest - Update marketplace.json with correct source field - Update README with Claude Code install instructions
1 parent 11f06ac commit 9d01c18

8 files changed

Lines changed: 20 additions & 2 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@
77
"license": "MIT",
88
"plugins": [
99
{
10-
"name": "gmx-trading",
11-
"path": "skills/gmx-trading/SKILL.md"
10+
"name": "gmx-io",
11+
"source": "./plugins/gmx-io",
12+
"description": "Agent skills for trading perpetuals and swapping tokens on GMX V2",
13+
"version": "0.1.0",
14+
"author": {
15+
"name": "gmx-io"
16+
},
17+
"license": "MIT"
1218
}
1319
]
1420
}

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Agent skills for trading on [GMX V2](https://app.gmx.io).
44

55
## Install
66

7+
**Claude Code (plugin marketplace):**
8+
```
9+
/plugin marketplace add gmx-io/gmx-ai
10+
/plugin install gmx-io@gmx-ai
11+
```
12+
13+
**Vercel Skills CLI:**
714
```bash
815
npx skills add gmx-io/gmx-ai
916
```
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "gmx-io",
3+
"description": "Agent skills for trading perpetuals and swapping tokens on GMX V2",
4+
"version": "0.1.0"
5+
}
File renamed without changes.

skills/gmx-trading/references/api-endpoints.md renamed to plugins/gmx-io/skills/gmx-trading/references/api-endpoints.md

File renamed without changes.

skills/gmx-trading/references/contract-addresses.md renamed to plugins/gmx-io/skills/gmx-trading/references/contract-addresses.md

File renamed without changes.
File renamed without changes.

skills/gmx-trading/references/sdk-reference.md renamed to plugins/gmx-io/skills/gmx-trading/references/sdk-reference.md

File renamed without changes.

0 commit comments

Comments
 (0)