add claude-obsidian
Tests / Hermetic test suite (push) Has been cancelled
Tests / Skill frontmatter validation (push) Has been cancelled

This commit is contained in:
김경종
2026-05-28 10:57:16 +09:00
parent 1b07531a45
commit 72dad72703
205 changed files with 41703 additions and 80 deletions
+19
View File
@@ -0,0 +1,19 @@
---
description: Run an autonomous research loop on a topic. Searches the web, synthesizes findings, and files everything into the wiki as structured pages.
---
Read the `autoresearch` skill. Then run the research loop.
Usage:
- `/autoresearch [topic]` — research a specific topic.
- `/autoresearch` — if DragonScale Mechanism 4 (boundary-first, agenda-control, opt-in) is set up, offer the top 5 vault-frontier pages as topic candidates; you can **pick one**, **type a topic to override**, or **decline and be asked normally**. No automatic selection happens without user confirmation. If DragonScale is not set up OR the helper fails, the command falls back to "What topic should I research?"
DragonScale Mechanism 4 is labeled **agenda control** in the spec because it shapes what the agent researches next; it is not pure memory. The boundary score is a heuristic surfacing candidates, not an authoritative recommendation.
Before starting, read `skills/autoresearch/references/program.md` to load the research constraints and objectives.
If no vault is set up yet, say: "No wiki vault found. Run /wiki first to set one up."
After research is complete, update wiki/index.md, wiki/log.md, and wiki/hot.md.
Report how many pages were created and what the key findings are.
+21
View File
@@ -0,0 +1,21 @@
---
description: Open, create, or update a visual canvas — add images, text, PDFs, wiki pages, and banana-generated assets to Obsidian canvas files.
---
Read the `canvas` skill. Then run the operation matching the user's command.
| Command | What it does |
|---------|-------------|
| `/canvas` | Status check — report node counts, list zones, open instructions |
| `/canvas new [name]` | Create a new named canvas in wiki/canvases/ |
| `/canvas add image [path]` | Add image to canvas (download if URL, copy if outside vault) |
| `/canvas add text [content]` | Add a text card to the canvas |
| `/canvas add pdf [path]` | Add a PDF document node |
| `/canvas add note [page]` | Add a wiki page as a linked card |
| `/canvas zone [name] [color]` | Add a new labeled zone group |
| `/canvas list` | List all canvases with node counts |
| `/canvas from banana` | Find recent generated images and add them |
Default canvas: `wiki/canvases/main.canvas`
If the canvas file does not exist, create it before adding anything.
+16
View File
@@ -0,0 +1,16 @@
---
description: Save the current conversation or a specific insight into the wiki vault as a structured note.
---
Read the `save` skill. Then run the save workflow for this conversation.
Usage:
- `/save` — analyze the full conversation and save the most valuable content
- `/save [name]` — save with a specific note title (skip the naming question)
- `/save session` — save a complete session summary
- `/save concept [name]` — explicitly save as a concept page
- `/save decision [name]` — explicitly save as a decision record
If no vault is set up yet, say: "No wiki vault found. Run /wiki first to set one up."
Check if a page with the same name already exists. If it does, offer to update it instead of creating a duplicate.