Skip to content

github/oracle-to-postgres-migration-expert

v1.1.0MIT

Expert agent for Oracle-to-PostgreSQL application migrations in .NET solutions. Performs code edits, runs commands, and invokes extension tools to migrate .NET/Oracle data access patterns to PostgreSQL.

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "oracle-to-postgres-migration-expert",
  "description": "Expert agent for Oracle-to-PostgreSQL application migrations in .NET solutions. Performs code edits, runs commands, and invokes extension tools to migrate .NET/Oracle data access patterns to PostgreSQL.",
  "version": "1.1.0",
  "author": {
    "name": "Awesome Copilot Community"
  },
  "repository": "https://github.com/github/awesome-copilot",
  "license": "MIT",
  "keywords": [
    "oracle",
    "postgresql",
    "database-migration",
    "dotnet",
    "sql",
    "migration",
    "integration-testing",
    "stored-procedures"
  ],
  "extensions": {
    "com.github.awesome-copilot": {
      "agents": [
        "./agents/oracle-to-postgres-migration-expert.md"
      ],
      "skills": [
        "./skills/creating-oracle-to-postgres-master-migration-plan/",
        "./skills/creating-oracle-to-postgres-migration-bug-report/",
        "./skills/creating-oracle-to-postgres-migration-integration-tests/",
        "./skills/migrating-oracle-to-postgres-data-access-code/",
        "./skills/migrating-oracle-to-postgres-stored-procedures/",
        "./skills/planning-oracle-to-postgres-migration-integration-testing/",
        "./skills/reviewing-oracle-to-postgres-migration/",
        "./skills/scaffolding-oracle-to-postgres-migration-test-project/"
      ]
    }
  }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.github.awesome-copilot