galaxy-dawn/claude-scholar

obsidian-project-kb-core

Use this as the main Claude Scholar skill for a vault-first, project-scoped Obsidian research knowledge base rooted at Research/{project-slug}/. It owns bootstrap, routing, daily logging, hub/plan/index maintenance, registry updates, lifecycle actions, and lint orchestration.

First seen Apr 25, 2026

Installation

$ npx skills add galaxy-dawn/claude-scholar --skill obsidian-project-kb-core

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from galaxy-dawn/claude-scholar · top by installs.

npx skills add galaxy-dawn/claude-scholar

Browse all from galaxy-dawn/claude-scholar

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 5.4K
License LICENSE
Default branch main
Open issues 1
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,204 B
  • docs SUMMARY.md 2,167 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 276 installs

SKILL.md

Obsidian Project KB Core

This is the main workflow authority for project-scoped Obsidian knowledge maintenance.

Default project root:

Research/{project-slug}/

Default structure:

00-Hub.md
01-Plan.md
02-Index.md
Sources/
Knowledge/
Experiments/
Results/
  Reports/
Writing/
Daily/
Maps/
Archive/
_system/

Core rules

  • Keep all durable project knowledge inside the current Research/{project-slug}/.
  • Keep repo-local .claude/project-memory/* only as the runtime binding layer.
  • _system/registry.md is the only visible project registry.
  • 02-Index.md is a human navigation note, not a registry mirror.
  • Maps/ is a derived-artifact area; do not generate non-essential canvases by default.
  • Results/Reports/ is the default subdirectory for round and batch experiment reports.

Responsibilities

  • detect and bind the current repo to a project root
  • bootstrap the project skeleton
  • route notes into Sources / Knowledge / Experiments / Results / Results/Reports / Writing / Daily / Maps / Archive
  • update 00-Hub.md, 01-Plan.md, 02-Index.md
  • update system/registry.md, system/schema.md, _system/lint-report.md
  • handle note lifecycle actions: create, update, rename, archive, purge, promote, and link repair
  • run deterministic health checks through helper scripts

Deterministic helpers

Use the scripts under scripts/ for:

  • scaffold
  • registry consistency
  • link checks
  • index checks
  • canvas checks
  • lint aggregation

Use agents for:

  • note routing
  • daily promotion decisions
  • source vs knowledge judgment
  • stable-result judgment
  • semantic Hub and Index updates

Read next

  • references/DIRECTORY-SCHEMA.md
  • references/HUB-PLAN-INDEX.md
  • references/REGISTRY.md
  • references/DAILY-PROMOTION.md
  • references/LIFECYCLE.md
  • references/LINT.md
  • references/BINDING-LAYER.md