setup▌
90 indexed skills · max 10 per page
mcp-setup
yeachan-heo/oh-my-claudecode · Productivity
Configure Model Context Protocol (MCP) servers to extend Claude Code's capabilities with external tools like web search, file system access, and GitHub integration.
ln-770-crosscutting-setup
levnikolaevich/claude-code-skills · Productivity
ln-770-crosscutting-setup
gws-setup
jezweb/claude-skills · Productivity
Set up the gws CLI (@googleworkspace/cli) with OAuth credentials and 90+ agent skills for Claude Code. Produces a fully authenticated CLI with skills for Gmail, Drive, Calendar, Sheets, Docs, Chat, Tasks, and more.
expo-tailwind-setup
expo/skills · Frontend
Universal Tailwind CSS v4 styling for Expo apps across iOS, Android, and Web. \n \n Integrates Tailwind CSS v4 with react-native-css and NativeWind v5 via Metro transformer, eliminating the need for Babel configuration \n Provides reusable CSS-wrapped component library (View, Text, ScrollView, Pressable, TextInput, Image, Link) that apply className styles to native elements \n Supports platform-specific styling through CSS media queries, custom theme variables via @theme blocks, and Apple semant
environment-setup
supercent-io/skills-template · Productivity
Manage development, staging, and production environments with type-safe configuration and secrets handling. \n \n Provides templates for .env files, per-developer overrides, and environment-specific configurations with clear gitignore rules \n Includes TypeScript validation using Zod to enforce required variables and type constraints at runtime with detailed error messages \n Supports multi-environment config files (development, production, test) with environment-specific settings for logging, C
convex-setup-auth
get-convex/agent-skills · Productivity
Set up Convex authentication with the right provider, user management, and access control patterns. \n \n Supports multiple auth providers: Convex Auth, Clerk, WorkOS AuthKit, Auth0, and custom JWT, with provider detection from repo signals \n Guides you through choosing a provider, configuring client and backend wiring, environment variables, and convex/auth.config.ts setup \n Covers authentication checks in protected functions, optional app-level user storage, and authorization patterns for ow
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