什麼是 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