Skip to main content
AI/MLWaterplanAI

dr

Alias skill that invokes /dry-run with all arguments passed through. Provides shorthand for dry-run mode. Triggers on keywords: dr, dry run shorthand, alias

Stars
31
Source
WaterplanAI/agentic-config
Updated
2026-05-25
Slug
WaterplanAI--agentic-config--dr
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/WaterplanAI/agentic-config/HEAD/plugins/ac-tools/skills/ac-tools/dr/SKILL.md -o .claude/skills/dr.md

Drops the SKILL.md into .claude/skills/dr.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

DR Alias Skill

Simple alias that delegates to /dry-run with all arguments.

Usage

/dr <any command or prompt>

Behavior

Executes /dry-run with all arguments passed through unchanged:

  • /dr /mux-ospec path/to/spec.md/dry-run /mux-ospec path/to/spec.md
  • /dr /spec IMPLEMENT path/to/spec.md/dry-run /spec IMPLEMENT path/to/spec.md
  • /dr <question>/dry-run <question>

Implementation

Invoke the delegated skill explicitly:

Skill(skill="dry-run", args="$ARGUMENTS")