mcpbeat Sign in

Environment Setup Guide Agent Skill

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

Other skills for the same job

different authors, same section of the catalogue
Protocolsio Integration
by christophacham
×4

Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.

16k tokens
Tailored Resume Generator
by frostant
×4

Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances

3k tokens
Excalidraw Diagram Generator
by github
vendor ×3

Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.

36k tokens scripts
Expo Dev Client
by openai
vendor ×3

Build and distribute Expo development clients locally or via TestFlight

961 tokens
Executing Plans
by ZhanlinCui
×3

Use when you have a written implementation plan to execute in a separate session with review checkpoints

542 tokens
Anndata
by christophacham
×3

Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.

16k tokens
Benchling Integration
by christophacham
×3

Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.

14k tokens
Biopython
by christophacham
×3

Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.

24k tokens

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.