From 99d23f0f906eaf41544e6903dddc8ea393765277 Mon Sep 17 00:00:00 2001 From: Daniel <223140489+AgriciDaniel@users.noreply.github.com> Date: Fri, 10 Apr 2026 18:22:55 +0300 Subject: [PATCH] docs: cross-link with claude-canvas plugin (v1.4.3) Add canvas/visual keywords, See Also section in canvas SKILL.md, and callout in README pointing users to claude-canvas for advanced canvas orchestration. Co-Authored-By: Claude Opus 4.6 (1M context) --- .claude-plugin/plugin.json | 6 ++++-- README.md | 2 ++ skills/canvas/SKILL.md | 7 +++++++ 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index b2c8c72..462365a 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "claude-obsidian", - "version": "1.4.2", + "version": "1.4.3", "description": "Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault. Covers memory management, session notetaking, knowledge organization, and agent context across projects. Based on Andrej Karpathy's LLM Wiki pattern.", "author": { "name": "AgriciDaniel", @@ -21,6 +21,8 @@ "cross-project", "llm-wiki", "karpathy", - "pkm" + "pkm", + "canvas", + "visual" ] } diff --git a/README.md b/README.md index ff1d35e..967c7f0 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,8 @@ Then scaffold the full wiki structure. | `lint the wiki` | Health check: orphans, dead links, gaps, suggestions | | `update hot cache` | Refresh hot.md with latest context summary | +> **Want more?** [claude-canvas](https://github.com/AgriciDaniel/claude-canvas) adds 12 templates, 6 layout algorithms, AI image generation, presentations, and full canvas orchestration. Install both — they complement each other. + --- ## Cross-Project Power Move diff --git a/skills/canvas/SKILL.md b/skills/canvas/SKILL.md index c76dd66..0f386ed 100644 --- a/skills/canvas/SKILL.md +++ b/skills/canvas/SKILL.md @@ -269,3 +269,10 @@ When `/banana` finishes generating images, suggest: 3. Create `_attachments/images/canvas/` for downloaded/copied images. 4. Update `wiki/index.md` when creating new canvases. 5. Report position and zone after every add operation. + +## See Also + +For standalone visual production (12 templates, 6 layout algorithms, AI generation, +presentations), see [claude-canvas](https://github.com/AgriciDaniel/claude-canvas). +This skill handles wiki-scoped visual boards. claude-canvas handles full-featured +canvas orchestration for any project.