From ac-tools
Provides /dr shorthand alias for /dry-run, passing all arguments through unchanged for quick command previews without execution.
npx claudepluginhub waterplanai/agentic-config --plugin ac-toolsThis skill is limited to using the following tools:
Simple alias that delegates to `/dry-run` with all arguments.
Simulates 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.
Guides creation of Claude Code skills with extensions: allowed-tools (Bash patterns), context fork/inherit, argument-hint, model overrides, hooks.
Generates Claude Code skills and slash commands: interviews for requirements, selects type, crafts dense frontmatter with trigger phrases, initializes directories via Python script.
Share bugs, ideas, or general feedback.
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")