Overview
The installation workflow is:
- Download the packaged skill files.
- Extract the downloaded archive.
- Locate the folder named LLM Council. This folder contains the scripts, code, and SKILL.md file required by the skill.
- Open the coding environment used to run the skill. This workflow uses Claude Code.
- Ask the coding environment to return the file path where global skills are installed.
- Copy the returned path.
- In Finder, press Command-Shift-G, paste the path, and open that location.
- Drag the entire LLM Council folder into the global skills directory.
- Quit and reopen the application so that it reloads the installed skills.
- Enter /LLM Council and confirm that the skill appears.
The procedure deliberately asks the coding environment for its current global skills path instead of relying on a hard-coded path. The path can then be opened directly through Finder.