Skip to content

Commit 6c6c76f

Browse files
committed
Format
1 parent 3b2845a commit 6c6c76f

2 files changed

Lines changed: 42 additions & 50 deletions

File tree

.codex-plugin/plugin.json

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
{
2-
"name": "coder-skills",
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"
2+
"name": "coder-skills",
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"
1934
],
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-
"composerIcon": "./assets/icon.png",
40-
"logo": "./assets/logo.png"
41-
}
35+
"defaultPrompt": [
36+
"Set up Coder"
37+
],
38+
"brandColor": "#000000",
39+
"composerIcon": "./assets/icon.png",
40+
"logo": "./assets/logo.png"
41+
}
4242
}

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,20 @@ Skills for Claude Code, Codex, Cursor, and other coding agents to install, confi
66

77
## Usage
88

9-
**skills CLI**:
9+
Install with the [skills CLI](https://skills.sh):
1010

1111
```sh
1212
npx skills add coder/skills --global
1313
```
1414

15-
This installs every skill in this repository for the detected agent.
16-
Start a new agent session after installing. For Codex, verify with:
17-
18-
```sh
19-
codex debug prompt-input 'noop' | rg 'setup:'
20-
```
21-
22-
**Claude Code plugin marketplace**:
15+
Install with the [Claude Code plugin marketplace](https://claude.com/docs/plugins/marketplace):
2316

2417
```sh
2518
claude plugin marketplace add coder/skills
2619
claude plugin install coder-skills@coder-skills
27-
claude plugin list
2820
```
2921

30-
After installing, the skill activates automatically when you ask an agent to install or set up Coder.
22+
After installing, ask your agent to install or set up Coder.
3123

3224
## License
3325

0 commit comments

Comments
 (0)