/kb-archive
Destination note path for rename.
> /plugin marketplace add Galaxy-Dawn/claude-scholar > /plugin install claude-scholar@claude-scholar
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/kb-archive
Context preview
What this command does when you run it.
Destination note path for rename.
Command definition
kb-archive.mdname: kb-archive
description: Archive, detach, purge, or rename KB objects while keeping registry, index, and links consistent.
args:
- name: action
description: detach, archive, purge, rename
required: true
- name: target
description: Project-relative note path when operating on a note.
required: false
- name: dest
description: Destination note path for rename.
required: false
tags: [Research, Obsidian, KB, Lifecycle]/kb-archive
Use this command for KB lifecycle actions.
Project-level lifecycle
python3 "${CLAUDE_PLUGIN_ROOT}/skills/obsidian-project-kb-core/scripts/project_kb.py" lifecycle --cwd "$PWD" --mode "$action"Project archive means moving the whole project to:
Research/_archived/{project-slug}-{date}/Note-level lifecycle
python3 "${CLAUDE_PLUGIN_ROOT}/skills/obsidian-project-kb-core/scripts/project_kb.py" note-lifecycle --cwd "$PWD" --mode "$action" --note "$target"If `action=rename`, also pass `--dest "$dest"`.
Note archive means moving a canonical note into:
Research/{project-slug}/Archive/Semi-automated research assistant for academic research and software development. Supports Claude Code, Codex CLI, Kimi Code CLI, and OpenCode across ideation, coding, experiments, writing, and publication.
Repo: Galaxy-Dawn/claude-scholar
Other commands on claude-scholar.
- /analyze-results
Optional experiment line slug for report naming
Open command - /build-fix
Incrementally fix Python type and lint errors:
Open command - /checkpoint
Create or verify a checkpoint in your workflow.
Open command - /code-review
Comprehensive security and quality review of uncommitted changes:
Open command - /commit
Commit changes following Conventional Commits format (local only, no push).
Open command - /create_project
δ½Ώη¨ζ¬ε°ζ¨‘ζΏ ~/Code/template θι GitHubοΌθ¦η template_repoοΌ
Open command

