Skip to content

Commit 356124f

Browse files
committed
Fix brand assets for marketplace loading
1 parent 486c73b commit 356124f

6 files changed

Lines changed: 6 additions & 25 deletions

File tree

.agents/plugins/marketplace.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ Skills for Claude Code, Codex, Cursor, and other coding agents to install, confi
1212
npx skills add coder/skills --global
1313
```
1414

15-
**Claude Code**:
15+
**Claude Code / Codex**:
1616

1717
```sh
1818
/plugin marketplace add coder/skills
19-
/plugin install coder@coder-skills
19+
/plugin install coder-skills@coder-skills
2020
/reload-plugins
2121
```
2222

scripts/lint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ if [ -n "$JSON_FILES" ]; then
6464
JSON_OK=1
6565
while IFS= read -r f; do
6666
[ -n "$f" ] || continue
67+
[ -f "$f" ] || continue
6768
if ! jq -e . "$f" >/dev/null 2>&1; then
6869
echo "invalid JSON: $f" >&2
6970
JSON_OK=0

skills/setup/agents/openai.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
interface:
22
display_name: "Setup Coder"
33
short_description: "Install and set up a Coder deployment"
4-
icon_small: "../../assets/icon.png"
5-
icon_large: "../../assets/logo.png"
4+
icon_small: "assets/icon.png"
5+
icon_large: "assets/logo.png"
66
brand_color: "#000000"
7-
default_prompt: "Install Coder, create the first admin, push a starter template, and build the first workspace."
7+
default_prompt: "Use $setup to install Coder, create the first admin, and build the first workspace."

skills/setup/assets/icon.png

6.15 KB
Loading

skills/setup/assets/logo.png

27.3 KB
Loading

0 commit comments

Comments
 (0)