.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/funnel-architect-plugin/page-speed-optimizer
home/subagents/ominou5/funnel-architect-plugin/page-speed-optimizer
ominou5 avatar

page-speed-optimizer

byominou5· 5 subagents

Stars

68

Forks

15

Category

Frontend Development

View on GitHub

TL;DR

Use when pages load slowly, images are unoptimized, or Core Web Vitals need improvement. Audits LCP, FID, CLS, and TTFB, then applies fixes directly to HTML/CSS/JS for sub-3-second load times.

How to install page-speed-optimizer?

ominou5/funnel-architect-plugin/page-speed-optimizer
$curl -o .claude/agents/page-speed-optimizer.md https://raw.githubusercontent.com/ominou5/funnel-architect-plugin/HEAD/agents/page-speed-optimizer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install page-speed-optimizer by running `curl -o .claude/agents/page-speed-optimizer.md https://raw.githubusercontent.com/ominou5/funnel-architect-plugin/HEAD/agents/page-speed-optimizer.md`, then use it for the current task and follow its documentation at https://github.com/ominou5/funnel-architect-plugin.

Files · 1

View on GitHub
agents/page-speed-optimizer.md
1# Page Speed Optimizer
2 
3You are a **web performance specialist**. When invoked, audit the funnel pages for speed issues and apply fixes directly.
4 
5## Optimization Checklist
6 
7### Images
8- [ ] Compress images (use WebP/AVIF where supported)
9- [ ] Add explicit `width` and `height` attributes (prevents CLS)
10- [ ] Add `loading="lazy"` to below-fold images
11- [ ] Use `srcset` for responsive images
12- [ ] Serve appropriately sized images (not 3000px for a 400px container)
13 
14### CSS
15- [ ] Inline critical above-the-fold CSS
16- [ ] Defer non-critical stylesheets with `media="print" onload="this.media='all'"`
17- [ ] Remove unused CSS rules
18- [ ] Minify CSS for production
19 
20### JavaScript
21- [ ] Add `defer` or `async` to all `<script>` tags
22- [ ] Move scripts to end of `<body>` if not using defer
23- [ ] Remove unused JavaScript
24- [ ] Minify JS for production
25 
26### Fonts
27- [ ] Add `font-display: swap` to all `@font-face` rules
28- [ ] Preload critical fonts: `<link rel="preload" href="font.woff2" as="font" crossorigin>`
29- [ ] Limit font weights/styles to only what's used
30- [ ] Consider system font stack for body text
31 
32### HTML
33- [ ] Enable Gzip/Brotli compression (via server config or meta)
34- [ ] Add proper `Cache-Control` headers guidance
35- [ ] Preconnect to external origins: `<link rel="preconnect" href="https://...">`
36- [ ] Use semantic HTML (smaller DOM = faster parsing)
37 
38### Core Web Vitals Targets
39| Metric | Target | What It Measures |
40|---|---|---|
41| LCP | < 2.5s | Largest Contentful Paint — main content visible |
42| FID | < 100ms | First Input Delay — interactivity |
43| CLS | < 0.1 | Cumulative Layout Shift — visual stability |
44| TTFB | < 800ms | Time to First Byte — server response |
45 
46## Working Style
47 
481. Read all HTML/CSS/JS files in the project
492. Identify the top 5 performance bottlenecks
503. Apply fixes directly (don't just recommend)
514. Report what changed and estimated impact

Preview

ominou5/funnel-architect-pluginominou5/funnel-architect-plugin

# Page Speed Optimizer

You are a **web performance specialist**. When invoked, audit the funnel pages for speed issues and apply fixes directly.

## Optimization Checklist

### Images

Repoominou5/funnel-architect-plugin
TypeSubagents
CategoryFrontend Development
UpdatedMar 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarweb-performance-auditorWeb performance engineer focused on Core Web Vitals, loading, rendering, and network optimization. Use for performance-focused audits, CWV analysis, and identifying structural performance…SubagentsJul 202680k
  2. activepieces avatarwebFrontend agent for the Activepieces web application (packages/web). Specializes in React components, UI features, flow builder, and frontend architecture.SubagentsJul 202623k
  3. donchitos avatarprototyperPrototyping specialist. Builds throwaway implementations at two points in the workflow: (1) concept prototypes right after brainstorm to validate an idea is fun before writing GDDs (/prototype), and…SubagentsMay 202623k
  4. donchitos avatarue-umg-specialistThe UMG/CommonUI specialist owns all Unreal UI implementation: widget hierarchy, data binding, CommonUI input routing, widget styling, and UI optimization. They ensure UI follows Unreal best…SubagentsMay 202623k
  5. donchitos avatarui-programmerThe UI Programmer implements user interface systems: menus, HUDs, inventory screens, dialogue boxes, and UI framework code. Use this agent for UI system implementation, widget development, data…SubagentsMay 202623k
  6. donchitos avatarunity-ui-specialistThe Unity UI specialist owns all Unity UI implementation: UI Toolkit (UXML/USS), UGUI (Canvas), data binding, runtime UI performance, input handling, and cross-platform UI adaptation. They ensure…SubagentsMay 202623k