Skip to content

Releases: ulises-jeremias/agentic-workstation

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 06 Aug 00:22
baada13

New in v1.5.0 — thin workstation via uv tool (agent-toolkit delegation)

This release makes agentic-workstation a thin provisioning layer — all skills/packs/personas/agents/MCPs/loops/prompts are now delegated to agent-toolkit via uv tool.

  • uv tool install --force agent-toolkit-cli && agent-toolkit install is the sole install path (see docs/AGENT_TOOLKIT.md thin diagram)
  • Remove 340 files (-16109): 21 embedded skills, 7 loops, 6 MCP, prompts/scopes/templates and per-tool agents/skills symlinks — replaced by README.md delegating placeholders
  • Chezmoi: run_once_after_50-install-agent-toolkit.sh.tmpl only uv+install, run_onchange_45 thin delegation + dots-skills sync (CI hermetic skip)
  • CI: verify-release-dump, assert-install-layout, validate-skills and generate-skill-index now handle thin (0 embedded skills) — 23 checks pass
  • Continues Muse Code support from v1.4.0 (muse, ~/.config/muse/skills)

agentic-workstation AI Assets v1.5.0

Pre-built AI skills, agents, and tools for the agentic-workstation users.
Install on any machine — no chezmoi required.

Non-developers: follow the step-by-step guide at
docs/wiki/GUIDED_AI_INSTALL.md.

Included Skills

  • README.md

Quick Install (Linux / macOS / WSL2)

Install everything:

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

Install for a specific tool:

# Claude Code / Claude Desktop
curl -fsSL https://github.com/ulises-jeremias/agentic-workstation/releases/download/v1.5.0/install-skills.sh | sh -s -- --tool claude

# OpenCode
curl -fsSL https://github.com/ulises-jeremias/agentic-workstation/releases/download/v1.5.0/install-skills.sh | sh -s -- --tool opencode

# Cursor
curl -fsSL https://github.com/ulises-jeremias/agentic-workstation/releases/download/v1.5.0/install-skills.sh | sh -s -- --tool cursor

# Windsurf
curl -fsSL https://github.com/ulises-jeremias/agentic-workstation/releases/download/v1.5.0/install-skills.sh | sh -s -- --tool windsurf

# GitHub Copilot (VS Code / custom instructions file)
curl -fsSL https://github.com/ulises-jeremias/agentic-workstation/releases/download/v1.5.0/install-skills.sh | sh -s -- --tool copilot

Quick Install (Windows — PowerShell)

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

Manual Installation

Claude Desktop (macOS / Linux / Windows)

Extract dots-workstation-agents-claude-v1.5.0.zip and copy:

  • dot_claude/agents/~/.claude/agents/ (macOS/Linux)
  • dot_claude/agents/%USERPROFILE%\.claude\agents\ (Windows)

OpenCode

Extract dots-workstation-agents-opencode-v1.5.0.zip and copy:

  • dot_config/opencode/agents/~/.config/opencode/agents/
  • dot_config/opencode/skills/~/.config/opencode/skills/

Cursor

Extract dots-workstation-agents-cursor-v1.5.0.zip and copy:

  • dot_cursor/rules/~/.cursor/rules/
  • dot_cursor/skills/~/.cursor/skills/

Windsurf

Extract dots-workstation-agents-windsurf-v1.5.0.zip and copy:

  • dot_windsurf/rules/~/.windsurf/rules/

GitHub Copilot

Extract dots-workstation-agents-copilot-v1.5.0.zip and copy:

  • dot_github/copilot-instructions.md~/.github/copilot-instructions.md (macOS/Linux)
  • dot_github/copilot-instructions.md%USERPROFILE%\.github\copilot-instructions.md (Windows)

Skills only (any tool)

Extract dots-workstation-skills-v1.5.0.zip and copy the skills/ directory:

  • macOS/Linux: ~/.local/share/agentic-workstation/skills/
  • Windows: %USERPROFILE%\.local\share\agentic-workstation\skills\

Full Workstation Setup

For a complete agentic-workstation workstation setup (toolchain + AI agents):

# macOS / Linux / WSL2
bash <(curl -fsSL https://raw.githubusercontent.com/ulises-jeremias/agentic-workstation/main/install.sh)
# Windows (auto-detects WSL2)
irm https://raw.githubusercontent.com/ulises-jeremias/agentic-workstation/main/install.ps1 | iex

How these artifacts are built

Bundles are produced from the chezmoi target state after apply, driven by scripts/release-artifacts.json and scripts/build-release-artifacts.py (chezmoi archive / tar). See docs/wiki/RELEASES.md.

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 23:27
83518ba

New in v1.4.0 — Muse Code (Meta) support

This release adds first-class support for Muse Code from Metahttps://developer.meta.com/ai/products/muse-code/ — via the Agent Skills spec.

  • Install with curl -fsSL https://dev.meta.ai/install.sh | bash (opt-in install_agent_muse_code), muse CLI
  • Skills deploy to ~/.config/muse/skills/<name>/SKILL.md + .agents/skills (universal fallback) and via muse skills import --from claude
  • dots-skills, install-skills.sh --tool muse, compatibility matrix and docs updated (21 skills)
  • New artifact dots-workstation-agents-muse-v1.4.0.zip — see assets below

agentic-workstation AI Assets v1.4.0

Pre-built AI skills, agents, and tools for the agentic-workstation users.
Install on any machine — no chezmoi required.

Non-developers: follow the step-by-step guide at
docs/wiki/GUIDED_AI_INSTALL.md.

Included Skills

  • clickup-cli
  • dbt-validation
  • dots-slack-assistant
  • figma
  • figma-code-connect-components
  • figma-create-design-system-rules
  • figma-create-new-file
  • figma-implement-design
  • gh-address-comments
  • gh-contribution-planner
  • gh-fix-ci
  • github-cli-workflow
  • gitlab-cli-workflow
  • jupyter-notebook
  • linear
  • playwright-cli
  • skill-catalog.yaml
  • slack-cli
  • snowflake-validation
  • ui-ux-pro-max
  • workflow-client-bootstrap
  • workflow-generic-project

Quick Install (Linux / macOS / WSL2)

Install everything:

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

Install for a specific tool:

# Claude Code / Claude Desktop
curl -fsSL https://github.com/ulises-jeremias/agentic-workstation/releases/download/v1.4.0/install-skills.sh | sh -s -- --tool claude

# OpenCode
curl -fsSL https://github.com/ulises-jeremias/agentic-workstation/releases/download/v1.4.0/install-skills.sh | sh -s -- --tool opencode

# Cursor
curl -fsSL https://github.com/ulises-jeremias/agentic-workstation/releases/download/v1.4.0/install-skills.sh | sh -s -- --tool cursor

# Windsurf
curl -fsSL https://github.com/ulises-jeremias/agentic-workstation/releases/download/v1.4.0/install-skills.sh | sh -s -- --tool windsurf

# GitHub Copilot (VS Code / custom instructions file)
curl -fsSL https://github.com/ulises-jeremias/agentic-workstation/releases/download/v1.4.0/install-skills.sh | sh -s -- --tool copilot

Quick Install (Windows — PowerShell)

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

Manual Installation

Claude Desktop (macOS / Linux / Windows)

Extract dots-workstation-agents-claude-v1.4.0.zip and copy:

  • dot_claude/agents/~/.claude/agents/ (macOS/Linux)
  • dot_claude/agents/%USERPROFILE%\.claude\agents\ (Windows)

OpenCode

Extract dots-workstation-agents-opencode-v1.4.0.zip and copy:

  • dot_config/opencode/agents/~/.config/opencode/agents/
  • dot_config/opencode/skills/~/.config/opencode/skills/

Cursor

Extract dots-workstation-agents-cursor-v1.4.0.zip and copy:

  • dot_cursor/rules/~/.cursor/rules/
  • dot_cursor/skills/~/.cursor/skills/

Windsurf

Extract dots-workstation-agents-windsurf-v1.4.0.zip and copy:

  • dot_windsurf/rules/~/.windsurf/rules/

GitHub Copilot

Extract dots-workstation-agents-copilot-v1.4.0.zip and copy:

  • dot_github/copilot-instructions.md~/.github/copilot-instructions.md (macOS/Linux)
  • dot_github/copilot-instructions.md%USERPROFILE%\.github\copilot-instructions.md (Windows)

Skills only (any tool)

Extract dots-workstation-skills-v1.4.0.zip and copy the skills/ directory:

  • macOS/Linux: ~/.local/share/agentic-workstation/skills/
  • Windows: %USERPROFILE%\.local\share\agentic-workstation\skills\

Full Workstation Setup

For a complete agentic-workstation workstation setup (toolchain + AI agents):

# macOS / Linux / WSL2
bash <(curl -fsSL https://raw.githubusercontent.com/ulises-jeremias/agentic-workstation/main/install.sh)
# Windows (auto-detects WSL2)
irm https://raw.githubusercontent.com/ulises-jeremias/agentic-workstation/main/install.ps1 | iex

How these artifacts are built

Bundles are produced from the chezmoi target state after apply, driven by scripts/release-artifacts.json and scripts/build-release-artifacts.py (chezmoi archive / tar). See docs/wiki/RELEASES.md.

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 19:48

agentic-workstation AI Assets v1.3.0

Pre-built AI skills, agents, and tools for the agentic-workstation users.
Install on any machine — no chezmoi required.

Non-developers: follow the step-by-step guide at
docs/wiki/GUIDED_AI_INSTALL.md.

Included Skills

  • clickup-cli
  • dbt-validation
  • dots-slack-assistant
  • figma
  • figma-code-connect-components
  • figma-create-design-system-rules
  • figma-create-new-file
  • figma-implement-design
  • gh-address-comments
  • gh-contribution-planner
  • gh-fix-ci
  • github-cli-workflow
  • gitlab-cli-workflow
  • jupyter-notebook
  • linear
  • playwright-cli
  • skill-catalog.yaml
  • slack-cli
  • snowflake-validation
  • ui-ux-pro-max
  • workflow-client-bootstrap
  • workflow-generic-project

Quick Install (Linux / macOS / WSL2)

Install everything:

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

Install for a specific tool:

# Claude Code / Claude Desktop
curl -fsSL https://github.com/ulises-jeremias/agentic-workstation/releases/download/v1.3.0/install-skills.sh | sh -s -- --tool claude

# OpenCode
curl -fsSL https://github.com/ulises-jeremias/agentic-workstation/releases/download/v1.3.0/install-skills.sh | sh -s -- --tool opencode

# Cursor
curl -fsSL https://github.com/ulises-jeremias/agentic-workstation/releases/download/v1.3.0/install-skills.sh | sh -s -- --tool cursor

# Windsurf
curl -fsSL https://github.com/ulises-jeremias/agentic-workstation/releases/download/v1.3.0/install-skills.sh | sh -s -- --tool windsurf

# GitHub Copilot (VS Code / custom instructions file)
curl -fsSL https://github.com/ulises-jeremias/agentic-workstation/releases/download/v1.3.0/install-skills.sh | sh -s -- --tool copilot

Quick Install (Windows — PowerShell)

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

Manual Installation

Claude Desktop (macOS / Linux / Windows)

Extract dots-workstation-agents-claude-v1.3.0.zip and copy:

  • dot_claude/agents/~/.claude/agents/ (macOS/Linux)
  • dot_claude/agents/%USERPROFILE%\.claude\agents\ (Windows)

OpenCode

Extract dots-workstation-agents-opencode-v1.3.0.zip and copy:

  • dot_config/opencode/agents/~/.config/opencode/agents/
  • dot_config/opencode/skills/~/.config/opencode/skills/

Cursor

Extract dots-workstation-agents-cursor-v1.3.0.zip and copy:

  • dot_cursor/rules/~/.cursor/rules/
  • dot_cursor/skills/~/.cursor/skills/

Windsurf

Extract dots-workstation-agents-windsurf-v1.3.0.zip and copy:

  • dot_windsurf/rules/~/.windsurf/rules/

GitHub Copilot

Extract dots-workstation-agents-copilot-v1.3.0.zip and copy:

  • dot_github/copilot-instructions.md~/.github/copilot-instructions.md (macOS/Linux)
  • dot_github/copilot-instructions.md%USERPROFILE%\.github\copilot-instructions.md (Windows)

Skills only (any tool)

Extract dots-workstation-skills-v1.3.0.zip and copy the skills/ directory:

  • macOS/Linux: ~/.local/share/agentic-workstation/skills/
  • Windows: %USERPROFILE%\.local\share\agentic-workstation\skills\

Full Workstation Setup

For a complete agentic-workstation workstation setup (toolchain + AI agents):

# macOS / Linux / WSL2
bash <(curl -fsSL https://raw.githubusercontent.com/ulises-jeremias/agentic-workstation/main/install.sh)
# Windows (auto-detects WSL2)
irm https://raw.githubusercontent.com/ulises-jeremias/agentic-workstation/main/install.ps1 | iex

How these artifacts are built

Bundles are produced from the chezmoi target state after apply, driven by scripts/release-artifacts.json and scripts/build-release-artifacts.py (chezmoi archive / tar). See docs/wiki/RELEASES.md.

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 14:07

agentic-workstation AI Assets v1.2.0

Pre-built AI skills, agents, and tools for the agentic-workstation users.
Install on any machine — no chezmoi required.

Non-developers: follow the step-by-step guide at
docs/wiki/GUIDED_AI_INSTALL.md.

Included Skills

  • clickup-cli
  • dbt-validation
  • dots-harness-knowledge-sync
  • dots-slack-assistant
  • dots-workstation-adr
  • dots-workstation-agreement
  • dots-workstation-assistant
  • dots-workstation-bug
  • dots-workstation-decision-log
  • dots-workstation-dev-companion
  • dots-workstation-development-workflow
  • dots-workstation-docs-generator
  • dots-workstation-epic
  • dots-workstation-incident
  • dots-workstation-llm-cost-advisor
  • dots-workstation-loop-runner
  • dots-workstation-management-unit-assessment
  • dots-workstation-meeting-minutes
  • dots-workstation-onboarding
  • dots-workstation-output-handshake
  • dots-workstation-planning
  • dots-workstation-pr-fallback
  • dots-workstation-prd
  • dots-workstation-project-assessment
  • dots-workstation-project-assessment-evidence
  • dots-workstation-spike
  • dots-workstation-task
  • dots-workstation-technical-unit-assessment
  • dots-workstation-trd
  • dots-workstation-triage
  • dots-workstation-user-story
  • dots-workstation-work-item
  • dots-workstation-workflow-client-bootstrap
  • dots-workstation-workflow-generic-project
  • figma
  • figma-code-connect-components
  • figma-create-design-system-rules
  • figma-create-new-file
  • figma-implement-design
  • gh-address-comments
  • gh-contribution-planner
  • gh-fix-ci
  • github-cli-workflow
  • gitlab-cli-workflow
  • jupyter-notebook
  • linear
  • playwright-cli
  • skill-catalog.yaml
  • slack-cli
  • snowflake-validation
  • ui-ux-pro-max
  • workflow-client-bootstrap
  • workflow-generic-project

Quick Install (Linux / macOS / WSL2)

Install everything:

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

Install for a specific tool:

# Claude Code / Claude Desktop
curl -fsSL https://github.com/ulises-jeremias/agentic-workstation/releases/download/v1.2.0/install-skills.sh | sh -s -- --tool claude

# OpenCode
curl -fsSL https://github.com/ulises-jeremias/agentic-workstation/releases/download/v1.2.0/install-skills.sh | sh -s -- --tool opencode

# Cursor
curl -fsSL https://github.com/ulises-jeremias/agentic-workstation/releases/download/v1.2.0/install-skills.sh | sh -s -- --tool cursor

# Windsurf
curl -fsSL https://github.com/ulises-jeremias/agentic-workstation/releases/download/v1.2.0/install-skills.sh | sh -s -- --tool windsurf

# GitHub Copilot (VS Code / custom instructions file)
curl -fsSL https://github.com/ulises-jeremias/agentic-workstation/releases/download/v1.2.0/install-skills.sh | sh -s -- --tool copilot

Quick Install (Windows — PowerShell)

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

Manual Installation

Claude Desktop (macOS / Linux / Windows)

Extract dots-workstation-agents-claude-v1.2.0.zip and copy:

  • dot_claude/agents/~/.claude/agents/ (macOS/Linux)
  • dot_claude/agents/%USERPROFILE%\.claude\agents\ (Windows)

OpenCode

Extract dots-workstation-agents-opencode-v1.2.0.zip and copy:

  • dot_config/opencode/agents/~/.config/opencode/agents/
  • dot_config/opencode/skills/~/.config/opencode/skills/

Cursor

Extract dots-workstation-agents-cursor-v1.2.0.zip and copy:

  • dot_cursor/rules/~/.cursor/rules/
  • dot_cursor/skills/~/.cursor/skills/

Windsurf

Extract dots-workstation-agents-windsurf-v1.2.0.zip and copy:

  • dot_windsurf/rules/~/.windsurf/rules/

GitHub Copilot

Extract dots-workstation-agents-copilot-v1.2.0.zip and copy:

  • dot_github/copilot-instructions.md~/.github/copilot-instructions.md (macOS/Linux)
  • dot_github/copilot-instructions.md%USERPROFILE%\.github\copilot-instructions.md (Windows)

Skills only (any tool)

Extract dots-workstation-skills-v1.2.0.zip and copy the skills/ directory:

  • macOS/Linux: ~/.local/share/agentic-workstation/skills/
  • Windows: %USERPROFILE%\.local\share\agentic-workstation\skills\

Full Workstation Setup

For a complete agentic-workstation workstation setup (toolchain + AI agents):

# macOS / Linux / WSL2
bash <(curl -fsSL https://raw.githubusercontent.com/ulises-jeremias/agentic-workstation/main/install.sh)
# Windows (auto-detects WSL2)
irm https://raw.githubusercontent.com/ulises-jeremias/agentic-workstation/main/install.ps1 | iex

How these artifacts are built

Bundles are produced from the chezmoi target state after apply, driven by scripts/release-artifacts.json and scripts/build-release-artifacts.py (chezmoi archive / tar). See docs/wiki/RELEASES.md.

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 04 May 17:12

dots-ai AI Assets v1.1.0

Pre-built AI skills, agents, and tools for the dots-ai users.
Install on any machine — no chezmoi required.

Non-developers: follow the step-by-step guide at
docs/wiki/GUIDED_AI_INSTALL.md.

Included Skills

  • clickup-cli
  • dbt-validation
  • dots-ai-adr
  • dots-ai-agreement
  • dots-ai-assistant
  • dots-ai-bug
  • dots-ai-decision-log
  • dots-ai-dev-companion
  • dots-ai-development-workflow
  • dots-ai-epic
  • dots-ai-incident
  • dots-ai-management-unit-assessment
  • dots-ai-meeting-minutes
  • dots-ai-output-handshake
  • dots-ai-planning
  • dots-ai-pr-fallback
  • dots-ai-prd
  • dots-ai-project-assessment
  • dots-ai-project-assessment-evidence
  • dots-ai-spike
  • dots-ai-task
  • dots-ai-technical-unit-assessment
  • dots-ai-trd
  • dots-ai-user-story
  • dots-ai-work-item
  • dots-ai-workflow-client-bootstrap
  • dots-ai-workflow-generic-project
  • dots-ai-workspace-knowledge-sync
  • dots-ai-workstation-triage
  • dots-slack-assistant
  • figma
  • figma-code-connect-components
  • figma-create-design-system-rules
  • figma-create-new-file
  • figma-implement-design
  • gh-address-comments
  • gh-fix-ci
  • github-cli-workflow
  • gitlab-cli-workflow
  • jupyter-notebook
  • linear
  • playwright-cli
  • skill-catalog.yaml
  • slack-cli
  • snowflake-validation
  • ui-ux-pro-max
  • workflow-client-bootstrap
  • workflow-generic-project

Quick Install (Linux / macOS / WSL2)

Install everything:

curl -fsSL https://github.com/ulises-jeremias/dots-ai/releases/download/v1.1.0/install-skills.sh | sh

Install for a specific tool:

# Claude Code / Claude Desktop
curl -fsSL https://github.com/ulises-jeremias/dots-ai/releases/download/v1.1.0/install-skills.sh | sh -s -- --tool claude

# OpenCode
curl -fsSL https://github.com/ulises-jeremias/dots-ai/releases/download/v1.1.0/install-skills.sh | sh -s -- --tool opencode

# Cursor
curl -fsSL https://github.com/ulises-jeremias/dots-ai/releases/download/v1.1.0/install-skills.sh | sh -s -- --tool cursor

# Windsurf
curl -fsSL https://github.com/ulises-jeremias/dots-ai/releases/download/v1.1.0/install-skills.sh | sh -s -- --tool windsurf

# GitHub Copilot (VS Code / custom instructions file)
curl -fsSL https://github.com/ulises-jeremias/dots-ai/releases/download/v1.1.0/install-skills.sh | sh -s -- --tool copilot

Quick Install (Windows — PowerShell)

irm https://github.com/ulises-jeremias/dots-ai/releases/download/v1.1.0/install-skills.ps1 | iex

Manual Installation

Claude Desktop (macOS / Linux / Windows)

Extract dots-ai-agents-claude-v1.1.0.zip and copy:

  • dot_claude/agents/~/.claude/agents/ (macOS/Linux)
  • dot_claude/agents/%USERPROFILE%\.claude\agents\ (Windows)

OpenCode

Extract dots-ai-agents-opencode-v1.1.0.zip and copy:

  • dot_config/opencode/agents/~/.config/opencode/agents/
  • dot_config/opencode/skills/~/.config/opencode/skills/

Cursor

Extract dots-ai-agents-cursor-v1.1.0.zip and copy:

  • dot_cursor/rules/~/.cursor/rules/
  • dot_cursor/skills/~/.cursor/skills/

Windsurf

Extract dots-ai-agents-windsurf-v1.1.0.zip and copy:

  • dot_windsurf/rules/~/.windsurf/rules/

GitHub Copilot

Extract dots-ai-agents-copilot-v1.1.0.zip and copy:

  • dot_github/copilot-instructions.md~/.github/copilot-instructions.md (macOS/Linux)
  • dot_github/copilot-instructions.md%USERPROFILE%\.github\copilot-instructions.md (Windows)

Skills only (any tool)

Extract dots-ai-skills-v1.1.0.zip and copy the skills/ directory:

  • macOS/Linux: ~/.local/share/dots-ai/skills/
  • Windows: %USERPROFILE%\.local\share\dots-ai\skills\

Full Workstation Setup

For a complete dots-ai workstation setup (toolchain + AI agents):

# macOS / Linux / WSL2
bash <(curl -fsSL https://raw.githubusercontent.com/ulises-jeremias/dots-ai/main/install.sh)
# Windows (auto-detects WSL2)
irm https://raw.githubusercontent.com/ulises-jeremias/dots-ai/main/install.ps1 | iex

How these artifacts are built

Bundles are produced from the chezmoi target state after apply, driven by scripts/release-artifacts.json and scripts/build-release-artifacts.py (chezmoi archive / tar). See docs/wiki/RELEASES.md.

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 04 May 13:06
48c601a

dots-ai AI Assets v1.0.0

Pre-built AI skills, agents, and tools for the dots-ai users.
Install on any machine — no chezmoi required.

Non-developers: follow the step-by-step guide at
wiki/GUIDED_AI_INSTALL.

Included Skills

  • clickup-cli
  • dbt-validation
  • dots-ai-adr
  • dots-ai-agreement
  • dots-ai-assistant
  • dots-ai-bug
  • dots-ai-decision-log
  • dots-ai-dev-companion
  • dots-ai-development-workflow
  • dots-ai-epic
  • dots-ai-incident
  • dots-ai-management-unit-assessment
  • dots-ai-meeting-minutes
  • dots-ai-output-handshake
  • dots-ai-planning
  • dots-ai-pr-fallback
  • dots-ai-prd
  • dots-ai-project-assessment
  • dots-ai-project-assessment-evidence
  • dots-ai-spike
  • dots-ai-task
  • dots-ai-technical-unit-assessment
  • dots-ai-trd
  • dots-ai-user-story
  • dots-ai-work-item
  • dots-ai-workflow-client-bootstrap
  • dots-ai-workflow-generic-project
  • dots-ai-workspace-knowledge-sync
  • dots-ai-workstation-triage
  • dots-slack-assistant
  • figma
  • figma-code-connect-components
  • figma-create-design-system-rules
  • figma-create-new-file
  • figma-implement-design
  • gh-address-comments
  • gh-fix-ci
  • github-cli-workflow
  • gitlab-cli-workflow
  • jupyter-notebook
  • linear
  • playwright-cli
  • skill-catalog.yaml
  • slack-cli
  • snowflake-validation
  • ui-ux-pro-max
  • workflow-client-bootstrap
  • workflow-generic-project

Quick Install (Linux / macOS / WSL2)

Install everything:

curl -fsSL https://github.com/ulises-jeremias/dots-ai/releases/download/v1.0.0/install-skills.sh | sh

Install for a specific tool:

# Claude Code / Claude Desktop
curl -fsSL https://github.com/ulises-jeremias/dots-ai/releases/download/v1.0.0/install-skills.sh | sh -s -- --tool claude

# OpenCode
curl -fsSL https://github.com/ulises-jeremias/dots-ai/releases/download/v1.0.0/install-skills.sh | sh -s -- --tool opencode

# Cursor
curl -fsSL https://github.com/ulises-jeremias/dots-ai/releases/download/v1.0.0/install-skills.sh | sh -s -- --tool cursor

# Windsurf
curl -fsSL https://github.com/ulises-jeremias/dots-ai/releases/download/v1.0.0/install-skills.sh | sh -s -- --tool windsurf

# GitHub Copilot (VS Code / custom instructions file)
curl -fsSL https://github.com/ulises-jeremias/dots-ai/releases/download/v1.0.0/install-skills.sh | sh -s -- --tool copilot

Quick Install (Windows — PowerShell)

irm https://github.com/ulises-jeremias/dots-ai/releases/download/v1.0.0/install-skills.ps1 | iex

Manual Installation

Claude Desktop (macOS / Linux / Windows)

Extract dots-ai-agents-claude-v1.0.0.zip and copy:

  • dot_claude/agents/~/.claude/agents/ (macOS/Linux)
  • dot_claude/agents/%USERPROFILE%\.claude\agents\ (Windows)

OpenCode

Extract dots-ai-agents-opencode-v1.0.0.zip and copy:

  • dot_config/opencode/agents/~/.config/opencode/agents/
  • dot_config/opencode/skills/~/.config/opencode/skills/

Cursor

Extract dots-ai-agents-cursor-v1.0.0.zip and copy:

  • dot_cursor/rules/~/.cursor/rules/
  • dot_cursor/skills/~/.cursor/skills/

Windsurf

Extract dots-ai-agents-windsurf-v1.0.0.zip and copy:

  • dot_windsurf/rules/~/.windsurf/rules/

GitHub Copilot

Extract dots-ai-agents-copilot-v1.0.0.zip and copy:

  • dot_github/copilot-instructions.md~/.github/copilot-instructions.md (macOS/Linux)
  • dot_github/copilot-instructions.md%USERPROFILE%\.github\copilot-instructions.md (Windows)

Skills only (any tool)

Extract dots-ai-skills-v1.0.0.zip and copy the skills/ directory:

  • macOS/Linux: ~/.local/share/dots-ai/skills/
  • Windows: %USERPROFILE%\.local\share\dots-ai\skills\

Full Workstation Setup

For a complete dots-ai workstation setup (toolchain + AI agents):

# macOS / Linux / WSL2
bash <(curl -fsSL https://raw.githubusercontent.com/ulises-jeremias/dots-ai/main/install.sh)
# Windows (auto-detects WSL2)
irm https://raw.githubusercontent.com/ulises-jeremias/dots-ai/main/install.ps1 | iex

How these artifacts are built

Bundles are produced from the chezmoi target state after apply, driven by scripts/release-artifacts.json and scripts/build-release-artifacts.py (chezmoi archive / tar). See docs/RELEASES.md.