Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:25:33 +08:00
commit ec3986470d
10 changed files with 2945 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "claude-wordpress-skills",
"description": "Professional WordPress engineering skills for Claude Code — performance optimization, security auditing, Gutenberg block development, and theme/plugin best practices",
"version": "1.3.0",
"author": {
"name": "Elvis Morales",
"url": "https://github.com/elvismdev"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}