This does the upfront inventory work when you're migrating a .NET solution from Oracle to Postgres. It scans your solution file, checks each project for Oracle dependencies (NuGet packages, connection strings, OracleConnection references), classifies them as MIGRATE, SKIP, ALREADY_MIGRATED, or TEST_PROJECT, then writes a structured markdown plan to a Reports folder. The real value is creating a parseable artifact that downstream migration skills can consume, so you're not rediscovering project structure every time. It also forces you to confirm the classification and migration order before anything gets written, which prevents surprises when libraries get migrated out of dependency order.
npx -y skills add github/awesome-copilot --skill creating-oracle-to-postgres-master-migration-plan --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
github/awesome-copilot
alirezarezvani/claude-skills
microsoft/win-dev-skills
github/awesome-copilot