Instructions file GitHub Copilot
Instructions for vinhnx/VTCode, covering vt code agent guidelines, build & test commands, preferred (faster with cargo-nextest), standard cargo commands and fallback (if nextest unavailable).
Instructions file GitHub Copilot
Instructions for vinhnx/VTCode, covering vt code agent guidelines, build & test commands, preferred (faster with cargo-nextest), standard cargo commands and fallback (if nextest unavailable).
MCP server Claude CodeCodexCursor +2
DeepWiki's hosted MCP server: AI-generated documentation of public GitHub repositories the agent can query. Remote server at mcp.deepwiki.com.
Agent
Minimal demo subagent for the managed background subprocess flow and script smoke tests.
Agent
Use when building Rust systems where memory safety, ownership patterns, zero-cost abstractions, and performance optimization are critical for systems programming, embedded development, async applications, or high-performance services.
Agent
Read-only verification specialist. Reviews diffs, file changes, and proposed edits for correctness, safety, and adherence to project conventions. Used by the loop engineering verifier pass.
Instructions file CodexOpenCode
Instructions for vinhnx/VTCode, covering agents.md, rules, detailed guides, workspace and per-module guidance.
Skill Claude CodeCodex
Use for ast-grep project setup, rule authoring, rule debugging, and structural search workflows.
Skill Claude CodeCodex
Perform comprehensive codebase analysis and generate reports (usage: /analyze [full|security|performance]).
Skill Claude CodeCodex
Run a terminal command (usage: /command [args...]).
Skill Claude CodeCodex
Review the current diff or selected files (usage: /review [--last-diff|--target |--file |files...] [--style ]).
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Migrate an existing Claude, Copilot, Codex, Cursor, Kiro, VS Code, or other client-specific agent plugin to the portable Agent Plugins v1 structure while preserving platform-specific hooks, agents, commands, LSP, UI, and marketplace behavior. Use when auditing, converting, or modernizing an agent plugin.