Agent Skills: DR Alias Skill

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

UncategorizedID: MatiasComercio/agentic-config/dr

Install this agent skill to your local

pnpm dlx add-skill https://github.com/WaterplanAI/agentic-config/tree/HEAD/plugins/ac-tools/skills/dr

Skill Files

Browse the full folder contents for dr.

Download Skill

Loading file tree…

plugins/ac-tools/skills/dr/SKILL.md

Skill Metadata

Name
dr
Description
"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"

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")