Initial commit
This commit is contained in:
39
.claude-plugin/plugin.json
Normal file
39
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "ai-studio-orchestrator",
|
||||
"description": "Advanced AI task orchestration platform with agent coordination, performance monitoring, and intelligent workflow automation",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "ClaudeForge Community",
|
||||
"url": "https://github.com/claudeforge/marketplace"
|
||||
},
|
||||
"agents": [
|
||||
"./agents/task-coordinator.md",
|
||||
"./agents/performance-analyzer.md"
|
||||
],
|
||||
"commands": [
|
||||
"./commands/orchestrate-task.md",
|
||||
"./commands/monitor-performance.md",
|
||||
"./commands/optimize-workflow.md"
|
||||
],
|
||||
"hooks": {
|
||||
"PreToolUse": [
|
||||
{
|
||||
"matcher": ".*",
|
||||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/task-logger.sh"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"mcp": {
|
||||
"orchestrator-state": {
|
||||
"command": "node",
|
||||
"args": [
|
||||
"${CLAUDE_PLUGIN_ROOT}/servers/orchestrator-server.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user