Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:39:49 +08:00
commit 07fdca227e
16 changed files with 824 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"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"
]
}