Generate environment setup guide documentation from codebase analysis. Detects package managers, required tools, environment variables, and startup commands. Use when: setup guide, environment setup, development environment, installation guide, getting started, prerequisites.
This skill is limited to using the following tools:
scripts/detect-environment.shAutomatically generate environment setup guide documentation.
Package Managers
Required Tools & Versions
Environment Variables
Container Configuration
Startup Commands
Detect project environment settings:
~/.claude/skills/setting-up-docs/scripts/detect-environment.sh {path}
Output:
Extract environment variables:
~/.claude/skills/setting-up-docs/scripts/extract-env-vars.sh {path}
assets/setup-template.md - Markdown template for environment setup guide
# Environment Setup Guide
## Prerequisites
- Runtime & versions
- Required tools
## Installation Steps
1. Clone repository
2. Install dependencies
3. Configure environment variables
## Environment Variables
| Variable | Description | Required |
|----------|-------------|----------|
## Running the Project
- Start development server
- Build
- Run tests
## Docker (Optional)
- How to run with containers
# Call from command
/docs:setup
# Direct skill reference
"Generate an environment setup guide"
documenting-architecture, documenting-apis, documenting-domains/docs:setup