diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 0000000..247518a --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -0,0 +1,15 @@ +{ + "name": "obsidian-skills", + "owner": { + "name": "Steph Ango", + "url": "https://stephango.com/" + }, + "plugins": [ + { + "name": "obsidian", + "source": "./", + "description": "Claude Skills for Obsidian", + "version": "1.0.0" + } + ] +} \ No newline at end of file diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..dc8e62a --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,19 @@ +{ + "name": "obsidian", + "version": "1.0.0", + "description": "Create and edit Obsidian vault files including Markdown, Bases, and Canvas. Use when working with .md, .base, or .canvas files in an Obsidian vault.", + "author": { + "name": "Steph Ango", + "url": "https://stephango.com/" + }, + "repository": "https://github.com/kepano/obsidian-skills", + "license": "MIT", + "keywords": [ + "obsidian", + "markdown", + "bases", + "canvas", + "pkm", + "notes" + ] +}