jasoncychueh

Compile Vb6 — Development skill for Claude Code

Development community

Compile a VB6 project (.vbp) using the plugin's compile.bat.

How to install Compile Vb6

Installs to ~/.claude/skills/jasoncychueh-claude-vb6-plugin-compile_vb6/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jasoncychueh-claude-vb6-plugin-compile_vb6 && curl -fsSL https://raw.githubusercontent.com/jasoncychueh/claude-vb6-plugin/HEAD/commands/compile_vb6.md -o ~/.claude/skills/jasoncychueh-claude-vb6-plugin-compile_vb6/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Compile Vb6 does


name: compile_vb6 description: Compile a VB6 project (.vbp) using the plugin's compile.bat disable-model-invocation: true argument-hint: "[project.vbp]"

Compile a VB6 project.

Determine which .vbp to compile

  • If the user provided an argument: use $ARGUMENTS as the .vbp file path.
  • If no argument was provided: find all .vbp files in the project directory and choose the most appropriate one (e.g., the main project, not test/utility projects). If there is only one, use it. If th

Alternatives in Development

  • Compiletex — Compile LaTeX and report errors/warnings 446 ★
  • Module Build — Build and package a module for distribution (compile assets + zip) 407 ★
  • EvoTrace — Compile real-world Claude Code and Codex trajectories into verified, tradable post-training assets 161 ★

Full documentation available on GitHub

View Source Repository