Files
skill-repo/.claude-plugin/marketplace.json
T
Henner M. Kruse d481d4f2a4 Bump git-manager plugin to 1.1.0
Backward-compatible feature addition (raw-git nudge hook, tag subcommand,
repo-ambiguity guidance in SKILL.md). Bumping per ARCHITECTURE.md's
documented convention, and because the plugin cache path is version-keyed
(~/.claude/plugins/cache/skill-repo/git-manager/<version>/), so a bump is
also what makes /plugin marketplace update reliably pick up the change.
2026-08-04 14:05:28 +00:00

25 lines
915 B
JSON

{
"name": "skill-repo",
"owner": {
"name": "haemka"
},
"version": "1.0.0",
"description": "Private collection of tool-neutral Agent Skills, with Claude Code-specific setup/permissions adapters.",
"plugins": [
{
"name": "obsidian-vault-kb",
"source": "./vendor/claude-code/plugins/obsidian-vault-kb",
"version": "1.0.0",
"description": "Obsidian vault as a searchable knowledge base for lookup and note-taking.",
"keywords": ["obsidian", "knowledge-base", "notes", "vault", "markdown"]
},
{
"name": "git-manager",
"source": "./vendor/claude-code/plugins/git-manager",
"version": "1.1.0",
"description": "Whitelisted git operations across one or more repositories via a single wrapper script, avoiding cd/chaining patterns that break Bash permission whitelisting.",
"keywords": ["git", "version-control", "workflow"]
}
]
}