Capabilities   Json banner
th3vib3coder th3vib3coder

Capabilities Json

Development community

Description

--- description: Emit the reviewed VRE capability handshake as JSON allowed-tools: Read, Bash model: sonnet dispatch: module: environment/control/capability-handshake.js export: generateCapabilityHandshake scope: capability-handshake wrappedByMiddleware: false --- # /capabilities --json ## Purpose Produce the capability handshake that downstream agents use to discover the current VRE surface without opening runtime work. ## Invocation ```bash node bin/vre capabilities --json ``` ##

Installation

Installs to ~/.claude/skills/th3vib3coder-vibe-research-environment-capabilities---json/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository