WEEK 10 · LESSON 4 · TOPIC 2 OF 6 · How It Works

How It Works

Lesson progress

0% Complete

SECTION 1 OF 1

In this topic · 1 sections
  1. Overview

Overview

The installation workflow is:

  1. Download the packaged skill files.
  2. Extract the downloaded archive.
  3. Locate the folder named LLM Council. This folder contains the scripts, code, and SKILL.md file required by the skill.
  4. Open the coding environment used to run the skill. This workflow uses Claude Code.
  5. Ask the coding environment to return the file path where global skills are installed.
  6. Copy the returned path.
  7. In Finder, press Command-Shift-G, paste the path, and open that location.
  8. Drag the entire LLM Council folder into the global skills directory.
  9. Quit and reopen the application so that it reloads the installed skills.
  10. 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.