Commands
skills
Manage AI agent skills.
Usage
dub skillsDescription
Install, list, and manage AI agent skills that enhance coding assistants' ability to work with DubStack.
Subcommands
| Subcommand | Description |
|---|---|
dub skills add <skill> | Install a skill |
dub skills list | List installed skills |
dub skills remove <skill> | Remove a skill |
Examples
# Install the DubStack skill
dub skills add wiseiodev/dubstack/skills/dubstack
# List installed skills
dub skills listdub stash
Branch-aware stashing. Captures the working tree (staged + unstaged + untracked) and records which branch the stash was created on, so `dub stash pop` refuses to apply onto a different branch unless you opt in with `--on <branch>` or `--force`.
Workflows
Copy-paste workflow playbooks for common DubStack operations.