Restructure to valid Claude Code plugin format
- Move plugin manifest to .claude-plugin/plugin.json (correct location) - Move SKILL.md to skills/obsidian-cli/SKILL.md (auto-discovered by Claude Code) - Move references/ inside skill directory to preserve relative paths - Update README: Claude Code install uses --plugin-dir, fix reference paths Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "obsidian-cli",
|
||||
"description": "Interact with Obsidian vaults using the official Obsidian CLI (v1.12+). Read, create, append, search, and manage notes, daily notes, properties, tags, tasks, bookmarks, templates, themes, sync, plugins, and links — all from the terminal.",
|
||||
"version": "1.0.1",
|
||||
"author": {
|
||||
"name": "pablo-mano"
|
||||
},
|
||||
"homepage": "https://github.com/pablo-mano/Obsidian-CLI-skill",
|
||||
"repository": "https://github.com/pablo-mano/Obsidian-CLI-skill"
|
||||
}
|
||||
Reference in New Issue
Block a user