Prompts
A maintained library of production-tested prompts for WordPress workflows. Each prompt names a recommended model, estimated token cost, and the schema of the input it expects. Copy, paste, integrate.
- media
Alt text from uploaded image
Generate accessible alt text for an image uploaded to the WordPress media library. Vision-model-driven; cost-controlled by character cap.
claude-3.5-sonnet (vision) or gpt-4o-mini (vision) ~400 input + ~80 output per image - content
Blog post outline from topic
Generate a working outline for a long-form blog post from a topic and target reader. Outputs a structured H2/H3 tree, not boilerplate.
claude-3.5-sonnet ~500 input + ~600 output per outline - seo
SEO meta description from post body
Generate a 150-155 character meta description from a WordPress post's title and body. Optimized for SERP click-through, not keyword stuffing.
claude-3.5-sonnet or gpt-4o-mini ~1,500 input + ~80 output per post - ecommerce
WooCommerce product description from feature list
Turn a structured product feature list into a polished WooCommerce long description. Voice tunable via brand guidelines.
claude-3.5-sonnet or gpt-4o ~800 input + ~300 output per product - code
WordPress plugin code review
Review a PHP plugin file for security, performance, and WordPress coding standard issues. Returns a structured report.
claude-3.5-sonnet ~4,000 input + ~1,200 output per file - moderation
Comment moderation triage
Classify a pending WordPress comment as spam, abusive, off-topic, low-quality, or legitimate. Returns structured JSON for batch processing.
claude-3.5-haiku or gpt-4o-mini ~600 input + ~80 output per comment