context

仓库创建 2026年7月3日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由

快速把个人知识/进度打包给任何 AI 或他人查看。

这个 Skill 做什么

导出可携带的学习状态摘要,按轨迹或目标可选分片。

把你的学习或项目进度导出成可携带的“brain context”摘要,能按 track 或 goal 筛选片段。当你想把当前状态一键交给另一个 AI、询问“我在哪步”或汇报背景时用。输出是可原样粘贴的 YAML,方便无损地把上下文搬到别的助手里。

▸ 展开 SKILL.md 英文原文

Export the user's compact learning-state summary (brain context) for pasting into any AI assistant, optionally scoped to one track or goal. Use when he asks for his "context", wants to brief another AI/chat on what he knows, or asks "where do I stand" across goals.

Skill 开发管理学习状态上下文导出目标概览通用
0
Stars
0
Forks
11
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Westontrefry/second-brain-template/main/.claude/skills/context/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Westontrefry/second-brain-template/main/.claude/skills/context/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# /context — portable learning-state export

1. Run the export (scope it if he named a track or goal):
   - `.venv/bin/python -m brain context`
   - `.venv/bin/python -m brain context --track <slug>` / `--goal <goal-id>`
   Unknown slug? The error lists what's available — show him the list.
2. Present the output VERBATIM in one yaml code block (it's designed to be
   copy-pasted whole — never trim the header comments; they make it
   self-explaining to whatever assistant receives it).
3. Below the block, add at most 2-3 sentences of orientation: the single most
   urgent gap and why (the `because` already says it — repeat, don't invent).
4. If he asks what to do about a gap, that's /review o
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有