Skip to content

Commit 1cfd38f

Browse files
committed
feat: add Claude Code plugin structure
Add .claude-plugin/plugin.json for native Claude Code plugin support. This enables the skill to be installed directly without the marketplace bundle workaround.
1 parent 0285d6a commit 1cfd38f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.claude-plugin/plugin.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "typo3-core-contributions",
3+
"version": "1.5.0",
4+
"description": "TYPO3 Core contribution workflow (Forge, Gerrit, docs)",
5+
"repository": "https://github.com/netresearch/typo3-core-contributions-skill",
6+
"license": "MIT",
7+
"author": {
8+
"name": "Netresearch DTT GmbH",
9+
"email": "info@netresearch.de"
10+
},
11+
"keywords": [
12+
"typo3",
13+
"core",
14+
"contributions",
15+
"gerrit",
16+
"forge"
17+
],
18+
"skills": ["."]
19+
}

0 commit comments

Comments
 (0)