skills/33-Galaxy-Dawn-claude-scholar/skills/obsidian-project-memory/SKILL.md
This skill should be used when the user asks to maintain an Obsidian knowledge base for a research project, import an existing research repository into Obsidian, keep project memory or daily notes synchronized, summarize project context into durable notes, or update experiments, results, papers, writing, and plans in an Obsidian vault without requiring MCP.
npx skillsauth add brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research obsidian-project-memoryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Maintain a filesystem-first, agent-driven Obsidian knowledge base for a research project.
Default note output language follows the project's configured note_language; if no note language is configured, default to English. Keep technical terms, paper titles, and established folder names in their original form when that is clearer. Only switch note prose to another language when the user explicitly asks.
Prefer this skill when working inside a repository that:
.claude/project-memory/registry.yaml, or.base artifacts..canvas globally, but allow literature workflows to maintain Maps/literature.canvas as a default literature graph artifact.Results/Reports/, not as Writing/ notes.Write into this project layout only:
Research/{project-slug}/
00-Hub.md
01-Plan.md
Knowledge/
Papers/
Experiments/
Results/
Reports/
Writing/
Daily/
Archive/
Read references/SCHEMA.md for the exact structure and note roles.
Use scripts/project_kb.py only for low-freedom operations such as detect, bootstrap, sync, and lifecycle management:
python3 scripts/project_kb.py detect --cwd "$PWD"
python3 scripts/project_kb.py bootstrap --cwd "$PWD" --vault-path "$OBSIDIAN_VAULT_PATH"
python3 scripts/project_kb.py sync --cwd "$PWD" --scope auto
python3 scripts/project_kb.py lifecycle --cwd "$PWD" --mode archive
python3 scripts/project_kb.py query-context --cwd "$PWD" --kind broad
python3 scripts/project_kb.py query-context --cwd "$PWD" --kind experiment --query freezing
python3 scripts/project_kb.py find-canonical-note --cwd "$PWD" --kind experiment --query freezing
python3 scripts/project_kb.py note-lifecycle --cwd "$PWD" --mode archive --note "Results/Old-Result.md"
Do not expect the script to understand project meaning. It manages state; it does not replace synthesis.
Read references/SCRIPT-VS-AGENT.md when deciding whether a task belongs in the script or must stay agent-driven.
scripts/project_kb.py detect --cwd "$PWD".project_kb.py bootstrap.For the detailed lifecycle, read references/WORKFLOW.md.
Before writing anything, read only the minimum stable context:
.claude/project-memory/<project_id>.md00-Hub.md01-Plan.mdDaily/YYYY-MM-DD.md if it existsIf the task is about project understanding, existing docs, or historical results, load more context selectively using the references below.
Route the current turn into one or more of these buckets:
knowledgepaperexperimentresultwritingdailyproject-structureRead references/NOTE-ROUTING.md before writing.
Default path for substantive research work:
Papers/ -> extract reusable ideas, baselines, and project relevanceExperiments/ -> turn those into testable hypotheses, runbooks, or ablationsResults/ -> promote stable findings with evidence and interpretationResults/Reports/ -> store one round or one batch's internal experiment report when a complete retrospective has been writtenWriting/ -> externalize durable claims into reviews, proposals, drafts, slides, or rebuttal notesUse Daily/ as chronology and staging, not the final home for durable research knowledge.
Read references/PAPERS-TO-WRITING.md when deciding how a turn should advance along this path.
Use agent-first import/synthesis when:
In these cases, first use an agent to read key sources, then write the synthesized result back into Obsidian.
Read references/AGENT-FIRST-IMPORT.md for the recommended source-reading order.
Always keep write-back conservative.
Write back at least:
Daily/YYYY-MM-DD.md when this turn changes project state,00-Hub.md only when recent progress or top-level status truly changes,.claude/project-memory/<project_id>.md when project state changes.Then write only the durable note that matches the bucket:
knowledge -> Knowledge/paper -> Papers/experiment -> Experiments/result -> Results/writing -> Writing/daily -> Daily/project-structure -> usually Knowledge/Project-Overview.md or Knowledge/Source-Inventory.mdInternal experiment round reports should default to:
Results/Reports/YYYY-MM-DD--{experiment-line}--r{round}--{purpose}.mdRead references/NOTE-TEMPLATES.md when a note needs a stable shape.
Treat the vault as a small set of canonical notes plus supporting daily context.
Daily/.Results/Reports/ and link the matching Experiments/ and canonical Results/ notes.00-Hub.md + key Knowledge/ notes,01-Plan.md + today's Daily/ + project memory,Results/Reports/ first.Daily/, but keep durable knowledge in Knowledge/, Papers/, Experiments/, Results/, Results/Reports/, or Writing/.00-Hub.md, 01-Plan.md, and explicit index notes so the main working surface does not point to missing files..base files unless the user explicitly asks for them..canvas sprawl; the main default exception is Maps/literature.canvas for literature workflows.Daily/ plus project memory unless there is a real experiment, result, or planning impact.Load only what is needed:
references/SCHEMA.md - vault structure and note rolesreferences/WORKFLOW.md - detect/bootstrap/sync/archive workflowreferences/PAPERS-TO-WRITING.md - default handoff from literature to experiments, results, and writingreferences/SCRIPT-VS-AGENT.md - boundary between low-freedom script operations and agent-only reasoningreferences/KNOWLEDGE-CRUD.md - create/read/update/delete rules for durable research knowledgereferences/NOTE-ROUTING.md - where each kind of knowledge should goreferences/NEW-MD-INGESTION.md - how to ingest a newly created Markdown filereferences/AGENT-FIRST-IMPORT.md - how to import an existing project with agent synthesisreferences/NOTE-TEMPLATES.md - lightweight note shapes for common note typestools
Recommend AND run open-source AI tools, agents, Claude Code / Codex skills, and MCP servers for any stage of a literature review — searching, reading, extracting, synthesizing, screening, citation-checking, and paper writing. Use when the user asks "what tool should I use to..." OR "install/run/use <tool> to ..." for research/lit-review work: automating a survey or related-work section, PDF→Markdown extraction for LLMs (MinerU/marker/docling), PRISMA / systematic review (ASReview), citation-backed Q&A over PDFs (PaperQA2), wiring papers into Claude/Cursor via MCP (arxiv/paper-search/zotero servers), or chatting with a Zotero library. Ships a launcher (scripts/litrun.py) that installs each tool in an isolated venv and runs it. Curated catalog of 70+ vetted projects. 支持中英文(用于「文献综述工具选型」与「一键安装/运行」)。
development
Route empirical-research requests through the Auto-Empirical Research Skills catalog when this whole repository is installed as one skill in Codex, CodeBuddy, Claude Code, or another IDE. Use to choose and load the right vendored AERS skill for causal inference, econometrics, replication, data acquisition, manuscript writing, peer review and referee responses, citation checking, de-AIGC editing, or full empirical-paper workflows without reading the entire repository at once.
documentation
Use when the project collects primary data or runs a field, lab, or survey experiment, before the intervention begins — write the pre-analysis plan, size the sample from a power calculation, and register with the AEA RCT Registry. Apply after the design is chosen in aer-identification and before any outcome data are seen.
tools
Guide economists to authoritative data sources with explicit, confirmed data specifications before retrieval; interfaces with Playwright MCP to navigate portals and extract real data, not articles about data.