Skip to content

Commit 4fc43f5

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

18 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": "github-project",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "GitHub repository setup, branch protection, and configuration",
55
"repository": "https://github.com/netresearch/github-project-skill",
66
"license": "MIT",
77
"author": {
88
"name": "Netresearch DTT GmbH",
99
"email": "[email protected]"
1010
},
11-
"keywords": [
12-
"github",
13-
"repository",
14-
"branch-protection",
15-
"codeowners"
16-
],
17-
"skills": ["."]
11+
"skills": [
12+
{
13+
"name": "github-project",
14+
"path": "skills/github-project"
15+
}
16+
]
1817
}
File renamed without changes.

references/branch-migration.md renamed to skills/github-project/references/branch-migration.md

File renamed without changes.

references/dependency-management.md renamed to skills/github-project/references/dependency-management.md

File renamed without changes.

references/repository-structure.md renamed to skills/github-project/references/repository-structure.md

File renamed without changes.

references/sub-issues.md renamed to skills/github-project/references/sub-issues.md

File renamed without changes.

scripts/verify-github-project.sh renamed to skills/github-project/scripts/verify-github-project.sh

File renamed without changes.

templates/CODEOWNERS.template renamed to skills/github-project/templates/CODEOWNERS.template

File renamed without changes.

templates/CONTRIBUTING.md.template renamed to skills/github-project/templates/CONTRIBUTING.md.template

File renamed without changes.

templates/PULL_REQUEST_TEMPLATE.md.template renamed to skills/github-project/templates/PULL_REQUEST_TEMPLATE.md.template

File renamed without changes.

0 commit comments

Comments
 (0)