v1.0.0
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 | shInstall 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 copilotQuick Install (Windows — PowerShell)
irm https://github.com/ulises-jeremias/dots-ai/releases/download/v1.0.0/install-skills.ps1 | iexManual 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 | 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/RELEASES.md.