From ac-tools
Provides /dr shorthand alias for /dry-run, passing all arguments through unchanged for quick command previews without execution.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ac-tools:drThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Simple alias that delegates to `/dry-run` with all arguments.
Simple alias that delegates to /dry-run with all arguments.
/dr <any command or prompt>
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>Invoke the delegated skill explicitly:
Skill(skill="dry-run", args="$ARGUMENTS")
npx claudepluginhub waterplanai/agentic-config --plugin ac-toolsSimulates command or skill execution in dry-run mode without file modifications except session state. Sets dry_run flag with read-only constraints, executes, then resets. Useful for safely testing workflows.
Generates Claude Code skills and slash commands: interviews for requirements, selects type, crafts dense frontmatter with trigger phrases, initializes directories via Python script.
Guides creation, organization, and debugging of slash commands for Claude Code, covering YAML frontmatter, dynamic arguments, bash execution, user interactions, programmatic invocation, and best practices.