@webdevtoday/claude-agents
Version:
AI-powered development shop with 15 specialized agents for Claude Code. Features concurrent execution, shared memory, context-forge integration, and web dashboard for 80% faster development.
17 lines • 553 B
JSON
{
"name": "security-scanner",
"version": "1.0.0",
"description": "Security vulnerability scanner that detects common security issues and suggests fixes",
"author": "Claude Sub-Agents",
"tags": ["security", "vulnerability", "scanner", "audit"],
"requirements": {
"tools": ["Read", "Grep", "Glob", "Bash"],
"optional_tools": ["WebSearch", "Edit"]
},
"hooks": {
"recommended": ["PostToolUse:Write", "PreToolUse:Bash"],
"optional": ["Stop"]
},
"commands": ["security-scan"],
"compatible_with": ["claude-code@>=1.0.0"]
}