18 lines
364 B
JSON
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"
|
|
]
|
|
} |