setup▌
84 indexed skills · max 10 per page
system-environment-setup
supercent-io/skills-template · Productivity
Docker Compose, environment variables, dev containers, and infrastructure-as-code templates for consistent local and production setups. \n \n Provides complete Docker Compose configuration for multi-service development (web app, PostgreSQL, Redis, Nginx) with volume mounting and service dependencies \n Includes .env management patterns with type-safe environment variable loading in Node.js and mandatory .gitignore rules to prevent secret commits \n Offers VS Code dev container setup with pre-con
authentication-setup
supercent-io/skills-template · Productivity
Complete authentication and authorization system with JWT, OAuth, and role-based access control. \n \n Covers five core authentication methods: JWT tokens, session management, OAuth 2.0, password hashing (bcrypt/argon2), and multi-factor authentication support \n Includes step-by-step implementation for user registration, login, token refresh, and logout endpoints with database schema design \n Provides authentication middleware for protecting API routes and role-based authorization for permissi
clerk-setup
clerk/skills · Productivity
$23
prisma-database-setup
prisma/skills · Productivity
Step-by-step configuration guides for Prisma ORM across PostgreSQL, MySQL, SQLite, MongoDB, SQL Server, CockroachDB, and Prisma Postgres. \n \n Covers datasource configuration, driver adapter selection, and Prisma Client instantiation for seven database providers \n Prisma v7 requires explicit driver adapters (e.g., @prisma/adapter-pg for PostgreSQL) and a prisma.config.ts file for connection URLs \n Includes quick-reference schema blocks and prerequisite checks (Node.js 20.19.0+, TypeScript 5.4