Files
gh-rohittcodes-claude-plugi…/hooks/hooks.json
2025-11-30 08:52:48 +08:00

73 lines
2.3 KiB
JSON

{
"hooks": {
"PostToolUse": [
{
"matcher": "Write|Edit",
"hooks": [
{
"type": "notification",
"message": "🚀 Claude Plugin Suite: Consider using /deploy, /test, /security-scan, or /code-review commands for comprehensive development workflow"
}
]
}
],
"UserPromptSubmit": [
{
"matcher": "deploy|ci-cd|pipeline|automation|infrastructure|docker|jenkins|ansible|git",
"hooks": [
{
"type": "notification",
"message": "🚀 DevOps tools available: Jenkins, Ansible, Docker, Git specialists + /deploy, /monitor, /status commands"
}
]
},
{
"matcher": "test|testing|qa|quality|automation|selenium|postman|cypress|load|performance",
"hooks": [
{
"type": "notification",
"message": "🧪 Testing tools available: Selenium, Postman, Cypress, Load Testing specialists + /test, /performance-test commands"
}
]
},
{
"matcher": "security|compliance|audit|vulnerability|password|owasp|gdpr|hipaa|soc2",
"hooks": [
{
"type": "notification",
"message": "🔒 Security tools available: Security Reviewer, Compliance Checker agents + /security-scan, /audit commands"
}
]
},
{
"matcher": "python|javascript|java|framework|library|programming|development",
"hooks": [
{
"type": "notification",
"message": "💻 Language specialists available: Python Pro, JavaScript Pro, Java Pro agents for expert guidance"
}
]
},
{
"matcher": "architecture|api|code review|optimize|pattern|system design|microservices|scalability",
"hooks": [
{
"type": "notification",
"message": "🏗️ Architecture tools available: System Architect, API Architect agents + /code-review, /optimize commands"
}
]
}
],
"SessionStart": [
{
"hooks": [
{
"type": "notification",
"message": "🎉 Claude Plugin Suite loaded - 16 specialized agents and 10+ commands available for DevOps, Testing, Security, Languages, and Architecture"
}
]
}
]
}
}