dr-robert-li

56 mods across 1 repository, 28 stars between them.

build-scrape

25

dr-robert-li/cowork-wordpress-expert

Skill Claude CodeCodex

Scrape a URL with Playwright headless browser, check robots.txt and display copyright disclaimer, sanitise all content with AI-generated placeholders, detect dynamic features, and produce a clean HTML/CSS directory for the build-visual FSE pipeline.

28 6mo ago C 53 tokens original MIT

build-setup

26

dr-robert-li/cowork-wordpress-expert

Skill Claude CodeCodex

Generate SETUP.md with priority-ordered plugin configuration and content replacement guidance, and update build.json with NL-specific metadata.

28 6mo ago A 27 tokens original MIT

build-theme

27

dr-robert-li/cowork-wordpress-expert

Skill Claude CodeCodex

Select, install, and activate an FSE block theme from WP.org based on a natural language site description — queries API with full-site-editing tag, evaluates by relevance/popularity/rating, falls back to curated list.

28 6mo ago A 47 tokens original MIT

build-visual

28

dr-robert-li/cowork-wordpress-expert

Skill Claude CodeCodex

Generate a custom FSE block theme from structured HTML/CSS design exports or screenshot images — extracts design tokens, maps HTML to Gutenberg blocks, bundles Google Fonts, and produces an installable theme with custom-{slug} prefix.

28 6mo ago E 48 tokens original MIT

code-quality

29

dr-robert-li/cowork-wordpress-expert

Skill Claude CodeCodex

Reviews WordPress code against WPCS standards, static analysis, architecture patterns, and error handling. Use when analyzing custom themes/plugins, checking coding standards, or reviewing code architecture.

28 6mo ago A 38 tokens original MIT

dr-robert-li/cowork-wordpress-expert

Skill Claude CodeCodex

Synthesizes findings from all diagnostic skills into a bullet-point health narrative grouped by domain (Security, Code Quality, Database Health, Performance, Architecture, Infrastructure). Applies the standard A-F grading matrix and produces a "Top 3 issues to fix first" ranked list. MUST run last in the skill…

28 6mo ago A 82 tokens original MIT

dr-robert-li/cowork-wordpress-expert

Skill Claude CodeCodex

Reviews WordPress architecture for CPT misuse patterns (dead CPTs, data-store abuse via row count gating), hook abuse (excessive callbacks, expensive init hooks, priority conflicts), and caching anti-patterns (missing persistent object cache, permanent transients). CPT checks require WP-CLI; hook and cache checks are…

28 6mo ago A 81 tokens original MIT

dr-robert-li/cowork-wordpress-expert

Skill Claude CodeCodex

Performs AI-powered code quality analysis on custom WordPress code (active theme + custom plugins) using a two-pass tiered approach - quick pattern scan for known anti-patterns, followed by deep AI contextual analysis on flagged files.

28 6mo ago A 51 tokens original MIT

dr-robert-li/cowork-wordpress-expert

Skill Claude CodeCodex

Analyzes WordPress wp-cron scheduled events for health issues including overdue events (>1 hour), duplicate hook registrations, and excessively frequent intervals (<5 minutes). Requires WP-CLI. Self-gates when WP-CLI is unavailable.

28 6mo ago A 52 tokens original MIT

dr-robert-li/cowork-wordpress-expert

Skill Claude CodeCodex

Analyzes WordPress wpoptions autoload bloat by measuring total autoloaded data size, listing all options above 10KB threshold sorted by size, and attributing each to known plugins via prefix matching. Uses dynamic table prefix via wp db prefix and routes all DB access through WPCLIPREFIX.

28 6mo ago A 67 tokens original MIT

dr-robert-li/cowork-wordpress-expert

Skill Claude CodeCodex

Analyzes WordPress post revision accumulation by counting total revisions, breaking down counts by parent post type via SQL JOIN, checking the WPPOSTREVISIONS constant for all four possible values (unlimited/true/false/number), computing a post count for per-post averages, and estimating database savings from setting…

28 6mo ago A 93 tokens original MIT

dr-robert-li/cowork-wordpress-expert

Skill Claude CodeCodex

Detects WordPress transient buildup by counting live and expired transients via direct SQL with UNIXTIMESTAMP() comparison, measuring total transient storage size, and computing the expired-to-live ratio for severity assessment. Uses dynamic table prefix via wp db prefix and routes all DB access through WPCLIPREFIX.…

28 6mo ago A 78 tokens original MIT

dr-robert-li/cowork-wordpress-expert

Skill Claude CodeCodex

Checks WordPress file permissions via SSH for security misconfigurations — audits wp-config.php, .htaccess, wp-content/uploads/, and debug.log with per-file severity thresholds. SSH-only; skips with explanatory finding for non-SSH sources.

28 6mo ago A 54 tokens original MIT

dr-robert-li/cowork-wordpress-expert

Skill Claude CodeCodex

Audits HTTPS/SSL configuration for WordPress sites — checks siteurl/home URL schemes and FORCESSLADMIN via WP-CLI (when available), and scans all PHP/JS files for hardcoded http:// mixed-content URLs in local codebase.

28 6mo ago A 56 tokens original MIT

dr-robert-li/cowork-wordpress-expert

Skill Claude CodeCodex

Scans locally synced WordPress files for suspicious code patterns and potential malware using pattern matching. Detects obfuscation chains, backdoor signatures, suspicious file placements, and dangerous function usage with false positive reduction.

28 6mo ago A 49 tokens original MIT

dr-robert-li/cowork-wordpress-expert

Skill Claude CodeCodex

Detects potential N+1 query patterns in custom WordPress theme and plugin PHP code using three confidence tiers (High/Medium/Low). Skips well-known third-party plugins. Provides rewrite suggestions using actual variable names extracted from the code.

28 6mo ago A 54 tokens original MIT

dr-robert-li/cowork-wordpress-expert

Skill Claude CodeCodex

Checks WordPress core, PHP, MySQL/MariaDB, plugin, and theme versions for compatibility issues and available updates via WP-CLI and WordPress.org API. Identifies outdated software that may have known vulnerabilities or compatibility problems.

28 6mo ago A 53 tokens original MIT

dr-robert-li/cowork-wordpress-expert

Skill Claude CodeCodex

Integrates WP-CLI Profile command (wp-cli/profile-command package) for runtime performance timing. Shows stage breakdown (bootstrap/mainquery/template) and top 5 slowest hooks. When the profile package is not installed, produces itemized Info findings for each skipped check and offers to install.

28 6mo ago A 65 tokens original MIT

intake

46

dr-robert-li/cowork-wordpress-expert

Skill Claude CodeCodex

Structured context gathering before diagnostics — asks about symptoms, timeline, environment, scope, urgency, and prior work to produce a focused investigation plan.

28 6mo ago A 30 tokens original MIT

performance

47

dr-robert-li/cowork-wordpress-expert

Skill Claude CodeCodex

Analyzes WordPress performance across database queries, PHP execution, frontend rendering, and caching layers. Use when investigating slow pages, optimizing load times, or reviewing caching strategy.

28 6mo ago A 36 tokens original MIT

plugin-conflicts

48

dr-robert-li/cowork-wordpress-expert

Skill Claude CodeCodex

Identifies and resolves conflicts between WordPress plugins and themes. Use when debugging plugin conflicts, theme switching issues, or JavaScript/CSS collisions.

28 6mo ago A 33 tokens original MIT