Cmd Command

Run a terminal command (usage: /command <program> [args...])

vinhnx 8d7a1f0 572 B Updated

File contents

Run Terminal Command

Interpret the user input as the raw command string that follows /command.

  • Execute that command in the current workspace.
  • Do not rewrite the command unless quoting or escaping is required by the shell.
  • Report the important result briefly, including failures.
  • If the command produces large output, summarize the relevant lines instead of dumping everything.
  • If the command is empty, respond with the expected usage instead of guessing.

vinhnx/vtcode/tree/main/crates/codegen/vtcode-skills/src/skills/assets/samples/cmd-command commit 8d7a1f0cac

Frequently asked questions

npx skillmds@latest add vinhnx/cmd-command