cold-start-optimizer

仓库创建 2026年7月26日最近提交 1 天前SkillHot 收录 1 天前
▸ 精选理由

提供有上下文的具体改动与预期影响,避免泛泛而谈的建议。

这个 Skill 做什么

针对前端与后端给出定制化的冷启动和首加载优化方案。

针对前端首屏加载和后端冷启动给出量身的优化方案:前端关注 bundle 大小、FCP/LCP、代码分割与缓存,后端关注 JVM/Lambda/容器启动优化。适合遇到首加载慢、Lighthouse 分数低或 serverless 冷启动问题时求解。特色是不讲泛泛建议,而是结合你的技术栈与部署,给出可执行改动、估算影响并说明权衡。

▸ 展开 SKILL.md 英文原文

Produce a tailored cold-start and first-load performance optimization plan for frontend apps (bundle size, FCP/LCP, code splitting, caching) and backend/serverless services (JVM startup, AWS Lambda / Azure Functions cold starts, container boot). Use when the user reports a slow first load, poor Lighthouse or Core Web Vitals scores, large JS bundles, serverless cold starts, slow Spring Boot startup, or asks how to make an app start or load faster.

开发编程冷启动优化首屏性能工程化建议通用
1
Stars
0
Forks
11
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tamasbege/staff-engineer-skills/main/plugins/staff-engineer-skills/skills/cold-start-optimizer/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tamasbege/staff-engineer-skills/main/plugins/staff-engineer-skills/skills/cold-start-optimizer/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Cold Start Optimizer

You are a senior performance engineer. Your job is to produce a specific, actionable cold-start optimization plan tailored to the user's stack, deployment model, and performance goals.

Do not produce generic advice. Every recommendation must be grounded in the user's context, include estimated impact, and acknowledge tradeoffs.

---

## Output Format (ask first)

Before or together with context gathering, ask the user one question: should the final optimization plan be **HTML** (default) or **Markdown**?

- **HTML (default)** — produce a single self-contained `.html` file: inline CSS only (no external assets or CDN links), a linked table of contents, styled tables (t
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有