-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathplugin.json
More file actions
25 lines (25 loc) · 638 Bytes
/
Copy pathplugin.json
File metadata and controls
25 lines (25 loc) · 638 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "vibes-plug",
"version": "3.2.0",
"description": "Universal AI plugin with 125 specialized skills for Antigravity, Claude, and Cursor.",
"author": "Roedy Rustam",
"license": "MIT",
"repository": "https://github.com/roedyrustam/vibes-plug.git",
"platforms": {
"antigravity": {
"entry": "AGENTS.md",
"config": "plugin.json",
"skillsDir": "skills/"
},
"claude": {
"entry": "CLAUDE.md",
"rulesDir": ".claude/rules/",
"skillsDir": "skills/"
},
"cursor": {
"entry": ".cursorrules",
"rulesDir": ".cursor/rules/",
"skillsDir": "skills/"
}
}
}