path
仓库创建 2026年7月3日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由
将模糊目标转成有序学习路线并指出每段强弱与建议。
这个 Skill 做什么
把自由文本目标编译为图谱 UI 可渲染的分段路径和学习建议。
把一句模糊目标(比如准备 FAANG 面试)变成图谱 UI 能渲染的一条学习路径:按顺序拆分主题、标注每段的能力强弱并给出学习建议。适合用户给出非预设或跨领域目标时使用,可以直接在可视化图谱上看到路线与每步建议。特点是产出可执行的学习路线而不是泛泛的建议,便于跟踪进度。
▸ 展开 SKILL.md 英文原文
Compile a free-text objective (e.g. "FAANG interview prep") into a pathway overlay the graph UI renders — an ordered route through topics with per-segment strength and study suggestions. Use when the user states a goal that isn't (or spans) predefined goals.
0
Stars
0
Forks
11
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Westontrefry/second-brain-template/main/.claude/skills/path/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Westontrefry/second-brain-template/main/.claude/skills/path/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# /path — compile an objective into a pathway overlay **First-touch (run this first):** `.venv/bin/python -m brain first-touch path`. If it prints a paragraph, this is the user's first pathway — open your reply with that text verbatim, then continue. If it prints nothing, skip it and proceed. (No source flag to set here: the explainer retires once the first `ui/paths/<slug>.json` overlay is written.) 1. Understand the objective; find what it touches: `.venv/bin/python -m brain search "<objective key phrases>" -k 8`, read `goals/goals.yaml` + relevant `goals/roadmaps/*.yaml`, and `brain gaps` output. 2. Select the route: the topics (graph node ids — knowledge topics where evidenced,
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有