Files
gh-witt3rd-claude-plugins-p…/.claude-plugin/plugin.json
2025-11-30 09:06:41 +08:00

24 lines
662 B
JSON

{
"name": "azkg",
"description": "Agent-maintained Zettelkasten knowledge graph",
"version": "0.1.0",
"author": {
"name": "Donald Thompson",
"email": "dthompson@witt3rd.com"
},
"commands": [
"./commands/conform-note.md",
"./commands/create-note.md",
"./commands/expand-graph.md",
"./commands/graph-add-relationship.md",
"./commands/graph-moc.md",
"./commands/graph-note.md",
"./commands/graph-stats.md",
"./commands/graph-validate.md",
"./commands/learning-path.md",
"./commands/refresh-topic.md",
"./commands/rename-note.md",
"./commands/search-notes.md",
"./commands/update-note.md"
]
}