Browse curated AI prompts for GitHub Copilot.
Convert ad-hoc shell scripts into structured Terraform infrastructure-as-code.
Safely migrate from one ORM to another in production.
Convert a large CSS codebase into a utility-first Tailwind design system.
Incrementally modernize an entire React codebase from class components to hooks.
Transform raw SQL queries across a codebase into ORM equivalents.
Systematically migrate a Next.js application from the pages router to the app router.
Migrate a React application to v18 with the new root API and concurrency behavior.
Incrementally migrate a JavaScript repo to TypeScript with strict type checking.
Gradually transition an existing REST API surface to GraphQL without breaking clients.
A safe, step-by-step Node version upgrade workflow for production services.
Replace an existing Webpack setup with faster, modern Vite configuration.
Convert CREATE TABLE SQL into a Prisma schema.prisma file.
Upgrade Python 2 code to Python 3, handling print, unicode, xrange, and integer division.
Rewrite old Java HTTP handlers into modern Spring Boot REST controllers.
Translate raw Kubernetes YAML manifests into Terraform IaC modules.
Refactor nested SCSS rules to modern utility-first Tailwind or component-scoped CSS Modules.
Convert low-level EventEmitter patterns into clearer async flows.
Modernize data fetching in React using React Query with caching and retries.
Simplify Redux boilerplate using Redux Toolkit.
Modernize legacy Node.js modules from require/module.exports to ES module syntax.