Skip to content

amiable-dev/alembic-sqlalchemy

v0.1.0MIT

Claude Code skill for Alembic migrations and SQLAlchemy 2.x: ten rules for safe, zero-downtime schema changes, an env.py / pyproject template, a static revision linter and a compact status script.

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": "alembic-sqlalchemy",
  "version": "0.1.0",
  "description": "Claude Code skill for Alembic migrations and SQLAlchemy 2.x: ten rules for safe, zero-downtime schema changes, an env.py / pyproject template, a static revision linter and a compact status script.",
  "author": { "name": "amiable-dev", "url": "https://github.com/amiable-dev" },
  "homepage": "https://github.com/amiable-dev/alembic-sqlalchemy",
  "repository": "https://github.com/amiable-dev/alembic-sqlalchemy",
  "license": "MIT",
  "keywords": ["alembic", "sqlalchemy", "migrations", "postgresql", "database", "zero-downtime"]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • lint_revision.py
  • migration_status.sh
  • LICENSE
View on GitHub