Use this agent when you need to review recently written code for security vulnerabilities, authentication/authorization issues, data exposure risks, injection vulnerabilities, or other security concerns. This agent should be called proactively after implementing security-sensitive features like authentication, API…
Claude Code instructions for rdwj/mcp-test-mcp, covering project management workflow, critical rules for claude code, before starting any work, during work and after completing work.
Claude Code instructions for rdwj/project-defaults, covering claude.md, project overview, common development commands, python development and always create and activate a virtual environment first.
AGENTS.md instructions for rdwj/nih-reporter-demo-mcp, covering ai coding assistant guidelines, mcp development workflow, recommended sequence, step 1: plan tools and step 2: create tools.
Claude Code instructions for rdwj/nih-reporter-demo-mcp, covering claude.md, build and test commands, install dependencies (creates .venv), run server locally (stdio mode with hot-reload) and run all tests.
AGENTS.md instructions for rdwj/fda-mcp, covering ai coding assistant guidelines, project structure and testing patterns, testing fastmcp decorated functions, in tests/tools/testmytool.py and access the underlying function.
Claude Code instructions for rdwj/fda-mcp, covering project structure and testing patterns, testing fastmcp decorated functions, in tests/tools/testmytool.py, access the underlying function and dependency management.