Skip to content

GUIDED_AI_INSTALL

github-actions[bot] edited this page Jul 1, 2026 · 2 revisions

Guided AI Install

Copy-paste setup for users who only need AI skills and agents.


When to use this

Use skills-only mode when you want the shared AI layer without applying the full workstation baseline.

Linux, macOS, or WSL2

curl -fsSL https://github.com/ulises-jeremias/agentic-workstation/releases/latest/download/install-skills.sh | sh

Windows PowerShell

irm https://github.com/ulises-jeremias/agentic-workstation/releases/latest/download/install-skills.ps1 | iex

Verify

Open a new terminal and run:

dots-skills list
dots-doctor

What gets installed

  • Skills under ~/.local/share/agentic-workstation/skills/
  • Tool-specific skill links for supported AI tools
  • Agent definitions for supported AI coding tools

Next steps

Clone this wiki locally