---
title: "vtcode-plugins"
description: "General-purpose Agent Skills extracted from VT Code: Rust coding rules, codemod migrations, code review, workspace analysis, and more."
canonical: https://agentpluginsdirectory.com/plugins/vtcode-plugins
last-updated: 2026-09-22
---

# vtcode-plugins
General-purpose Agent Skills extracted from VT Code: Rust coding rules, codemod migrations, code review, workspace analysis, and more.
- Slug: vtcode-plugins
- Publisher: Vinh Nguyen
- Repository: https://github.com/vinhnx/vtcode-plugins
- Manifest: plugin.json
- Version: 0.1.0
- License: MIT OR Apache-2.0
- Category (editorial): code-review
- Skills: 9 (cmd-analyze, cmd-command, cmd-review, codemod, evaluate-crate, pr-code-review, read-and-apply, rust-skills, source-command-fix-failing-tests)
- MCP servers: 0
- Stars: 2
- Repository created: 2026-08-07
- Repository last pushed: 2026-08-08
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/vtcode-plugins
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What vtcode-plugins does, in the publisher's words

General-purpose Agent Skills extracted from VT Code, packaged as an Agent Plugins portable plugin.

One plugin, nine skills: Rust coding rules, codemod migrations, code review, workspace analysis, and dependency evaluation. Installable by any Agent Plugins client: VT Code, and any other conformant client.

This package is the VT Code project's own skills shipped as a portable plugin. The two repos reference each other:

- Install it in VT Code: see the VT Code Agent Plugins guide and user guide for the full install/use flow.
- Read about the format: the VT Code wiki Agent-Plugins page covers the format and security model.
- Contribution loop: these skills are curated from VT Code's.agents/skills/. Improve a skill here and it can flow back into VT Code; skills added to VT Code that are general-purpose are candidates to be published here.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/vinhnx/vtcode-plugins/HEAD/README.md

## Skills

- cmd-analyze: Perform comprehensive codebase analysis and generate reports (usage: /analyze [full|security|performance])
- cmd-command: Run a terminal command (usage: /command <program> [args...])
- cmd-review: Review the current diff or selected files (usage: /review [--last-diff|--target <expr>|--file <path>|files...] [--style <style>])
- codemod: Use Codemod CLI whenever the user wants to migrate, upgrade, update, or refactor a codebase in a repeatable way. This includes framework migrations, library upgrades, version bump migrations, API surface changes, deprecations, and large-scale mechanical edits. First search the Codemod Registry for…
- evaluate-crate: Evaluate whether a Rust crate, library, or external resource is useful for the vtcode project. Use when the user shares a crate URL, article, or reference and asks "can we use this to improve vtcode".
- pr-code-review: Spin up a PR code review sub-agent. Ranks bugs critical/high/medium/low, eliminates false positives, writes consolidated report, applies KISS/DRY fixes (main logic only, skip tests), re-reviews after every change, loops until done. Use when the user asks to review a PR, triage bugs, or run a code r…
- read-and-apply: Read an external article, book chapter, or technical resource and apply its lessons to improve the vtcode codebase. Use when the user shares a URL or pastes article text and says 'read and apply' or 'improve vtcode based on this'.
- rust-skills: 179 Rust coding rules across 14 categories. Use when writing, reviewing, or refactoring Rust code. Covers ownership, errors, async, API design, memory, performance, testing, and anti-patterns.
- source-command-fix-failing-tests: Run project tests and automatically fix any failures using the specialized agent.

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.
