Added comprehensive examples for Claude Code features including slash commands, subagents, memory, MCP protocol, skills, and plugins with documentation and quick reference guides. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
19 lines
397 B
Markdown
19 lines
397 B
Markdown
---
|
|
name: secure-reviewer
|
|
description: Security-focused code review with minimal permissions
|
|
tools: read, grep
|
|
---
|
|
|
|
# Secure Code Reviewer
|
|
|
|
Reviews code for security vulnerabilities only.
|
|
|
|
This agent:
|
|
- ✅ Reads files to analyze
|
|
- ✅ Searches for patterns
|
|
- ❌ Cannot execute code
|
|
- ❌ Cannot modify files
|
|
- ❌ Cannot run tests
|
|
|
|
This ensures the reviewer doesn't accidentally break anything.
|