setup-environment

Validate Node.js, npm, Git, and Claude Code CLI before configuring the App Factory environment.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/0xAxiom/AppFactory --skill setup-environment-0xaxiom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-environment
Source: https://github.com/0xAxiom/AppFactory/tree/main/.claude/skills/setup
Command: npx skills add https://github.com/0xAxiom/AppFactory --skill setup-environment-0xaxiom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Initialize and configure a new user's local development environment for App Factory, ensuring essential tools and repo state are ready for productive work.

Core Features & Use Cases

  • Phase-driven checks that validate Node.js (>=18), npm, Git, and Claude Code CLI, plus repository integrity and environment setup.
  • Onboarding and first-time contributor setup: prepares development workstation with required tooling, config files, and MCP/server settings.
  • Clear, non-destructive guidance with an explicit plan before making changes, and blocking checks that stop on failures.

Quick Start

Trigger the setup by saying /setup to begin configuring your local environment.

Frequently Asked Questions about setup-environment

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

FAQPage Schema
How do I automate local dev environment setup for Node.js and Git?

Automate local dev environment setup by triggering the configuration command to validate Node.js, npm, Git, and Claude Code CLI versions. It enforces blocking checks, verifies repository integrity, and applies environment configurations with an explicit plan before installation.

What is phase-driven onboarding setup for a development workstation?

Phase-driven onboarding setup validates required tooling, config files, and MCP server settings in sequential stages. It prepares a development workstation by checking prerequisites and applying environment configurations non-destructively, stopping immediately if a blocking check fails.

Does the environment setup check Claude Code CLI and Node.js version requirements?

Yes, the environment setup enforces blocking checks for Claude Code CLI and Node.js version requirements. It validates Node.js version 18 or higher, along with npm and Git, to ensure all prerequisites are met before applying repository configurations.

Can I review the configuration plan before the environment setup installs prerequisites?

Yes, you can review the configuration plan before the environment setup installs prerequisites. The process presents an explicit, non-destructive plan detailing the changes before executing any installations or applying repository and server configurations.

Why does my first-time contributor setup stop during repository integrity checks?

Your first-time contributor setup stops during repository integrity checks because the configuration process uses blocking checks that halt on failures. It stops to prevent further non-destructive changes if tool versions, prerequisites, or repository states are invalid.