Skip to main content
Back to registry

wordpress-plugin-core

jezweb/claude-skills

Last Updated : 2026-01-21 Latest Versions : WordPress 6.9+ (Dec 2, 2025), PHP 8.0+ recommended, PHP 8.5 compatible Dependencies : None (WordPress 5.9+, PHP 7.4+ minimum)

Installs560
Install command
npx skills add https://github.com/jezweb/claude-skills --skill wordpress-plugin-core
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Last Updated : 2026-01-21 Latest Versions : WordPress 6.9+ (Dec 2, 2025), PHP 8.0+ recommended, PHP 8.5 compatible Dependencies : None (WordPress 5.9+, PHP 7.4+ minimum) Architecture Patterns : Simple (functions only, prepare() for all database queries with user input ✅ Sanitize input with sanitize_*() functions before saving ✅ Escape output with esc_*() functions before displaying ✅ Flush rewrite rules on activation when registering custom post types ✅ Use uninstall.php for permanent cleanup (not deactivation hook) ✅ Follow WordPress Coding Standards (tabs for indentation, Yoda conditions) ❌ Never use extract() - Creates security vulnerabilities ❌ Never trust $_POST/$_GET without sanitization ❌ Never concatenate user input into SQL - Always use prepare() ❌ Never use is_admin() alone for permission checks ❌ Never output unsanitized data - Always escape ❌ Never use generic function/class names - Always prefix ❌ Never use short PHP tags prepare() with placeholders Error : Malicious JavaScript executed in user browsers Source : (35% of all vulnerabilities) Why It Happens : Outputting unsanitized user data to HTML Prevention : Always escape output with context-appropriate function Error : Unauthorized actions performed on behalf of users Source : Why It Happens : No verification that requests originated from your site Prevention : Use nonces with wp_nonce_field() and...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does wordpress-plugin-core do?

Last Updated : 2026-01-21 Latest Versions : WordPress 6.9+ (Dec 2, 2025), PHP 8.0+ recommended, PHP 8.5 compatible Dependencies : None (WordPress 5.9+, PHP 7.4+ minimum)

Is wordpress-plugin-core good?

wordpress-plugin-core does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does wordpress-plugin-core work with?

wordpress-plugin-core currently lists compatibility with codex, gemini-cli, opencode, github-copilot, claude-code, antigravity.

What are alternatives to wordpress-plugin-core?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install wordpress-plugin-core?

npx skills add https://github.com/jezweb/claude-skills --skill wordpress-plugin-core

Related skills

More from jezweb/claude-skills

Related skills

Alternatives in Software Engineering