什么是 analyze-bundle?
将 Next.js 捆绑分析器数据转换为 NDJSON 并探索它 来源:andrewimm/bundle-analyzer-agentic。
将 Next.js 捆绑分析器数据转换为 NDJSON 并探索它
通过命令行快速安装 analyze-bundle AI 技能到你的开发环境
来源:andrewimm/bundle-analyzer-agentic。
Converts Next.js bundle analyzer binary .data files into grep/jq-friendly NDJSON.
| modules.ndjson | Global module registry (id, ident, path) | | moduleedges.ndjson | Module dependency graph (from, to, kind: sync/async) | | sources.ndjson | Per-route source tree with sizes and environment flags | | chunkparts.ndjson | Granular size data: one line per (source, outputfile) pair |
| outputfiles.ndjson | Per-route output files with aggregated sizes | | routes.ndjson | Route-level summaries |
将 Next.js 捆绑分析器数据转换为 NDJSON 并探索它 来源:andrewimm/bundle-analyzer-agentic。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/andrewimm/bundle-analyzer-agentic --skill analyze-bundle将 Next.js 捆绑分析器数据转换为 NDJSON 并探索它 来源:andrewimm/bundle-analyzer-agentic。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/andrewimm/bundle-analyzer-agentic --skill analyze-bundle 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/andrewimm/bundle-analyzer-agentic