sqlmodel-database

1 stars 2 forks
17
A

Design and implement database schemas using SQLModel with sync and async patterns. Use this skill when creating database models, setting up Neon PostgreSQL connections, defining relationships (one-to-many, many-to-many), implementing FastAPI dependency injection, or migrating schemas. Covers both sync Session and async AsyncSession patterns.

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install mjunaidca/mjs-agent-skills/sqlmodel-database
skilz install mjunaidca/mjs-agent-skills/sqlmodel-database --agent opencode
skilz install mjunaidca/mjs-agent-skills/sqlmodel-database --agent codex
skilz install mjunaidca/mjs-agent-skills/sqlmodel-database --agent gemini

First time? Install Skilz: pip install skilz

Works with 22+ AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/mjunaidca/mjs-agent-skills
2. Copy the agent skill directory:
cp -r mjs-agent-skills/docs/taskflow-vault/skills/engineering/sqlmodel-database ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Stars
1
Forks
2
Type
Technical
Meta-Domain
data ai
Primary Domain
database
Market Score
17

Agent Skill Grade

A
Score: 100/100 Click to see breakdown

Score Breakdown

Spec Compliance
11/15
PDA Architecture
28/30
Ease of Use
24/25
Writing Style
10/10
Utility
20/20
Modifiers: +8

Areas to Improve

  • Description needs trigger phrases
  • Missing TOC for 677-line file

Recommendations

  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 2026-01-24

Developer Feedback

I've been digging through the SQLModel ecosystem lately, and your skill immediately stood out—the way you've layered database patterns with type safety is exactly what the Python/FastAPI crowd has been asking for. Scoring a perfect 100 tells me you've nailed both the technical depth and the teaching clarity.

Links:

The TL;DR

You're at 100/100, A territory—that's production-ready status. This is based on Anthropic's agent skill best practices. Your strongest pillar is Writing Style (10/10 perfect score), with Utility and PDA right behind at 20/20 and 28/30. The only real gap is Spec Compliance at 11/15, which is fixable in minutes.

What's Working Well

  • Writing is surgical. Imperative voice throughout, zero marketing fluff, every code example pulls its weight. The Common Pitfalls section and MissingGreenlet debugging are genuinely useful.
  • PDA layering is chef's kiss. SKILL.md handles the comprehensive guide while migrations.md sits cleanly in references/—exactly the right depth for token economy. 677 lines but it doesn't feel bloated because every section adds value.
  • Utility is rock solid. You're solving real problems: async patterns, Neon PostgreSQL specifics, relationship patterns, testing fixtures. The 9 core patterns (Model Hierarchy, Sync/Async Connection, etc.) give developers degrees of freedom while staying prescriptive where it matters—async timing, commit patterns.
  • Trigger coverage is solid. SQLModel, FastAPI, PostgreSQL, Neon, async, relationships, dependency injection—you've got the searchability piece dialed in.

The Big One

Your description is missing trigger phrases (Spec Compliance issue). Right now it's:

Design and...

Report Security Issue

Found a security vulnerability in this agent skill?