ask-matt
仓库创建 2026年7月6日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
快速定位并调度仓库内的子技能,便于新手或遗忘时使用。
这个 Skill 做什么
在技能库中根据情境路由并推荐最合适的技能或流程。
当你记不清哪个流程能解决当前问题时用,问一句就能把请求路由到仓库里最合适的 skill 或 flow。它会判断你是在做 idea → ship 的主线工作,还是需要某个并入主线的 on-ramp,给出推荐和下一步操作。特别之处是理解流程间的关系,不用记住每个技能就能得到合理路径。
▸ 展开 SKILL.md 英文原文
Ask which skill or flow fits your situation. A router over the skills in this repo.
0
Stars
0
Forks
38
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/K3639284/skills/main/skills/engineering/ask-matt/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/K3639284/skills/main/skills/engineering/ask-matt/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Ask Matt You don't remember every skill, so ask. A **flow** is a path through the skills. Most paths run along one **main flow**, and two **on-ramps** merge onto it. Everything else is standalone, or a vocabulary layer that runs underneath. ## The main flow: idea → ship The route most work travels. You have an idea and want it built. 1. **`/grill-with-docs`** — sharpen the idea by interview. Start here when you **have a codebase**: it's stateful, retaining what it learns in `CONTEXT.md` and ADRs. (No codebase? Use `/grill-me` — see Standalone. Both run the same `/grilling` primitive; `grill-with-docs` is the one that leaves a paper trail.) 2. **Branch — can you settle every question i
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有