Skip to content

Frontend · Global library

Resource Loading Optimizer

Optimizes the loading priority of all resources using preload, prefetch, preconnect, and modulepreload for maximum performance

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use Resource Loading Optimizer when you need to optimizes the loading priority of all resources using preload, prefetch, preconnect, and modulepreload for maximum performance, especially when the work is driven by preload and prefetch.

Trigger signals

preloadprefetchpreconnectresource hintsfetchprioritymodulepreload

Validation hooks

critical-resource-checkpreconnect-limit-checkfetchpriority-check

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show resource-loading-optimizer

Use

orchestrator-mcp skills export resource-loading-optimizer --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/resource-loading-optimizer ./your-agent-skills/resource-loading-optimizer
# or open skills/resource-loading-optimizer/SKILL.md in a markdown-first client

File patterns

*.html*.js*.ts

Model preferences

claude-sonnet-4gpt-4oclaude-haiku

Related skills

Adjacent packs to compose next.

FrontendGlobal library

@property Animator

Open pack

Creates smooth, performant animations of CSS custom properties using @property to enable transitions on gradients, transforms, and complex values

CodexClaude Code
FrontendGlobal library

3D CSS Specialist

Open pack

Creates immersive 3D experiences using CSS transforms, perspective, and transform-style for depth and dimension without JavaScript

CodexClaude Code