This folder contains Alembic migration scripts used to evolve the database schema. It is maintained by the **db-agent** (also referred to as the **backend-agent**).
Imported from heyitskoi/Stock-Saas (alembic/AGENTS.md). Install upstream with npx skills add heyitskoi/Stock-Saas --skill alembic. Copyright stays with the author.
db-agent Instructions
This folder contains Alembic migration scripts used to evolve the database schema.
It is maintained by the db-agent (also referred to as the backend-agent).
Generating migrations
After changing SQLAlchemy models, create a new revision with
This command inspects the models and database to produce a migration file
under alembic/versions.
Applying migrations
Apply all outstanding migrations to the configured database using
alembic upgrade head
Run this whenever the application starts on a new environment or when
deploying updates.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/heyitskoi-stock-saas-alembic/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
heyitskoi-stock-saas-alembic.ocm.jsonjson
{
"ocm": "1",
"id": "heyitskoi-stock-saas-alembic",
"kind": "skill",
"name": "alembic",
"description": "This folder contains Alembic migration scripts used to evolve the database schema. It is maintained by the **db-agent** (also referred to as the **backend-agent**).",
"publisher": "heyitskoi",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This folder contains Alembic migration scripts used to evolve the database schema. It is maintained by the **db-agent** (also referred to as the **backend-agent**)."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/heyitskoi/Stock-Saas",
"path": "alembic/AGENTS.md",
"ref": "286eaa6ba4de4eeef703d401e5a83a3fefdc191e",
"url": "https://github.com/heyitskoi/Stock-Saas/blob/286eaa6ba4de4eeef703d401e5a83a3fefdc191e/alembic/AGENTS.md",
"key": "heyitskoi/Stock-Saas/alembic/AGENTS.md"
}
},
"instructions": "# db-agent Instructions\n\nThis folder contains Alembic migration scripts used to evolve the database schema.\nIt is maintained by the **db-agent** (also referred to as the **backend-agent**).\n\n## Generating migrations\n- After changing SQLAlchemy models, create a new revision with\n ```bash\n alembic revision --autogenerate -m \"describe change\"\n ```\n This command inspects the models and database to produce a migration file\n under `alembic/versions`.\n\n## Applying migrations\n- Apply all outstanding migrations to the configured database using\n ```bash\n alembic upgrade head\n ```\n Run this when",
"cost": {
"context_tokens": 169
}
}
Fetch it by URL: GET /api/v1/registry/heyitskoi-stock-saas-alembic/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.