🚀 安装与轻上下文
1
里程碑
"162,000 stars, 7.5 million downloads, and I've never made a tutorial for it."
攒到 16.2 万 star、750 万下载,才等来第一份正经教程。它只讲一件事:把日常所有活儿都跑的那条主流程,用真实工作仓库 ai-hero-cli 从头走一遍。不碰进阶、不碰新玩具。
2
设计
"Even though we've downloaded all of my skills, the skills only take up 660 tokens."
一行 npx skills@latest add mattpocock/skills 装下全部 38 个 skill,上下文里却只占 660 tokens。秘诀是它们大多"用户触发"而非"模型触发"——不把自己塞进给模型看的描述里,你主动唤起才加载。
🧠 主流程与上下文预算
3
心法
"Start at the top of the main flow and walk down it in one unbroken context window."
ask matt 这个 skill 给出的第一句话。主流程 grill → spec → tickets → implement → review 从上往下,尽量在一个不中断的上下文窗口里走完——"对自己用的 token 保持自觉,是用好 AI 的关键"。
4
手法
"I wasn't using plan mode — I was actually in auto mode, which is kind of like the default mode."
跑 grill-with-docs 时,Matt 用的是 Claude Code 的默认 auto mode,不是 plan mode。配置是 Opus 4.8 + medium effort,但他强调"你完全不用跟我一样"——各种 harness、模型、effort 级别都有人在用。
5
阈值
"Getting significantly dumber around the 140k mark — that's the smart zone."
Matt 的经验判断:上下文一过 14 万 tokens 就注意力衰减、变蠢、出奇怪的幻觉。所以整套流程都围绕"把大事切成一个个能装进 smart zone 的会话"来设计。删 10 个命令?"100k 预算绰绰有余。"