mcpbeat Sign in

Need For Speed Agent Skill

Run a frontend performance audit on a WordPress site and get actionable optimization recommendations.

694 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
505
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/Automattic/studio --skill need-for-speed

The instruction itself

7 sections, as written by the author

Performance Audit

Run a performance audit on a WordPress site to measure Core Web Vitals and page composition, then provide actionable recommendations.

How to Run

  • Determine which site to audit. If the user hasn't specified, ask them or use the site from the current context.
  • Ensure the site is running (use site_start if needed).
  • Call need_for_speed with the site name and path (defaults to /).
  • Analyze the results using the interpretation guide below.
  • Present a clear summary with specific, actionable recommendations.

Interpreting Results

Core Web Vitals Thresholds

| Metric | Good | Needs Improvement | Poor |

|--------|------|-------------------|------|

| TTFB | < 800 ms | 800–1800 ms | > 1800 ms |

| FCP | < 1800 ms | 1800–3000 ms | > 3000 ms |

| LCP | < 2500 ms | 2500–4000 ms | > 4000 ms |

| CLS | < 0.1 | 0.1–0.25 | > 0.25 |

Page Composition Benchmarks

  • DOM elements: Concern if > 1500
  • Total page weight: Concern if > 3 MB
  • Total requests: Concern if > 80
  • Scripts: Concern if > 20 scripts or > 500 KB total
  • Stylesheets: Concern if > 10 stylesheets or > 200 KB total

Common WordPress Recommendations

Based on the metrics, suggest specific actions:

  • High TTFB: Enable page caching (e.g., wp_cli: plugin install wp-super-cache --activate), check for slow database queries, consider object caching.
  • High LCP / FCP: Check for render-blocking CSS/JS, add lazy loading for below-the-fold images, defer non-critical scripts.
  • Large JS payload: Identify heavy plugins from the scripts URL list, suggest deactivating unused plugins, check for jQuery dependency chains.
  • Large CSS payload: Look for unused theme stylesheets, check for multiple Google Fonts loads.
  • Many HTTP requests: Suggest reducing plugin count, enabling asset concatenation.
  • High CLS: Check for images without explicit width/height dimensions, ads or dynamic content injection, web fonts causing layout shifts.
  • Large DOM: Check theme template complexity, excessive nesting in block content, too many wrapper elements.

Important Notes

  • These are synthetic measurements on a local dev server. TTFB will be artificially low compared to production. Focus on relative comparisons (before/after changes) rather than absolute values.
  • CLS is measured during page load only, not during user interaction.
  • INP (Interaction to Next Paint) is not measured — it requires real user interaction patterns.
  • Page weight may undercount if some resources report 0 transfer size (e.g., service worker cached resources).

Other skills for the same job

different authors, same section of the catalogue
Protocolsio Integration
by christophacham
×4

Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.

16k tokens
Tailored Resume Generator
by frostant
×4

Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances

3k tokens
Excalidraw Diagram Generator
by github
vendor ×3

Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.

36k tokens scripts
Expo Dev Client
by openai
vendor ×3

Build and distribute Expo development clients locally or via TestFlight

961 tokens
Executing Plans
by ZhanlinCui
×3

Use when you have a written implementation plan to execute in a separate session with review checkpoints

542 tokens
Anndata
by christophacham
×3

Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.

16k tokens
Benchling Integration
by christophacham
×3

Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.

14k tokens
Biopython
by christophacham
×3

Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.

24k tokens

How to use it

Copy the folder

Take automattic/need-for-speed from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.