📄 skillActivePromisinghigh

vinhnx/VTCode

by vinhnx

VT Code is an open-source coding agent with LLM-native code understanding and robust shell safety. Supports multiple LLM providers with automatic failover and efficient context management.

Supported Platforms

🤖 Claude Code🧠 Codex

Stars

679

Skill Type

📖 Library & API Reference

Quality Score

99/200

License

MIT

Forks

57

Last Updated

Jun 11, 2026

Discovered

Apr 25, 2026

Validation

Passed

github.com/vinhnx/VTCode

Quality Breakdown

99/ 200

Content Signals

â—‹Gotchas/Edge Cases+40
✓Progressive Disclosure+30
â—‹Trigger Description+20
â—‹Verification/Safety+20
✓Code Examples+15
✓Composability+15

Repo Health

✓Recent Activity+15
✓Scripts/Automation+10
â—‹Real Usage (Issues)+10
✓Single Responsibility+10
✓Config/Persistence+10
✓Install Instructions+5

Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.

Trust & Verification

high

Broad system access required. Carefully review permissions before installing.

Active

Updated within the last 90 days. Actively maintained.

Unverified skill. Always review source code before installing any skill from an unknown author.

Risk Assessment

  • Repository contains multiple shell scripts in .vtcode/hooks/ directory (bash-validator.sh, code-formatter.sh, file-protection.sh, log-bash-commands.sh, run-tests.sh, session-cleanup.sh, session-setup.sh) that execute arbitrary commands
  • Install script referenced in README uses curl | bash pattern (curl -fsSL https://raw.githubusercontent.com/vinhnx/vtcode/main/scripts/install.sh | bash) which executes remote code without verification
  • Persistent configuration and agent definitions stored in .vtcode/ directory including agent definitions (rust-engineer.md, background-demo.md) and hooks that modify system behavior
  • Multiple agent spawning capability indicated by AGENTS.md file and .vtcode/agents/ directory with agent definitions
  • Bash command logging hooks (.vtcode/hooks/log-bash-commands.sh) suggest autonomous execution with command capture
  • Session setup/cleanup automation (.vtcode/hooks/session-setup.sh, session-cleanup.sh) enables autonomous operation without explicit human approval gates