dr
- Repo stars 330
- License MIT
- Author repo claude-skill-registry
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 /po_spec path/to/spec.md→/dry-run /po_spec 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
Execute: /dry-run $ARGUMENTS
- Fluxly category
- Other
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 94 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @majiayu000 · MIT
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Guided setup
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Shell exec
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Usage
Usage
Behavior
Executes /dry-run with all arguments passed through unchanged: /dr /pospec path/to/spec.md → /dry-run /pospec path/to/spec.md /dr /spec IMPLEMENT path/to/spec.md → /dry-run /spec IMPLEMENT path/to/spec.md
Implementation
Execute: /dry-run $ARGUMENTS
# 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 /po_spec path/to/spec.md` → `/dry-run /po_spec 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
Execute: `/dry-run $ARGUMENTS` Evidence boundary and execution chain
Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Usage → Behavior → Implementation
terms -> Simple alias that delegates to /dry-run with all arguments.
files/cmd -> /dry-run · /dr /pospec path/to/spec.md · /dry-run /pospec path/to/spec.md · /dr /spec IMPLEMENT path/to/spec.md · /dry-run /spec IMPLEMENT path/to/spec.md · /dr <question> · /dry-run <question> · /dry-run $ARGUMENTS
body sha256 -> 5b7425a8b42d
Decide Fit First
Design Intent
How To Use It
Boundaries And Review