Initial commit
This commit is contained in:
21
.claude-plugin/plugin.json
Normal file
21
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "domain-plugin-builder",
|
||||
"description": "Universal plugin builder for Claude Code - creates plugins, agents, commands, and skills with proper structure and validation",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "vanman2024",
|
||||
"email": "noreply@domain-plugin-builder.dev"
|
||||
},
|
||||
"skills": [
|
||||
"./skills"
|
||||
],
|
||||
"agents": [
|
||||
"./agents"
|
||||
],
|
||||
"commands": [
|
||||
"./commands"
|
||||
],
|
||||
"hooks": [
|
||||
"./hooks"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user