NEW: Claude Code Security — research preview

Examples & Templates

Real-world scenarios using Claude Code, Copilot, and Cursor

Setting up a Next.js project

Use Claude Code to scaffold a full Next.js 15 project with TypeScript, Tailwind CSS, and database setup.

claude "Create a Next.js 15 app with TypeScript, Tailwind, Shadcn components, and Prisma"

Adding authentication

Plan out OAuth2 implementation, then use Cursor Tab for rapid development.

claude -p "Add OAuth2 with NextAuth v5 (github and google providers)"

Database migrations

Make safe schema changes with built-in rollback capability and validation.

/db-migrate "add users table with email uniqueness constraint"

Code review in Copilot

Let GitHub Copilot review your changes across multiple files.

@codebase review all changes in this PR for security issues and performance