Skip to content

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 23:27
· 30 commits to main since this release
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.