log

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

把零散学习瞬间转成可检索、可关联的长期知识条目。

▸ 风险提示

会向本地知识库写入数据,需谨慎授权文件写入。

这个 Skill 做什么

将学习/项目会话的自由叙述转为结构化笔记并保存到二脑中。

把你说的学习心得、项目笔记或一段工作过程,转成结构化并存进二脑知识库。哪怕只一句话也能识别要点、查关联笔记并生成有日期和引用的条目。适合记录学习痕迹、复盘或随手捕捉灵感,便于后续检索和追踪进展。

▸ 展开 SKILL.md 英文原文

Capture a study session, project work, or learning moment as a structured note in the second-brain knowledge base. Use when the user describes something he studied, built, struggled with, or learned — even one sentence.

数据与抓取学习日志结构化笔记事件记录通用
0
Stars
0
Forks
11
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Westontrefry/second-brain-template/main/.claude/skills/log/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Westontrefry/second-brain-template/main/.claude/skills/log/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# /log — capture a study session

Turn the user's freeform account into a validated note. The CLI is the only write path.

1. Read `config.yaml` (domains, sources) and `goals/goals.yaml` (goal ids).
2. Check for related notes: `.venv/bin/python -m brain search "<key phrases>" -k 3`.
   Sessions are events, so still create a new dated note — but reference related
   existing notes in the body as `[[note-id]]` so the graph gets the edge.
3. Draft the note:
   - **domain**: best fit from config domains.
   - **topics**: 2–5 lowercase tags. Reuse the existing vocabulary where possible
     (`grep -rh "^topics:" knowledge/ | sort -u` or check recent notes) — topic
     consistency is what makes t
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有