Files
gh-melvynx-aiblueprint-clau…/.claude-plugin/plugin.json
2025-11-30 08:39:49 +08:00

18 lines
364 B
JSON

{
"name": "base",
"description": "AIBlueprint base configuration with custom agents, slash commands, hooks, and productivity workflows for Claude Code",
"version": "1.0.1",
"author": {
"name": "Melvyn",
"url": "https://github.com/melvynx"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}