env-setup

Automate local development environment setup with stack configuration and governance rules.

9|1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/Roxabi/roxabi-plugins --skill env-setup-roxabi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: env-setup
Source: https://github.com/Roxabi/roxabi-plugins/tree/main/plugins/dev-core/skills/env-setup
Command: npx skills add https://github.com/Roxabi/roxabi-plugins --skill env-setup-roxabi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the setup of a local development environment, ensuring consistency and reducing setup time for new projects or team members.

Core Features & Use Cases

  • Stack Configuration: Sets up .claude/stack.yml to define project specifics like runtime, paths, and commands.
  • Governance Rules: Scaffolds essential CLAUDE.md Critical Rules based on project type.
  • Tooling Integration: Configures VS Code MDX preview and optional LSP support for enhanced developer experience.
  • Use Case: When onboarding a new developer, run this Skill to automatically configure their local environment, including project-specific settings, documentation stubs, and essential tooling, allowing them to start coding immediately.

Quick Start

Run the env-setup skill to initialize the project's development environment configuration.

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 project?

You can automate local development environment setup by running this Skill to configure stack configurations, scaffold governance rules, and integrate essential tooling. It requires a stack.yml file to define runtime, package manager, and command specifications.

What is stack.yml used for in project initialization?

stack.yml is used in project initialization to define project specifics like runtime, paths, and commands. This Skill configures the .claude/stack.yml file to establish the foundational environment settings required for development.

Does this environment setup tool support VS Code MDX preview and LSP integration?

Yes, this environment setup tool supports VS Code MDX preview and optional LSP enablement. It configures these tooling integrations during the project initialization process to enhance the developer experience.

How do I scaffold governance rules during developer onboarding?

You scaffold governance rules during developer onboarding by running this Skill, which automatically generates essential CLAUDE.md Critical Rules based on your specific project type to ensure consistent development practices.

What is the best way to configure a consistent dev environment across a team?

The best way to configure a consistent dev environment is to automate the setup using a stack.yml definition. This Skill standardizes runtime settings, scaffolds governance rules, and integrates tooling to reduce setup time for new team members.

Do I need a package manager defined to use this environment configuration Skill?

Yes, you need a package manager defined within the stack.yml file to use this environment configuration Skill. The stack.yml file provides the required runtime, package manager, and command definitions for the setup process.