v1.2.0
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 | shInstall 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 copilotQuick Install (Windows — PowerShell)
irm https://github.com/ulises-jeremias/agentic-workstation/releases/download/v1.2.0/install-skills.ps1 | iexManual 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 | iexHow 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.