Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
sql-migrations - Skill - OpenSmartRoute
Skillv1.0.0
sql-migrations
SQL Migration Rules - All migrations must be reversible. Always provide a .down.sql file. - Use IF NOT EXISTS / IF EXISTS for idempotency. - Tables singular snake_case (user, trip, vehicle). - Primary
{
"ocm": "1",
"id": "supernoi-relback-sql-migrations-instructions",
"kind": "skill",
"name": "sql-migrations",
"description": "SQL Migration Rules - All migrations must be reversible. Always provide a .down.sql file. - Use IF NOT EXISTS / IF EXISTS for idempotency. - Tables singular snake_case (user, trip, vehicle). - Primary keys: {table}_id (user_id, trip_id). - Timestamps: TIMESTAMPTZ NOT NULL DEFAULT CURRENT_TIMESTAMP. - Index all foreign keys. - Include EXPLAIN ANALYZE output in PR comments for migrations on large tables.",
"publisher": "supernoi",
"version": "1.0.0",
"capabilities": {
"domains": [
"data_analysis",
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"SQL Migration Rules - All migrations must be reversible. Always provide a .down.sql file. - Use IF NOT EXISTS / IF EXISTS for idempotency. - Tables singular snake_case (user, trip, vehicle). - Primary keys: {table}_id (user_id, trip_id). - Timestamps: TIMESTAMPTZ NOT NULL DEFAULT CURRENT_TIMESTAMP. - Index all foreign keys. - Include EXPLAIN ANALYZE output in PR comments for migrations on large tables."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/supernoi/relback",
"path": ".github/instructions/sql-migrations.instructions.md",
"ref": "17ae41a238706386e5cc00c65a7d6abdbcdad2e0",
"url": "https://github.com/supernoi/relback/blob/17ae41a238706386e5cc00c65a7d6abdbcdad2e0/.github/instructions/sql-migrations.instructions.md",
"key": "supernoi/relback/.github/instructions/sql-migrations.instructions.md"
},
"applies_to": "migrations/**/*.sql"
},
"instructions": "## SQL Migration Rules\n- All migrations must be reversible. Always provide a .down.sql file.\n- Use IF NOT EXISTS / IF EXISTS for idempotency.\n- Tables singular snake_case (user, trip, vehicle).\n- Primary keys: {table}_id (user_id, trip_id).\n- Timestamps: TIMESTAMPTZ NOT NULL DEFAULT CURRENT_TIMESTAMP.\n- Index all foreign keys.\n- Include EXPLAIN ANALYZE output in PR comments for migrations on large tables.",
"cost": {
"context_tokens": 102
}
}
Fetch it by URL: GET /api/v1/registry/supernoi-relback-sql-migrations-instructions/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.