Skip to content

Commit 8a85cdf

Browse files
committed
fix: use string array format for skills path
Claude Code requires skills paths as string array with ./ prefix. Changed from object format to: ["./skills/github-project"]
1 parent 4fc43f5 commit 8a85cdf

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.claude-plugin/plugin.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-project",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "GitHub repository setup, branch protection, and configuration",
55
"repository": "https://github.com/netresearch/github-project-skill",
66
"license": "MIT",
@@ -9,9 +9,6 @@
99
"email": "[email protected]"
1010
},
1111
"skills": [
12-
{
13-
"name": "github-project",
14-
"path": "skills/github-project"
15-
}
12+
"./skills/github-project"
1613
]
1714
}

0 commit comments

Comments
 (0)