Bootstraps Obsidian knowledge base from current repository for research projects. Detects unbound repos, generates Research/ structure with summaries of code+Markdown.
From claude-scholarnpx claudepluginhub galaxy-dawn/claude-scholar --plugin claude-scholarThis skill uses the workspace's default tool permissions.
references/BOOTSTRAP-RUNBOOK.mdSearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Bootstrap a project knowledge base for the current repository.
This is a supporting skill.
Use obsidian-project-memory as the main workflow authority. Use this skill only when a repository still needs its initial binding or rebuild.
obsidian-project-memory detects a research-project candidate but no existing binding.Resolve the vault path from one of:
OBSIDIAN_VAULT_PATH.python3 "${CLAUDE_PLUGIN_ROOT}/skills/obsidian-project-memory/scripts/project_kb.py" detect --cwd "$PWD"
python3 "${CLAUDE_PLUGIN_ROOT}/skills/obsidian-project-memory/scripts/project_kb.py" bootstrap --cwd "$PWD" --vault-path "$OBSIDIAN_VAULT_PATH"
.claude/project-memory/registry.yaml.claude/project-memory/<project_id>.mdResearch/{project-slug}/00-Hub.mdResearch/{project-slug}/01-Plan.mdResearch/{project-slug}/Knowledge/Source-Inventory.mdResearch/{project-slug}/Knowledge/Codebase-Overview.mdKnowledge/, Papers/, Experiments/, Results/, or Writing/,.git, .venv, node_modules, caches, checkpoints, binaries, and other heavy artifacts.00-Hub.md, 01-Plan.md, Knowledge/, Papers/, Experiments/, Results/, Writing/, Daily/, Archive/.python3 is unavailable in the current shell, use the system Python interpreter that can run project_kb.py and say so explicitly.references/BOOTSTRAP-RUNBOOK.md - preflight decisions, failure modes, and post-bootstrap verification