Agent Skills by Leviron
Showing 35 vetted skills indexed across 1 GitHub repositories.
Flask
Refactor Flask 3.x apps to an application factory with unbound extensions and blueprints.
Next.js App Router
Standardize Next.js App Router project structure into app, components, lib, and actions directories.
Hono API
Structure Hono APIs with separated routes, services, middleware, and Zod validation.
Express.js REST API
Standardize Express.js REST API structure into routes, controllers, services, and models.
ASP.NET Core MVC
Refactor ASP.NET Core MVC apps into thin controllers, ViewModels, and isolated EF Core data layers.
FastAPI
Rewrites Tailwind HTML to standalone CSS files preserving classes and visual output.
ASP.NET Core Web API
Refactor ASP.NET Core Web API projects into Clean Architecture with MediatR CQRS.
React Single Page Application
Standardize React SPA architecture with separated components, hooks, and services.
Nuxt 3
Enforce Nuxt 3 folder contracts and separate page, component, and server responsibilities.
Fastify API
Refactor Fastify APIs into plugin-first architecture with TypeBox schema validation.
NestJS
Enforce module-per-feature structure and dependency injection in NestJS projects.
Django + DRF
Enforce Django 5.x and DRF layered architecture with services and selectors.
Supabase Auth
Implement Supabase SSR authentication with OAuth callbacks and RLS policies in Next.js.
Docker
Enforce secure, deterministic Docker builds with multi-stage Dockerfiles and compose configurations.
AWS S3 Storage (C#)
Generate pre-signed AWS S3 URLs for C# uploads and downloads.
Playwright Python E2E
Enforce Page Object Model structure and shared pytest fixtures for Playwright Python tests.
Selenium Python E2E
Structure Selenium pytest E2E tests with Page Object Models and centralized webdriver fixtures.
Vitest
Enforce correct mocking, async assertions, and test organization in Vitest.
Clerk Auth
Enforce Clerk route protection and webhook-driven user syncing in Next.js.
Prisma ORM
Enforce Prisma ORM architecture with singleton clients and migration-only schema changes.
Playwright Java E2E
Structure Java Playwright E2E tests with Page Object Model and storageState auth.
Mongoose
Standardize Mongoose ODM usage in JavaScript/TypeScript codebases accessing MongoDB.
AWS S3 Storage (Java)
Generates secure AS3 pre-signed URLs for browser uploads and downloads with C++ type validation.
Supabase
Enforces Supabase @supabase/ssr separation, RLS policies, repository queries, and realtime cleanup for JavaScript frameworks.