Initial commit
This commit is contained in:
16
.claude-plugin/plugin.json
Normal file
16
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "research-plan-build",
|
||||
"description": "Comprehensive workflow tools for codebase research, planning, and implementation with specialized agents for Django/Python projects",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Simon Kelly",
|
||||
"email": "skelly@dimagi.com",
|
||||
"url": "https://github.com/dimagi"
|
||||
},
|
||||
"agents": [
|
||||
"./agents"
|
||||
],
|
||||
"commands": [
|
||||
"./commands"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user