Claude-scholar obsidian-research-log
Use this skill when the user is discussing daily research work, TODOs, plans, standups, meetings, milestones, or general project progress that should be reflected in Obsidian daily notes, plan notes, and hub updates.
install
source · Clone the upstream repo
git clone https://github.com/Galaxy-Dawn/claude-scholar
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Galaxy-Dawn/claude-scholar "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/obsidian-research-log" ~/.claude/skills/galaxy-dawn-claude-scholar-obsidian-research-log && rm -rf "$T"
manifest:
skills/obsidian-research-log/SKILL.mdsource content
Obsidian Research Log
Use this skill to keep project planning and daily progress synchronized.
Role in the workflow
This is a supporting skill under
obsidian-project-memory.
Prefer a small number of durable updates over creating extra planning folders.
Default targets
Daily/YYYY-MM-DD.md01-Plan.md
recent progress block00-Hub.md.claude/project-memory/<project_id>.md
Rules
- Convert vague TODOs into concrete checkbox lists in
when they become durable commitments.01-Plan.md - Preserve chronology in
: append dated blocks instead of rewriting history.Daily/ - Link daily notes to touched experiments, papers, results, and writing notes when the destination is already canonical.
- If a meeting note is only temporary, keep it in
first.Daily/ - If meeting output becomes durable project knowledge, summarize and route it into
,Knowledge/
, orWriting/
instead of creating a default01-Plan.md
folder.Meetings/ - Prefer updating existing canonical notes over spawning parallel task notes.
Main judgment rule
Daily logs are for process.
If a note will still matter after several days or weeks, promote the durable part into
Knowledge/, Experiments/, Results/, or Writing/.