setup-environment

Automates initial configuration of a developer's local environment for App Factory.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the initialization and configuration of a new developer's local environment for App Factory.

Core Features & Use Cases

  • Environment bootstrap and onboarding for new contributors
  • Deterministic checks for Node.js, npm, Git, Claude Code CLI, and repo integrity
  • Guided, non-destructive setup with a clear plan before actions

Quick Start

Run claude and say /setup to begin configuring your local development 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 environment setup for a new developer repository?

Automating local environment setup for a new developer repository involves verifying core tools like Node.js, npm, and Git, then providing a deterministic configuration plan before applying changes. This ensures non-destructive onboarding and tooling readiness for contributors.

What is included in Node.js and Git environment onboarding checks?

Environment onboarding checks verify that Node.js is version 18 or higher, alongside validating npm, Git, and Claude Code CLI installations. The process also checks repository integrity to ensure all foundational developer tools are fully operational before configuration begins.

Do I need Claude Code CLI installed to configure my local dev environment?

Yes, you need the Claude Code CLI installed to configure your local dev environment using this automated setup. The process specifically verifies the CLI's presence alongside Node.js, npm, and Git to ensure complete tooling readiness before proceeding.

What's the best way to ensure non-destructive configuration when bootstrapping a dev environment?

The best way to ensure non-destructive configuration is to generate a deterministic plan that outlines all actions before making any actual changes. This guided approach verifies repository integrity and tool versions first, preventing unintended modifications during onboarding.

Why does my repository setup fail during first-time environment initialization?

Repository setup may fail during first-time environment initialization if core tools like Node.js, npm, Git, or Claude Code CLI are missing or below required versions. The setup process performs deterministic checks for these dependencies and validates repository integrity before proceeding.