Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
253 changes: 253 additions & 0 deletions .agents/skills/skills-index.md

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,8 @@ The plugin is installed and will be available in future sessions. Run `/drclaw:s

### What's Included

- **60+ bundled skills** — a curated subset of Dr. Claw's skill library covering literature survey, idea generation, experiment development, paper writing, and more
- **60+ bundled skills** — a curated subset of Dr. Claw's skill library covering literature survey, idea generation, experiment development, paper writing, knowledge management, and more
- **2 MCP servers** — `drclaw-papers` for multi-source paper search (arXiv, Semantic Scholar, OpenAlex, OpenReview, HF Daily) and `drclaw-notes` for Obsidian vault operations via CLI
- **3 project templates** — Method/Model, Dataset/Benchmark, and Position Paper, each with a pre-configured task pipeline
- **Auto-detection** — the plugin detects existing pipeline projects on session start and shows your current progress
- **Same data format** — projects created with the plugin use the same `research_brief.json` and `tasks.json` schemas as the full Dr. Claw workspace, so you can switch between them
Expand Down
3 changes: 3 additions & 0 deletions skills/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ skills/
├─ Promotion
│ └─ making-academic-presentations Slides, narration, TTS audio, and demo-video generation
├─ Knowledge Management
│ └─ managing-obsidian-notes Obsidian vault CRUD via CLI, vault bootstrap, project scaffolding
└─ Domain-Specific
└─ bioinformatics-init-analysis CyTOF / scRNA-seq / flow cytometry pipeline
```
Expand Down
31 changes: 31 additions & 0 deletions skills/managing-obsidian-notes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Changelog

## 2026-04-10 (v2.0)
- **Rewritten for Obsidian CLI**: All operations now use `Obsidian` CLI instead of direct filesystem access
- **Setup warmup**: Detects missing CLI, guides user through installation
- **Vault discovery**: Auto-discovers vaults via `Obsidian vaults verbose` instead of hardcoding paths
- **Open in Obsidian**: Always offers to pop open notes in a new tab after create/update
- **iCloud sync guard**: `sleep 1` before opening notes after edits to prevent sync race
- **No personal paths**: Removed all hardcoded vault paths — works with any user's vault
- **Public-ready**: Suitable for bundling in dr-claw plugin

## 2025-01-26 (v1.3)
- **Fixed vault path**: Corrected to `iCloud~md~obsidian/Documents/kobo-note/`
- **Added vault structure**: Documented all main folders (Career, Coding, Engineering, Research, Journal, etc.)
- **Enhanced CREATE NOTE routing**: Added folder mappings for all content types

## 2025-12-13 (v1.2)
- **Chinese Headline Summary (总结)**: Content-rich subpages MUST start with `## 总结` in Chinese
- Added to quality checklist

## 2025-12-13 (v1.1)
- **Index Page Philosophy**: Index pages = MINIMAL, Subpages = STRUCTURED
- Index pages should be simple navigation hubs, easy to manually edit
- All detailed content goes in subpages

## 2025-12-13 (v1.0)
- Initial release
- CRUD operations for Obsidian vault notes
- Folder-with-index pattern support
- Obsidian syntax reference (wikilinks, callouts, tags, frontmatter)
- Vault location: kobo-note in iCloud
Loading
Loading