Recently Added

Fresh skills just added to the collection. Be the first to try them out!

Showing 51049-51072 of 52110 skills
ArieGoldkin

architecture-decision-record

by ArieGoldkin

Use this skill when documenting significant architectural decisions. Provides ADR templates following the Nygard format with sections for context, decision, consequences, and alternatives. Helps teams maintain architectural memory and rationale for backend systems, API designs, database choices, and infrastructure decisions.

Database 10 8mo ago
ArieGoldkin

database-schema-designer

by ArieGoldkin

Use this skill when designing database schemas for relational (SQL) or document (NoSQL) databases. Provides normalization guidelines, indexing strategies, migration patterns, and performance optimization techniques. Ensures scalable, maintainable, and performant data models.

Code Gen 10 8mo ago
ArieGoldkin

design-system-starter

by ArieGoldkin

Use this skill when creating or evolving design systems for applications. Provides design token structures, component architecture patterns, documentation templates, and accessibility guidelines. Ensures consistent, scalable, and accessible UI design across products.

Accessibility 10 8mo ago
AccessLint

contrast-checker

by AccessLint

Color contrast analyzer for WCAG compliance. Use when analyzing color contrast in code files, when user mentions WCAG compliance, color accessibility, contrast ratios, or when discussing colors in UI components. Calculates contrast ratios, identifies violations, and suggests accessible color alternatives that preserve design themes.

Accessibility 70 8mo ago
ahmedasmar

gitops-workflows

by ahmedasmar

GitOps deployment workflows with ArgoCD and Flux. Use for setting up GitOps (ArgoCD 3.x, Flux 2.7), designing repository structures (monorepo/polyrepo, app-of-apps), multi-cluster deployments (ApplicationSets, hub-spoke), secrets management (SOPS+age, Sealed Secrets, External Secrets Operator), progressive delivery (Argo Rollouts, Flagger), troubleshooting sync issues, and OCI artifact management. Covers latest 2024-2025 features: ArgoCD annotation-based tracking, fine-grained RBAC, Flux OCI artifacts GA, image automation, source-watcher.

CLI Tools 189 8mo ago
vanman2024

async-sqlalchemy-patterns

by vanman2024

Async SQLAlchemy 2.0+ database patterns for FastAPI including session management, connection pooling, Alembic migrations, relationship loading strategies, and query optimization. Use when implementing database models, configuring async sessions, setting up migrations, optimizing queries, managing relationships, or when user mentions SQLAlchemy, async database, ORM, Alembic, database performance, or connection pooling.

Auth 10 8mo ago
vanman2024

fastapi-api-patterns

by vanman2024

REST API design and implementation patterns for FastAPI endpoints including CRUD operations, pagination, filtering, error handling, and request/response models. Use when building FastAPI endpoints, creating REST APIs, implementing CRUD operations, adding pagination, designing API routes, handling API errors, or when user mentions FastAPI patterns, REST API design, endpoint structure, API best practices, or HTTP endpoints.

API Dev 10 8mo ago
vanman2024

fastapi-deployment-config

by vanman2024

Configure multi-platform deployment for FastAPI applications including Docker containerization, Railway, DigitalOcean App Platform, and AWS deployment. Use when deploying FastAPI apps, setting up production environments, containerizing applications, configuring cloud platforms, implementing health checks, managing environment variables, setting up reverse proxies, or when user mentions Docker, Railway, DigitalOcean, AWS, deployment configuration, production setup, or container orchestration.

Database 10 8mo ago
vanman2024

fastapi-project-structure

by vanman2024

Production-ready FastAPI project scaffolding templates including directory structure, configuration files, settings management, dependency injection, MCP server integration, and development/production setup patterns. Use when creating FastAPI projects, setting up project structure, configuring FastAPI applications, implementing settings management, adding MCP integration, or when user mentions FastAPI setup, project scaffold, app configuration, environment management, or backend structure.

API Dev 10 8mo ago
vanman2024

mem0-fastapi-integration

by vanman2024

Memory layer integration patterns for FastAPI with Mem0 including client setup, memory service patterns, user tracking, conversation persistence, and background task integration. Use when implementing AI memory, adding Mem0 to FastAPI, building chat with memory, or when user mentions Mem0, conversation history, user context, or memory layer.

Database 10 8mo ago
vanman2024

fastapi-auth-patterns

by vanman2024

Implement and validate FastAPI authentication strategies including JWT tokens, OAuth2 password flows, OAuth2 scopes for permissions, and Supabase integration. Use when implementing authentication, securing endpoints, handling user login/signup, managing permissions, integrating OAuth providers, or when user mentions JWT, OAuth2, Supabase auth, protected routes, access control, role-based permissions, or authentication errors.

API Dev 10 8mo ago
Dexploarer

import-organizer

by Dexploarer

Organizes and sorts import statements in code files. Use when imports are messy or need organization.

i18n 6 8mo ago
Dexploarer

database-migration-helper

by Dexploarer

Creates database migrations with proper schema changes, data migrations, and rollback support for various ORMs (Prisma, TypeORM, Alembic, etc.). Use when managing database schema changes.

Code Gen 6 8mo ago
Dexploarer

nextjs-page-generator

by Dexploarer

Generates Next.js 13+ pages with App Router, Server Components, Client Components, API routes, and proper data fetching. Use when building Next.js applications.

Debugging 6 8mo ago
Dexploarer

testing-framework-helper

by Dexploarer

Generates comprehensive test suites with unit tests, integration tests, and E2E tests for various frameworks (Jest, Pytest, Vitest, etc.). Use when writing tests.

Code Gen 6 8mo ago
Dexploarer

express-api-generator

by Dexploarer

Generates Express.js API routes with proper middleware, error handling, validation, and TypeScript support. Use when creating REST APIs or Express endpoints.

Code Gen 6 8mo ago
Dexploarer

api-documentation-generator

by Dexploarer

Generates comprehensive API documentation including OpenAPI/Swagger specs, endpoint descriptions, request/response examples, and integration guides. Use when documenting APIs.

API Dev 6 8mo ago
Dexploarer

vue-component-generator

by Dexploarer

Generates Vue 3 components using Composition API, TypeScript, proper props definition, and best practices. Use when creating Vue components or building Vue UI.

Code Gen 6 8mo ago
Dexploarer

fastapi-generator

by Dexploarer

Generates FastAPI endpoints with proper Pydantic models, dependency injection, async handlers, and OpenAPI documentation. Use when building Python REST APIs.

Database 6 8mo ago
Dexploarer

graphql-schema-generator

by Dexploarer

Generates GraphQL schemas with type definitions, resolvers, queries, mutations, and subscriptions. Use when building GraphQL APIs.

API Dev 6 8mo ago
rawveg

tumblr

by rawveg

Tumblr API Development and Integration

API Dev 39 8mo ago
Dexploarer

kubernetes-manifest-generator

by Dexploarer

Generates Kubernetes manifests (Deployments, Services, Ingress, ConfigMaps, Secrets) with best practices for production workloads. Use when user asks to "create k8s manifest", "generate Kubernetes deployment", "setup k8s service", or "create Kubernetes resources".

Code Gen 6 8mo ago
Dexploarer

terraform-module-builder

by Dexploarer

Generates reusable Terraform modules with best practices for AWS, Azure, GCP infrastructure as code. Use when user asks to "create Terraform module", "generate IaC module", "setup Terraform", or "create infrastructure module".

Cloud 6 8mo ago
Dexploarer

data-cleaning-pipeline-generator

by Dexploarer

Generates data cleaning pipelines for pandas/polars with handling for missing values, duplicates, outliers, type conversions, and data validation. Use when user asks to "clean data", "generate data pipeline", "handle missing values", or "remove duplicates from dataset".

Analytics 6 8mo ago