environment▌
12 indexed skills · max 10 per page
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
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