Skip to content

Commit 41bc0b3

Browse files
committed
refactor: restructure skill for Claude Code compatibility
Move skill files to skills/netresearch-branding/ subdirectory structure. This fixes installation in Claude Code which requires skills in subdirectories. Changes: - Moved SKILL.md to skills/netresearch-branding/SKILL.md - Moved references/, templates/, scripts/ directories - Updated plugin.json with new structure and version 1.3.1
1 parent 4c129eb commit 41bc0b3

File tree

8 files changed

+7
-8
lines changed

8 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": "netresearch-branding",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Apply Netresearch brand identity to web projects and documentation",
55
"repository": "https://github.com/netresearch/netresearch-branding-skill",
66
"license": "MIT",
77
"author": {
88
"name": "Netresearch DTT GmbH",
99
"email": "info@netresearch.de"
1010
},
11-
"keywords": [
12-
"netresearch",
13-
"branding",
14-
"design",
15-
"identity"
16-
],
17-
"skills": ["."]
11+
"skills": [
12+
{
13+
"name": "netresearch-branding",
14+
"path": "skills/netresearch-branding"
15+
}
16+
]
1817
}
File renamed without changes.

references/colors.md renamed to skills/netresearch-branding/references/colors.md

File renamed without changes.

references/typo3-extension-branding.md renamed to skills/netresearch-branding/references/typo3-extension-branding.md

File renamed without changes.

references/typography.md renamed to skills/netresearch-branding/references/typography.md

File renamed without changes.

references/web-design.md renamed to skills/netresearch-branding/references/web-design.md

File renamed without changes.

templates/landing-page.html renamed to skills/netresearch-branding/templates/landing-page.html

File renamed without changes.

templates/styles.css renamed to skills/netresearch-branding/templates/styles.css

File renamed without changes.

0 commit comments

Comments
 (0)