custom-post-type-generation
Generates WordPress custom post type registration code with taxonomies, metaboxes, and admin UI customizations based on natural language descriptions. Produces production-ready PHP code that follows WordPress coding standards.
metabox-code-generation
Generates PHP code for creating custom metaboxes with various field types (text, textarea, select, checkbox, etc.) and saves functionality. Handles field registration and sanitization patterns.
code-snippet-explanation
Analyzes and explains existing WordPress code snippets, providing context about what the code does, how it integrates with WordPress, and potential issues or improvements.
code-optimization-suggestion
Analyzes WordPress code and suggests optimizations for performance, security, and maintainability. Provides recommendations for improving existing code following WordPress best practices.
wordpress-documentation-lookup
Provides quick access to WordPress function documentation, parameters, and usage examples. Helps developers find correct function signatures and implementation patterns without leaving the tool.
security-vulnerability-detection
Scans WordPress code for common security vulnerabilities including SQL injection, XSS, CSRF, and improper capability checks. Identifies security issues and suggests fixes.
plugin-scaffold-generation
Generates complete WordPress plugin file structure including header comments, main plugin file, activation/deactivation hooks, and basic organizational patterns. Provides a starting point for custom plugin development.
wordpress-hook-code-generation
Generates WordPress action and filter hook implementations based on descriptions of desired functionality. Produces properly structured callback functions with correct hook parameters.
+6 more capabilities