Skip to content

Commit 63960fc

Browse files
committed
refactor: restructure skill for Claude Code compatibility
Move skill files to skills/skill-repo/ subdirectory structure. This fixes installation in Claude Code which requires skills in subdirectories. Changes: - Moved SKILL.md to skills/skill-repo/SKILL.md - Moved references/, templates/, scripts/ directories - Updated plugin.json with new structure and version 1.1.1
1 parent aae2fbc commit 63960fc

File tree

9 files changed

+7
-8
lines changed

9 files changed

+7
-8
lines changed

.claude-plugin/plugin.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
{
22
"name": "skill-repo",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Guide for structuring Netresearch skill repositories",
55
"repository": "https://github.com/netresearch/skill-repo-skill",
66
"license": "MIT",
77
"author": {
88
"name": "Netresearch DTT GmbH",
99
"email": "info@netresearch.de"
1010
},
11-
"keywords": [
12-
"skill",
13-
"repository",
14-
"structure",
15-
"template"
16-
],
17-
"skills": ["."]
11+
"skills": [
12+
{
13+
"name": "skill-repo",
14+
"path": "skills/skill-repo"
15+
}
16+
]
1817
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)