The local install script gives you the most control over how and where skills are installed. Because you have a full clone on disk, you can useDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/aws-samples/sample-well-architected-skills-and-steering/llms.txt
Use this file to discover all available pages before exploring further.
--symlink mode to have your project always reflect the latest version of the repo without reinstalling, target multiple tools in a single command, uninstall cleanly, and check for newer releases. The same script (install.sh on macOS/Linux, install.ps1 on Windows) handles all 14 supported tools.
Step 1 — Clone the repository
Step 2 — Run the install script
Auto-detect tools in your project
Pass
--tool auto to let the installer scan your project directory for AI tool configuration markers and install for every tool it finds.Install for a specific tool
Target a single tool by name. See the options reference for all valid tool names.
Install for multiple tools at once
Repeat
--tool on bash or pass a comma-separated list on PowerShell to install for several tools in one run.Install for all supported tools
Use
--tool all to install adapters for every supported tool in one pass.Symlink mode
By default the installer copies files into your project. Symlink mode creates symbolic links instead, so every time the cloned repository is updated (viagit pull), your project immediately reflects the latest skills and steering without any reinstallation step.
Uninstalling
The--uninstall flag removes all Well-Architected files that were previously installed for the specified tool. It mirrors the exact set of files and directories that the installer would write, so it is safe to run even if some files were later moved or deleted manually.
macOS / Linux
The
--uninstall flag is only available on install.sh (macOS/Linux). install.ps1 does not include an uninstall option. On Windows, remove the installed files manually by deleting the directories listed in the tool compatibility matrix for your tool.Checking for updates
Run--check-update from anywhere — no target directory is required. The script queries the GitHub Releases API and compares the latest published version against the version embedded in the script.
git pull in your clone and then re-run the installer against your projects.