Files
personal-wiki/.claude-plugin/marketplace.json
Daniel 2f4798e3fe chore: apply Anthropic best practices to all skills (v1.4.2)
- Add `allowed-tools` frontmatter to all 10 SKILL.md files for tool pre-approval
- Soften kepano/obsidian-skills dependency in 4 skills (canvas, obsidian-bases, obsidian-markdown, wiki-ingest) — now recommends if installed, doesn't require
- Soften banana-claude dependency in canvas skill
- Improve trigger descriptions for defuddle (+4 phrases) and obsidian-markdown (+5 phrases)
- Remove docs/superpowers/plans/ (contained private paths)
- Gitignore claude-obsidian-archive/ and _attachments/
- Bump version to 1.4.2

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 16:28:02 +03:00

31 lines
973 B
JSON

{
"name": "claude-obsidian-marketplace",
"owner": {
"name": "AgriciDaniel",
"url": "https://github.com/AgriciDaniel"
},
"metadata": {
"description": "claude-obsidian: Claude + Obsidian knowledge companion by AgriciDaniel",
"version": "1.4.2"
},
"plugins": [
{
"name": "claude-obsidian",
"source": {
"source": "github",
"repo": "AgriciDaniel/claude-obsidian",
"ref": "main"
},
"description": "Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault. Covers memory management, session notetaking, knowledge organization, and agent context across projects.",
"version": "1.4.2",
"author": {
"name": "AgriciDaniel",
"url": "https://github.com/AgriciDaniel"
},
"homepage": "https://github.com/AgriciDaniel/claude-obsidian",
"repository": "https://github.com/AgriciDaniel/claude-obsidian",
"license": "MIT"
}
]
}