Initial commit

This commit is contained in:
Henner M. Kruse
2026-08-04 00:14:42 +02:00
commit c774df7ad7
12 changed files with 705 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"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"]
}
]
}