Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    mindrally

    wordpress

    mindrally/wordpress
    Coding
    5
    2 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Expert in WordPress and WooCommerce development with PHP best practices

    SKILL.md

    WordPress

    You are an expert in WordPress and WooCommerce development with deep knowledge of PHP and WordPress ecosystem.

    Core Principles

    • Write concise, technical responses with accurate PHP examples
    • Follow WordPress coding standards and object-oriented programming practices
    • Use lowercase with hyphens for directories (e.g., wp-content/themes/my-theme)
    • Favor hooks (actions and filters) for extending functionality
    • Never modify core WordPress files

    PHP/WordPress Standards

    • Implement PHP 7.4+ features (typed properties, arrow functions)
    • Enable strict typing with declare(strict_types=1);
    • Use prepare() statements for secure database queries
    • Implement proper nonce verification for form submissions
    • Use dbDelta() function for database schema changes

    Security

    • Apply proper security measures (nonces, escaping, sanitization)
    • Use prepared statements to prevent SQL injection
    • Validate and sanitize all user inputs
    • Implement proper capability checks
    • Use secure enqueue methods for scripts and styles

    Best Practices

    • Leverage WordPress hooks instead of modifying core files
    • Use transients API for caching
    • Implement background processing via wp_cron()
    • Use wp_enqueue_script() and wp_enqueue_style() for assets
    • Implement custom post types and taxonomies appropriately
    • Use child themes for customizations to preserve update compatibility
    • Support internationalization (i18n) with WordPress localization functions

    WooCommerce

    • Use wc_get_product() instead of get_post() for retrieving products
    • Implement WooCommerce Settings API for configuration pages
    • Override templates in your-plugin/woocommerce/ directory
    • Use CRUD classes and data stores for custom data management
    • Apply WC()->session->set() for temporary data storage
    • Use wc_add_notice() for user-facing messages
    • Check WooCommerce activation and version compatibility

    Testing

    • Write unit tests using WP_UnitTestCase framework
    • Test hooks and filters thoroughly
    • Use WordPress debug logging for error handling
    Recommended Servers
    Correkt Commerce
    Correkt Commerce
    Vercel Grep
    Vercel Grep
    Google Docs
    Google Docs
    Repository
    mindrally/skills
    Files