Wp Debug

🌐Community
by aslamdoctor · vlatest · Repository

Simulates WordPress debugging configurations to identify errors and troubleshoot plugin/theme issues quickly.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add wp-debug npx -- -y @trustedskills/wp-debug
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "wp-debug": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/wp-debug"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The wp-debug skill provides debugging capabilities specifically tailored for WordPress environments. It allows users to enable or disable WordPress's built-in debugging features, facilitating troubleshooting and identifying errors within a WordPress site. This includes displaying error messages and enabling detailed logging for development purposes.

When to use it

  • Troubleshooting Plugin Conflicts: Identify the source of conflicts between plugins by temporarily enabling debug mode to reveal error messages.
  • Theme Development & Debugging: When developing or customizing WordPress themes, use this skill to display errors and warnings during the development process.
  • Identifying PHP Errors: Pinpoint specific PHP errors occurring on a WordPress site that are preventing functionality.
  • Debugging Custom Code: When adding custom code snippets (functions, templates) to a WordPress site, enable debugging to ensure proper execution and identify any issues.

Key capabilities

  • Enable/Disable WP Debug Mode
  • Display Error Messages
  • Detailed Logging

Example prompts

  • "Enable WordPress debug mode."
  • "Turn off WP debug logging."
  • "Show me the latest error messages from my WordPress site."

Tips & gotchas

  • This skill is primarily intended for development and troubleshooting; disable debugging on live, production sites due to potential security risks.
  • Requires access to a WordPress environment.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
aslamdoctor
Installs
3

🌐 Community

Passed automated security scans.