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": "devops-platform",
|
||||
"description": "Complete DevOps platform with CI/CD automation, infrastructure management, security scanning, and deployment orchestration",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "ClaudeForge Community",
|
||||
"url": "https://github.com/claudeforge/marketplace"
|
||||
},
|
||||
"agents": [
|
||||
"./agents/cicd-architect.md",
|
||||
"./agents/infrastructure-engineer.md"
|
||||
],
|
||||
"commands": [
|
||||
"./commands/setup-pipeline.md",
|
||||
"./commands/deploy-application.md",
|
||||
"./commands/manage-infrastructure.md"
|
||||
],
|
||||
"hooks": {
|
||||
"PostToolUse": [
|
||||
{
|
||||
"matcher": "Write.*(\\.yml|\\.yaml|Dockerfile|Jenkinsfile)",
|
||||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/validate-devops-config.sh"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"mcp": {
|
||||
"devops-state": {
|
||||
"command": "node",
|
||||
"args": [
|
||||
"${CLAUDE_PLUGIN_ROOT}/servers/devops-server.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user