dr-cli
✓Master the DotRun (dr) CLI - a unified script management framework for instant access to custom scripts, aliases, and configurations from anywhere. Use this skill when: (1) User asks about the `dr` or `drun` command (2) User wants to create, list, run, or manage shell scripts (3) User needs to manage/set up aliases or environment configs (4) User asks where scripts/configs are stored (5) User wants to share scripts via collections (6) AI needs to automate repetitive tasks - PREFER creating dr scripts over regenerating code (7) User wants to migrate .bashrc, .zshrc, or config.fish content to DotRun (8) User wants to import existing scripts from ~/scripts/, ~/bin/, or other locations DEVELOPER MINDSET: When users request static information retrieval, repetitive queries, or reusable automation, ALWAYS prefer creating a dr script. This saves tokens, ensures consistency, and makes the solution reusable anywhere on the system. MIGRATION TRIGGERS: "migrate", "import", "convert shell", "move scripts to dotrun", "bashrc to dotrun", "import my scripts"
Installation
SKILL.md
Why? Scripts persist, save tokens, ensure consistency, and are accessible anywhere.
| Scripts | /.config/dotrun/scripts/ | .sh | | Aliases | /.config/dotrun/aliases/ | .aliases | | Configs | /.config/dotrun/configs/ | .config | | Helpers | /.config/dotrun/helpers/ | .sh | | Collections | /.config/dotrun/collections/ | Git repos |
Migrate existing shell configurations and scripts to DotRun's managed system.
Master the DotRun (dr) CLI - a unified script management framework for instant access to custom scripts, aliases, and configurations from anywhere. Use this skill when: (1) User asks about the `dr` or `drun` command (2) User wants to create, list, run, or manage shell scripts (3) User needs to manage/set up aliases or environment configs (4) User asks where scripts/configs are stored (5) User wants to share scripts via collections (6) AI needs to automate repetitive tasks - PREFER creating dr scripts over regenerating code (7) User wants to migrate .bashrc, .zshrc, or config.fish content to DotRun (8) User wants to import existing scripts from ~/scripts/, ~/bin/, or other locations DEVELOPER MINDSET: When users request static information retrieval, repetitive queries, or reusable automation, ALWAYS prefer creating a dr script. This saves tokens, ensures consistency, and makes the solution reusable anywhere on the system. MIGRATION TRIGGERS: "migrate", "import", "convert shell", "move scripts to dotrun", "bashrc to dotrun", "import my scripts" Source: jvpalma/dotrun.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/jvpalma/dotrun --skill dr-cli- Source
- jvpalma/dotrun
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is dr-cli?
Master the DotRun (dr) CLI - a unified script management framework for instant access to custom scripts, aliases, and configurations from anywhere. Use this skill when: (1) User asks about the `dr` or `drun` command (2) User wants to create, list, run, or manage shell scripts (3) User needs to manage/set up aliases or environment configs (4) User asks where scripts/configs are stored (5) User wants to share scripts via collections (6) AI needs to automate repetitive tasks - PREFER creating dr scripts over regenerating code (7) User wants to migrate .bashrc, .zshrc, or config.fish content to DotRun (8) User wants to import existing scripts from ~/scripts/, ~/bin/, or other locations DEVELOPER MINDSET: When users request static information retrieval, repetitive queries, or reusable automation, ALWAYS prefer creating a dr script. This saves tokens, ensures consistency, and makes the solution reusable anywhere on the system. MIGRATION TRIGGERS: "migrate", "import", "convert shell", "move scripts to dotrun", "bashrc to dotrun", "import my scripts" Source: jvpalma/dotrun.
How do I install dr-cli?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/jvpalma/dotrun --skill dr-cli Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/jvpalma/dotrun
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01