Direction List banner
th3vib3coder th3vib3coder

Direction List

Development community

Description

--- description: List replay-derived W-RDM direction records allowed-tools: Read, Bash model: sonnet dispatch: module: environment/directions/cli.js export: listDirectionsCommand scope: direction-list wrappedByMiddleware: false --- # /direction list ## Purpose List the current replay-derived W-RDM direction projection for operator and agent review. ## Invocation ```bash node bin/vre direction list --json ``` ## Arguments - `--json` is required. - No positional arguments are accept

Installation

Installs to ~/.claude/skills/th3vib3coder-vibe-research-environment-direction-list/SKILL.md

Terminal
mkdir -p ~/.claude/skills/th3vib3coder-vibe-research-environment-direction-list && curl -fsSL https://raw.githubusercontent.com/th3vib3coder/vibe-research-environment/HEAD/commands/direction list.md -o ~/.claude/skills/th3vib3coder-vibe-research-environment-direction-list/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository