add-dev-environment-setup

Diagnose and install WSL, bash, git, jq, and gh CLI across operating systems.

8|2|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/brabos-ai/code-addiction --skill add-dev-environment-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-dev-environment-setup
Source: https://github.com/brabos-ai/code-addiction/tree/main/framwork/.codeadd/skills/add-dev-environment-setup
Command: npx skills add https://github.com/brabos-ai/code-addiction --skill add-dev-environment-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Ensures your development environment has all the necessary tools (bash, git, jq, gh CLI, WSL) for AI-powered coding workflows, especially when they are missing or misconfigured.

Core Features & Use Cases

  • OS Detection: Automatically identifies Windows, macOS, or Linux.
  • Gap Diagnosis: Silently checks for required tools like WSL, bash, git, and gh CLI.
  • Guided Installation: Confirms with the user before installing missing tools in the correct order.
  • VS Code Integration: Merges WSL settings into .vscode/settings.json for seamless terminal integration on Windows.
  • Use Case: A new developer joins a project and struggles to get their VS Code terminal to work correctly with AI scripts; this skill guides them through installing WSL, git, and gh CLI, and configures VS Code to use WSL by default.

Quick Start

Use the add-dev-environment-setup skill to ensure your bash, git, and gh CLI are installed and configured correctly.

Frequently Asked Questions about add-dev-environment-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a dev environment for AI coding with WSL, git, and VS Code?

To set up a dev environment for AI coding, this skill diagnoses missing tools like WSL, git, and gh CLI, then guides you through installation and merges WSL settings into VS Code for seamless terminal integration.

What tools do I need installed for AI-powered development workflows?

Essential tools for AI-powered development workflows include bash, git, jq, and gh CLI. On Windows, WSL is also required to ensure scripts run correctly within the VS Code terminal environment.

Can I configure VS Code to use WSL by default for my bash terminal?

Yes, you can configure VS Code to use WSL by default. The skill automatically merges WSL terminal settings into your `.vscode/settings.json` file during the environment setup process on Windows.

Does this dev environment setup support macOS and Linux, or just Windows?

The dev environment setup supports Windows, macOS, and Linux. It automatically detects your operating system and silently checks for required tools before prompting you to install any missing components.

How do I check if gh CLI and git are missing on my development machine?

To check if gh CLI and git are missing, the skill performs a silent gap diagnosis across your system. It identifies absent components and prompts you for confirmation before proceeding with step-by-step installation.

Why won't my VS Code terminal run AI scripts correctly on Windows?

Your VS Code terminal won't run AI scripts correctly on Windows if WSL, bash, or gh CLI are missing or misconfigured. The skill resolves this by guiding you through WSL installation and updating VS Code settings.