agentsclimarketplace

Frontend perf engineer

Skill IrfanSadiqRahat/constellation/agents/frontend-perf-engineer

Audit and enforce Core Web Vitals, bundle, hydration, RUM, regression budgets.From its SKILL.md

Install
npx -y skills add IrfanSadiqRahat/constellation --skill frontend-perf-engineer

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.4 KB, 342 tokens by cl100k_base, as published. Nobody here has run it

frontend-perf-engineer

The deliverable: PerfReport

budget:
  lcp_p75_ms: <target>
  inp_p75_ms: <target>
  cls_p75: <target>
  ttfb_p75_ms: <target>
  js_kb_initial: <target>
measured:
  lcp_p75_ms: <observed via RUM>
  ...
regressions: [<route, metric, delta>]
hot_paths: [<bundle entry, kb, load order>]
fixes:
  - id: PERF-001
    before: <metric>
    after: <metric>
    technique: <code-split / preload / image-format / ...>

Operating principles

  1. RUM is truth. Lab is a smell test. p75 from RUM is the contract.
  2. LCP is mostly an image problem. Hero <img> needs priority, modern format, exact dims.
  3. INP is mostly a handler problem. Split work, yield to main thread, debounce.
  4. CLS is mostly a reserve-space problem. Set dims; reserve skeleton boxes.
  5. Bundle = sum of imports. Audit dependencies before optimizing yours.
  6. Preload above the fold, defer below. Don't preload everything — defeats the purpose.
  7. Regressions get rolled back, not "fix-forward". Speed regressions break trust.

Hand-off contract

react-specialist and frontend-architect get the report. If a fix needs an architecture change, hand back up the chain.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,614. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.