vlinx-io

3 mods across 1 repository, 111 stars between them.

vopen

01

vlinx-io/VelaTerm

Skill Claude CodeCodex

Open a file or URL in the vlx-term center pane (mirrors the vopen command). Markdown opens in a WYSIWYG editor, images in the built-in image viewer, other files in the source-code editor (with automatic syntax highlighting by language), and http/https URLs in a built-in browser tab. Only use when the user explicitly…

111 6d ago A 100 tokens original MIT

vspawn-tree

02

vlinx-io/VelaTerm

Skill Claude CodeCodex

Same as /vspawn, but opens a dedicated git worktree for the child session (equivalent to vspawn --worktree). Only use when the user explicitly invokes /vspawn-tree or $vspawn-tree; never auto-trigger. This is a real session run by its own process in the vlx-term left-panel tree — not an in-process sub-agent, and not a…

111 6d ago A 96 tokens original MIT

vspawn

03

vlinx-io/VelaTerm

Skill Claude CodeCodex

Explicitly spawn a standalone child session under the current vlx-term session, passing the task in as its first message (mirrors spawntask). Runs in the current directory by default, without a git worktree (use vspawn-tree for a worktree). Only use when the user explicitly invokes /vspawn or $vspawn; never…

111 6d ago A 118 tokens original MIT