Claude Code Plugins

Community-maintained marketplace

Feedback
2
0

Set up environment variables and configuration

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name environment-setup
description Set up environment variables and configuration
when_to_use - User is setting up the project for the first time - User asks about environment variables or .env files - User needs to configure backend or frontend settings - User mentions environment configuration
keywords environment, env, setup, configuration, .env

Environment Setup

Environment setup commands for the project.

Commands

  • cp backend/.env.example backend/.env - Copy Backend Env
  • cp frontend/.env.example frontend/.env - Copy Frontend Env