Skip to main content
AI/MLWaterplanAI

ac-tools-dr

Short alias for ac-tools-dry-run. Applies the same dry-run workflow and constraints to the provided command or prompt. Triggers on keywords: dr, dry run shorthand, preview safely

Stars
31
Source
WaterplanAI/agentic-config
Updated
2026-05-25
Slug
WaterplanAI--agentic-config--ac-tools-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/packages/pi-ac-tools/skills/ac-tools-dr/SKILL.md -o .claude/skills/ac-tools-dr.md

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

DR Alias

Short alias for ac-tools-dry-run.

Behavior

Treat this invocation exactly as if the user had run:

/skill:ac-tools-dry-run <same arguments>

Apply the same workflow and constraints as ac-tools-dry-run:

  1. Resolve the session status path under outputs/session/<session_pid>/status.yml
  2. Set dry_run: true
  3. Execute the delegated command or prompt exactly as given
  4. Do not perform file writes other than the session status file
  5. Reset dry_run: false on success or failure
  6. Report what would have changed

Constraint

Do not rely on raw non-pi skill-delegation syntax. This alias must remain pi-native and preserve the same dry-run semantics directly.