VTCode
Open-source terminal coding agent with safe tools and multi-provider AI support
All Skills in This Repository (32)
Pure Emerald Level Indicatorsskill-creator
Guide creation of AI agent skills with SKILL.md structure and bundled resources.
skill-installer
Install VT Code skills from curated lists or GitHub repositories.
theme-factory
Apply pre-set or custom themes with color palettes and font pairings to presentations, documents, and reports.
frontend-design
Generate production-grade frontend interfaces in HTML/CSS/JS, React, or Vue.
doc-coauthoring
Guide structured document co-authoring with context gathering and reader testing.
web-design-guidelines
Review UI code against Web Interface Guidelines for accessibility and UX compliance.
pdf-generator-vtcode
Generate PDF documents with text and tables using reportlab and fpdf2.
xlsx
Create, edit, and analyze Excel files with formulas and pandas.
Fill PDF forms and extract text and tables using pypdf and pdfplumber.
algorithmic-art
Create algorithmic art with p5.js sketches using seeded randomness and parametric variation.
internal-comms
Generate internal company communications using predefined templates and guidelines.
canvas-design
Generate original visual art and design philosophies in PDF and PNG formats.
Frequently Asked Questions
FAQPage SchemaHow to install VTCode?โผ
Run `npx skills add vinhnx/VTCode --all -g -y` in your terminal to install all skills in this suite globally.
What is VT Code used for?โผ
VT Code is an open-source terminal coding agent that writes, reviews, and refactors code, runs safe shell commands, and automates long-running development tasks from your terminal.
Which AI models does VT Code support?โผ
It supports over 30 providers including OpenAI and OpenRouter, plus local inference through Ollama, LM Studio, and llama.cpp.
Is VT Code safe to run on my projects?โผ
Yes. It uses a restricted shell sandbox, workspace approval gates, command safety detection, and audit logging so the agent cannot run dangerous commands without permission.
Can I extend VT Code with my own skills?โผ
Yes. It supports Agent Skills, MCP servers, and Agent Plugins, and includes a skill-creator skill that scaffolds, validates, and packages new skills for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core