3-statement-model
原文定位:Build fully-integrated 3-statement models (IS, BS, CF) in Excel wi。
原文场景:Every projection cell, roll-forward, linkage
安装这个 Skill
原文暂未提供标准安装命令。
为什么值得装
推荐它,是因为它在「金融与投资」分类里热度靠前(GitHub Stars 200,781),同时原始文档信息密度足够高。原文列出的执行要点包括:Every projection cell, roll-forward, linkage, and subtotal MUST be an Excel formula — never a pre-computed value;When using Python/openpyxl: write formula strings (ws["D15"] = "=D14*(1+Assumptions!$B$5)"), NOT computed results (ws["D15"] = 12500)。对经常重复的任务来说,这类 Skill 能把经验沉淀到工作流前端,减少临场猜测。
原文里最有价值的点
- 原文定位:Build fully-integrated 3-statement models (IS, BS, CF) in Excel wi。
- 原文摘录:Build fully-integrated 3-statement models (IS, BS, C
- 原文要点:Every projection cell, roll-forward, linkage, 和 su
- 补充线索:When 使用 Python/openpyxl: write formula strings (w
适合用在
- 建立测试闭环、回归验证、安全检查和发布前质量门
- 提升 Agent 的规划、调试、浏览器自动化和多代理协作能力