Skip to content

Commit 23484e9

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

File tree

12 files changed

+7
-9
lines changed

12 files changed

+7
-9
lines changed

.claude-plugin/plugin.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
{
22
"name": "php-modernization",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "PHP 8.x modernization patterns with type safety and PHPStan",
55
"repository": "https://github.com/netresearch/php-modernization-skill",
66
"license": "MIT",
77
"author": {
88
"name": "Netresearch DTT GmbH",
99
"email": "info@netresearch.de"
1010
},
11-
"keywords": [
12-
"php",
13-
"modernization",
14-
"php8",
15-
"phpstan",
16-
"type-safety"
17-
],
18-
"skills": ["."]
11+
"skills": [
12+
{
13+
"name": "php-modernization",
14+
"path": "skills/php-modernization"
15+
}
16+
]
1917
}
File renamed without changes.

references/adapter-registry-pattern.md renamed to skills/php-modernization/references/adapter-registry-pattern.md

File renamed without changes.

references/migration-strategies.md renamed to skills/php-modernization/references/migration-strategies.md

File renamed without changes.

references/php8-features.md renamed to skills/php-modernization/references/php8-features.md

File renamed without changes.

references/phpstan-compliance.md renamed to skills/php-modernization/references/phpstan-compliance.md

File renamed without changes.

references/psr-per-compliance.md renamed to skills/php-modernization/references/psr-per-compliance.md

File renamed without changes.

references/request-dtos.md renamed to skills/php-modernization/references/request-dtos.md

File renamed without changes.

references/static-analysis-tools.md renamed to skills/php-modernization/references/static-analysis-tools.md

File renamed without changes.

references/symfony-patterns.md renamed to skills/php-modernization/references/symfony-patterns.md

File renamed without changes.

0 commit comments

Comments
 (0)