mcpbeat

Environment Setup Guide

dokhacgiakhoa/environment-setup-guide

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

3k tokens
context cost
the whole folder, loaded on every use
31
files
instructions only
0
copies elsewhere
how many repositories repackaged it
505
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/Dokhacgiakhoa/Agent-Skills-4-Vibe-Coding-CLI --skill environment-setup-guide

What comes with it

10 126 bytes besides the instruction
sub-skills/do-this.md
sub-skills/dont-do-this.md
sub-skills/example-1-nodejs-project-setup.md
sub-skills/example-2-python-project-setup.md
sub-skills/example-3-docker-development-environment.md
sub-skills/prerequisites.md
sub-skills/problem-command-not-found-after-installation.md
sub-skills/problem-database-connection-fails.md
sub-skills/problem-permission-errors-with-npmpip.md
sub-skills/problem-port-already-in-use.md
sub-skills/step-1-identify-requirements.md
sub-skills/step-1-install-docker.md
sub-skills/step-1-install-nodejs.md
sub-skills/step-1-install-python.md
sub-skills/step-2-check-current-setup.md
sub-skills/step-2-verify-installation.md
sub-skills/step-3-create-docker-composeyml.md
sub-skills/step-3-create-virtual-environment.md
sub-skills/step-3-install-project-dependencies.md
sub-skills/step-3-provide-installation-instructions.md
sub-skills/step-4-configure-the-environment.md
sub-skills/step-4-install-dependencies.md
sub-skills/step-4-set-up-environment-variables.md
sub-skills/step-4-start-services.md
sub-skills/step-5-run-the-project.md
sub-skills/step-5-set-up-environment-variables.md
sub-skills/step-5-verify-installation.md
sub-skills/step-5-verify-services.md
sub-skills/step-6-run-the-application.md
sub-skills/troubleshooting.md

The instruction itself

37 sections, as written by the author

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.

When to Use This Skill

  • Use when starting a new project and need to set up the development environment
  • Use when onboarding new team members to a project
  • Use when switching to a new machine or operating system
  • Use when troubleshooting environment-related issues
  • Use when documenting setup instructions for a project
  • Use when creating development environment documentation

How It Works

🧠 Knowledge Modules (Fractal Skills)

1. Step 1: Identify Requirements

2. Step 2: Check Current Setup

3. Step 3: Provide Installation Instructions

4. Step 4: Configure the Environment

5. Step 5: Verify Installation

6. Example 1: Node.js Project Setup

7. Prerequisites

8. Step 1: Install Node.js

9. Step 2: Verify Installation

10. Step 3: Install Project Dependencies

11. Step 4: Set Up Environment Variables

12. Step 5: Run the Project

13. Troubleshooting

14. Example 2: Python Project Setup

15. Step 1: Install Python

16. Step 2: Verify Installation

17. Step 3: Create Virtual Environment

18. Step 4: Install Dependencies

19. Step 5: Set Up Environment Variables

20. Step 6: Run the Application

21. Example 3: Docker Development Environment

22. Step 1: Install Docker

23. Step 2: Verify Installation

24. Step 3: Create docker-compose.yml

25. Step 4: Start Services

26. Step 5: Verify Services

27. ✅ Do This

28. ❌ Don't Do This

29. Problem: "Command not found" after installation

30. Problem: Permission errors with npm/pip

31. Problem: Port already in use

32. Problem: Database connection fails

How to use it

Copy the folder

Take dokhacgiakhoa/environment-setup-guide from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.