Skip to content

Commit 5993cea

Browse files
committed
Make the skill more succinct
1 parent cf66b4b commit 5993cea

4 files changed

Lines changed: 259 additions & 1408 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,24 @@
1212
},
1313
"plugins": [
1414
{
15-
"name": "coder",
16-
"description": "Install and bootstrap a Coder (coder/coder) deployment end-to-end.",
15+
"name": "Coder",
16+
"description": "Skills for installing, configuring, and operating Coder (coder/coder).",
1717
"version": "0.2.0",
1818
"author": {
1919
"name": "Coder",
20-
"url": "https://coder.com"
20+
"url": "https://coder.com",
21+
"email": "support@coder.com"
2122
},
23+
"license": "MIT",
2224
"homepage": "https://github.com/coder/skills",
2325
"repository": "https://github.com/coder/skills",
24-
"category": "development",
2526
"source": "./",
26-
"strict": false,
27-
"skills": [
28-
"./skills/setup"
27+
"keywords": [
28+
"skills",
29+
"development",
30+
"coder",
31+
"remote development",
32+
"devops"
2933
]
3034
}
3135
]

.codex-plugin/plugin.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"name": "Coder",
3+
"version": "0.2.0",
4+
"description": "Skills for installing, configuring, and operating Coder (coder/coder).",
5+
"author": {
6+
"name": "Coder",
7+
"url": "https://coder.com",
8+
"email": "support@coder.com"
9+
},
10+
"homepage": "https://github.com/coder/skills",
11+
"repository": "https://github.com/coder/skills",
12+
"license": "MIT",
13+
"keywords": [
14+
"skills",
15+
"development",
16+
"coder",
17+
"remote development",
18+
"devops"
19+
],
20+
"skills": "./skills/",
21+
"interface": {
22+
"displayName": "Coder",
23+
"shortDescription": "Skills for installing, configuring, and operating Coder (coder/coder).",
24+
"longDescription": "Skills for installing, configuring, and operating Coder (coder/coder).",
25+
"developerName": "Coder",
26+
"category": "Coding",
27+
"websiteURL": "https://coder.com",
28+
"privacyPolicyURL": "https://coder.com/legal/privacy-policy",
29+
"termsOfServiceURL": "https://coder.com/legal/terms-of-service",
30+
"capabilities": [
31+
"Interactive",
32+
"Read",
33+
"Write"
34+
],
35+
"defaultPrompt": [
36+
"Set up Coder"
37+
],
38+
"brandColor": "#000000"
39+
}
40+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ After installing, the skill activates automatically when you ask an agent to ins
2424

2525
## License
2626

27-
[MIT](LICENSE)
27+
[MIT](LICENSE)

0 commit comments

Comments
 (0)