·sqladmin

Build and maintain SQLAdmin admin interfaces for SQLAlchemy models in FastAPI or Starlette apps. Use when you need to add an admin UI, configure ModelView behavior (lists, forms, filters, exports), add authentication/authorization or role-based permissions, customize templates, add custom views/actions, integrate file/image uploads, or set up async SQLAlchemy engines/sessions.

0Installs·0Trend·@jik92

Installation

$npx skills add https://github.com/jik92/sqladmin-skills --skill sqladmin

SKILL.md

Overview Use this skill to implement SQLAdmin in FastAPI/Starlette apps, wire SQLAlchemy engines/sessions (sync or async), and tailor the admin UI via ModelView configuration, authentication, templates, and extensions.

Quick start 1) Create the SQLAlchemy engine (sync or async) and your models. 2) Initialize Admin(app, engine) (or pass a sessionmaker). 3) Define a ModelView for each model and addview it.

Use references/configurations.md for all ModelView options and examples.

Build and maintain SQLAdmin admin interfaces for SQLAlchemy models in FastAPI or Starlette apps. Use when you need to add an admin UI, configure ModelView behavior (lists, forms, filters, exports), add authentication/authorization or role-based permissions, customize templates, add custom views/actions, integrate file/image uploads, or set up async SQLAlchemy engines/sessions. Source: jik92/sqladmin-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/jik92/sqladmin-skills --skill sqladmin
Category
*Creative Media
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is sqladmin?

Build and maintain SQLAdmin admin interfaces for SQLAlchemy models in FastAPI or Starlette apps. Use when you need to add an admin UI, configure ModelView behavior (lists, forms, filters, exports), add authentication/authorization or role-based permissions, customize templates, add custom views/actions, integrate file/image uploads, or set up async SQLAlchemy engines/sessions. Source: jik92/sqladmin-skills.

How do I install sqladmin?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/jik92/sqladmin-skills --skill sqladmin Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/jik92/sqladmin-skills

Details

Category
*Creative Media
Source
user
First Seen
2026-02-01

Related Skills

None