Files
42marketplaces/sync/gh-jezweb-claude-skills-skills-wordpress-plugin-core.json
2025-11-30 09:08:53 +08:00

18 lines
808 B
JSON

{
"name": "wordpress-plugin-core",
"owner": {
"name": "Jeremy Dawes",
"email": "jeremy@jezweb.net"
},
"plugins": [
{
"name": "wordpress-plugin-core",
"description": "Build secure WordPress plugins with core patterns for hooks, database interactions, Settings API, custom post types, REST API, and AJAX. Covers three architecture patterns (Simple, OOP, PSR-4) and the Security Trinity. Use when creating plugins, implementing nonces/sanitization/escaping, working with $wpdb prepared statements, or troubleshooting SQL injection, XSS, CSRF vulnerabilities, or plugin activation errors.",
"source": {
"source": "url",
"url": "https://git.waymay.us/zhongwei/gh-jezweb-claude-skills-skills-wordpress-plugin-core.git"
},
"strict": true
}
]
}