env-setup

Detect, install, and configure Homebrew, Node.js, pnpm, PostgreSQL, Redis, Git, then output a summary.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/zhu637882-stack/jiaoyi --skill env-setup-zhu637882-stack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: env-setup
Source: https://github.com/zhu637882-stack/jiaoyi/tree/main/qoder-config-backup/skills/env-setup
Command: npx skills add https://github.com/zhu637882-stack/jiaoyi --skill env-setup-zhu637882-stack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

开发环境初始化工具,检测并安装 Homebrew、Node.js、pnpm、PostgreSQL、Redis、Git 等常用开发工具,自动配置 Git alias,最后输出完整环境摘要。触发词:环境配置、环境初始化、env setup、安装环境、新电脑配置

Core Features & Use Cases

  • 自动检测并安装常用开发工具(Homebrew、Node.js、pnpm、PostgreSQL、Redis、Git)
  • 自动配置 Git alias
  • 输出完整环境摘要,便于记录与迁移

Quick Start

Run env-setup to automatically detect and install the required tools and print the environment summary.

Frequently Asked Questions about env-setup

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

FAQPage Schema
How do I automate local development environment setup for a new machine?

Automate local development environment setup by triggering the env-setup task, which detects, installs, and configures Homebrew, Node.js, pnpm, PostgreSQL, Redis, and Git, then outputs a consolidated report of versions and configurations.

What do I need to install before running dev environment automation?

Before running dev environment automation, you need Homebrew and curl pre-installed, along with active network access to download and install required development tools like Node.js and PostgreSQL.

Can I automatically configure Git aliases when provisioning a new development environment?

Yes, you can automatically configure Git aliases when provisioning a new development environment, as the setup process includes automatic Git alias configuration alongside installing Node.js, pnpm, and Redis.

What is the best way to replicate an existing development environment on another machine?

The best way to replicate a development environment is to run automated setup to install matching tool versions like Homebrew, Node.js, and PostgreSQL, then use the generated environment summary to verify configurations.

Does the automated dev environment setup work without existing package managers installed?

The dev environment setup requires Homebrew to already be installed as a prerequisite to detect, install, and configure tools like Node.js, pnpm, and Redis, meaning it will not work without an existing package manager.