vlinx-io/VelaTerm

VelaTerm = iTerm2 + Codex, The Best Terminal for AI Coding

112Stars on the repository
3Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

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…

not rated 112 3d 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…

not rated 112 3d 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…

not rated 112 3d ago A 118 tokens original MIT