39 lines
987 B
JSON
39 lines
987 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
} |