plugin info

This commit is contained in:
Steph Ango
2026-01-06 20:20:46 -08:00
parent 12297f38e3
commit 2302b8e4cf
2 changed files with 34 additions and 0 deletions
+15
View File
@@ -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"
}
]
}
+19
View File
@@ -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"
]
}