Skip to content

Commit d842f5a

Browse files
committed
feat: add Claude Code plugin structure
Enables standalone skill installation via Claude Code marketplace. - Add .claude-plugin/plugin.json with skill metadata - Reference root-level SKILL.md via skills array
1 parent 84cf24c commit d842f5a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.claude-plugin/plugin.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "netresearch-branding",
3+
"version": "1.2.1",
4+
"description": "Apply Netresearch brand identity to web projects and documentation",
5+
"repository": "https://github.com/netresearch/netresearch-branding-skill",
6+
"license": "MIT",
7+
"author": {
8+
"name": "Netresearch DTT GmbH",
9+
"email": "info@netresearch.de"
10+
},
11+
"keywords": [
12+
"netresearch",
13+
"branding",
14+
"design",
15+
"identity"
16+
],
17+
"skills": ["."]
18+
}

0 commit comments

Comments
 (0)