chore: publish from main

This commit is contained in:
github-actions[bot]
2026-08-06 12:30:14 +00:00
parent ca17038502
commit e321e4a9c7
775 changed files with 72454 additions and 1180 deletions
@@ -1,4 +1,5 @@
{
"$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.0.0",
@@ -16,17 +17,5 @@
"migration",
"integration-testing",
"stored-procedures"
],
"agents": [
"./agents"
],
"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-stored-procedures",
"./skills/planning-oracle-to-postgres-migration-integration-testing",
"./skills/reviewing-oracle-to-postgres-migration",
"./skills/scaffolding-oracle-to-postgres-migration-test-project"
]
}