Back to Skills

documenting-setup

verified

Generate environment setup guide documentation from codebase analysis. Detects package managers, required tools, environment variables, and startup commands. Use when creating setup guides, documenting environments, or when user mentions setup guide, environment setup, 環境構築, 開発環境.

View on GitHub

Marketplace

thkt-development-workflows

thkt/claude-config

Plugin

development-skills

Development Skills

Repository

thkt/claude-config
3stars

skills/documenting-setup/SKILL.md

Last Verified

January 22, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/thkt/claude-config/blob/main/skills/documenting-setup/SKILL.md -a claude-code --skill documenting-setup

Installation paths:

Claude
.claude/skills/documenting-setup/
Powered by add-skill CLI

Instructions

# Environment Setup Guide Generation

## Detection

| Category         | Targets                                                        |
| ---------------- | -------------------------------------------------------------- |
| Package Managers | package.json, yarn.lock, pnpm-lock, pyproject.toml, Cargo.toml |
| Tool Versions    | .nvmrc, .python-version, .ruby-version, .tool-versions         |
| Environment      | .env.example, .env.sample, .env.template                       |
| Config Files     | tsconfig.json, eslint.config, vite.config, next.config         |
| Containers       | Dockerfile, docker-compose.yml, .devcontainer/                 |
| Commands         | package.json scripts, Makefile, README                         |

## Package Manager Indicators

| Manager | Indicator                       |
| ------- | ------------------------------- |
| npm     | `package-lock.json`             |
| yarn    | `yarn.lock`                     |
| pnpm    | `pnpm-lock.yaml`                |
| pip     | `requirements.txt`, `setup.py`  |
| poetry  | `pyproject.toml`, `poetry.lock` |
| cargo   | `Cargo.toml`, `Cargo.lock`      |

## References

| Topic       | File                        |
| ----------- | --------------------------- |
| Environment | `references/environment.md` |

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
999 chars