SQLAlchemy is a tool that helps Python developers work with databases. It lets you write database queries using Python code instead of raw SQL. This makes your code safer and easier to understand.
Developers building web apps with FastAPI or Flask often use SQLAlchemy. It has a powerful query builder and supports relationship mapping between tables. You can link one user to many posts or many tags to many posts.
SQLAlchemy also includes Alembic for database migrations. This helps you change your database structure over time without losing data. It is a reliable choice for Python backend projects.
Global
mkdir -p ~/.claude/skills/sqlalchemy-ormProject
mkdir -p .claude/skills/sqlalchemy-ormSource Repository
Lark Openapi Explorerlarksuite/cli
Discover and call native Lark OpenAPIs not covered by existing CLI commands
Supabasesupabase/agent-skills
Add a database auth and APIs to your app with Supabase
Design An Interfacemattpocock/skills
Generate many different interface designs and pick the best one
Convex Quickstartget-convex/agent-skills
Rapidly set up a Convex backend for new or existing apps with one command
Convex Create Componentget-convex/agent-skills
Create reusable Convex components with isolated tables and clear APIs
Convexget-convex/agent-skills
Use this router to find the perfect Convex skill for your task
Firebase Remote Config Basicsfirebase/agent-skills
Change your app's behavior instantly without a new update
Notion Apiintellectronica/agent-skills
Automate your Notion workspace with simple API calls