setup-win
Complete Windows setup orchestration.
Overview
This parent skill coordinates the complete Windows setup process by delegating to specialized sub-skills:
- •scoop — Package manager installation
- •install-apps — Application installation
Usage
powershell
# Complete setup (both sub-skills) use-skill/setup-win # Scoop only use-skill/setup-win/scoop # Apps only (requires Scoop/winget available) use-skill/setup-win/install-apps
Sub-Skills
Each sub-skill can be invoked independently for modular setup.