Agent skill
cmd-command
Run a terminal command (usage: /command <program> [args...])
Install this agent skill to your Project
npx add-skill https://github.com/vinhnx/VTCode/tree/main/vtcode-core/src/skills/assets/samples/cmd-command
Metadata
Additional technical details for this skill
- usage
- /command <program> [args...]
- backend
- traditional_skill
- category
- tools
- slash alias
- /command
SKILL.md
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
cmd-review
Review the current diff or selected files (usage: /review [--last-diff|--target <expr>|--file <path>|files...] [--style <style>])
ast-grep
Use for ast-grep: ast-grep run, sg scan, sg test, sg new, new rule, sgconfig.yml, inline-rules, stdin, json, optional chaining, rule catalog, meta variables, pattern objects, nthChild stopBy, range field, metadata url, caseInsensitive glob, severity off, include metadata, rule order, kind pattern, positive rule, kind esquery, debug-query, static analysis, tree-sitter parser, pattern yaml api, search rewrite lint analyze, textual structural, ast cst, named unnamed, kind field, ambiguous pattern, effective selector, meta variable detection, lazy multi, strictness smart, relaxed signature, string fix, fix config, expandEnd, replace substring, toCase separatedBy, rewriter, rewrite joinBy, find patch, barrel import, ruleDirs testConfigs, libraryPath languageSymbol, dynamic injected, custom language, TREE_SITTER_LIBDIR, language injection, styled components, language alias, languageGlobs, expandoChar, napi parse, python api, programmatic API.
skill-installer
Install VT Code skills into ~/.agents/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo, including private repos.
cmd-analyze
Perform comprehensive codebase analysis and generate reports (usage: /analyze [full|security|performance])
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends VT Code's capabilities with specialized knowledge, workflows, or tool integrations.
kirby-i18n-workflows
Manages Kirby multi-language workflows, translations, and localized labels. Use when dealing with languages, translation keys, placeholders, or importing/exporting translations.
Didn't find tool you were looking for?