-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.json
More file actions
27 lines (27 loc) · 782 Bytes
/
Copy pathplugin.json
File metadata and controls
27 lines (27 loc) · 782 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
26
27
{
"name": "youcoded-core",
"description": "YouCoded core — safety hooks, commands, setup wizard. Extended by optional marketplace packages (encyclopedia, inbox, themes, drive, messaging, output styles).",
"version": "1.2.4",
"author": {
"name": "itsdestin"
},
"homepage": "https://github.com/itsdestin/youcoded-core",
"repository": "https://github.com/itsdestin/youcoded-core",
"license": "MIT",
"keywords": [
"claude-code",
"toolkit",
"core",
"productivity"
],
"provides": {
"setup": {
"description": "First-run setup — name, comfort level, sync backend",
"skill": "setup-wizard"
},
"remote-setup": {
"description": "Configure the YouCoded remote access bridge",
"skill": "remote-setup"
}
}
}