Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:25:38 +08:00
commit 454997c876
5 changed files with 693 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "wordpress-plugin-scaffold",
"description": "Scaffold WordPress plugins using WP-CLI commands with intelligent environment detection and comprehensive testing support",
"version": "1.0.0",
"author": {
"name": "Em"
},
"skills": [
"./skills/wordpress-plugin-scaffold"
]
}