Performance & Quality Custom Skills · Curated

Third-Party Script Auditor

Inventories third-party scripts loaded on the site and flags which ones are slowing it down.

What it does

Scans page source and network requests to list every externally hosted script (analytics, chat widgets, ad networks, fonts, embeds), attributes each one's load time and render-blocking behavior, and flags scripts that could reasonably be deferred, lazy-loaded, or removed outright.

Install

This skill isn't packaged in an installable registry. It's a plain SKILL.md file you can copy directly. Copy it from the SKILL.md tab and save it at the path for your assistant:

Use it in your AI assistant

Claude Code

.claude/skills/third-party-script-auditor/ (or ~/.claude/skills/third-party-script-auditor/ for all projects)

GitHub Copilot (VS Code)

.github/skills/third-party-script-auditor/

OpenAI Codex

.codex/skills/third-party-script-auditor/

Cursor

.cursor/skills/third-party-script-auditor/ (or ~/.cursor/skills/third-party-script-auditor/ globally)

Compatibility

Any WordPress site; a browser network trace or a tool like WebPageTest gives the most accurate script inventory.