Billy Lui
Community@billylui · Hong Kong
Builder.
Agent Skills by Billy Lui
Showing 2 vetted skills indexed across 1 GitHub repositories.
Frequently Asked Questions About Billy Lui
FAQPage SchemaWhat tasks can I perform with billylui's WordPress skills?▼
You can audit a live WordPress site's performance—fingerprinting its stack, measuring TTFB, payload, and Core Web Vitals—and then apply ranked fixes under a guarded write loop with per-change approval, rollback snapshots, and cache purges on the correct layer.
Who should use wp-perf-audit and wp-perf-fix?▼
WordPress developers, site reliability engineers, and performance consultants investigating slow page loads, poor PageSpeed or Lighthouse scores, or caching, CDN, page-builder, and plugin performance issues on production WordPress sites.
What are the runtime requirements for these skills?▼
Both skills require a shell, curl, and Python 3.9+, plus outbound network access to the target WordPress site. wp-perf-fix additionally needs the access level each change requires, such as wp-admin, WP-CLI, or a deploy path.
Are these WordPress performance skills free and open source?▼
Yes. Both wp-perf-audit and wp-perf-fix are licensed under GPL-2.0-or-later, making them free to use, modify, and redistribute under the terms of that open-source license.
Is it safe to run these skills against a production WordPress site?▼
wp-perf-audit is read-only and safe against production. wp-perf-fix changes a live site but never runs unattended: it requires explicit per-change approval, captures a rollback snapshot first, purges the correct cache layer, and refuses changes the host prohibits.