environment-setup-guide

Guide developers through setting up development environments with proper tools, dependencies, and configurations

Content Preview
---
name: environment-setup-guide
description: "Guide developers through setting up development environments with proper tools, dependencies, and configurations"
risk: unknown
source: community
date_added: "2026-02-27"
---

# Environment Setup Guide

## Overview

Help developers set up complete development environments from scratch. This skill provides step-by-step guidance for installing tools, configuring dependencies, setting up environment variables, and verifying the setup works correctly.
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/environment-setup-guide.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/environment-setup-guide/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/environment-setup-guide/SKILL.md

Related Skills