jasoncychueh

Compile Vb6 Rc — Development skill for Claude Code

Development community

Compile a VB6 resource file (.rc → .RES) using the plugin's compile_rc.bat.

How to install Compile Vb6 Rc

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

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

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

What Compile Vb6 Rc does


name: compile_vb6_rc description: Compile a VB6 resource file (.rc → .RES) using the plugin's compile_rc.bat disable-model-invocation: true argument-hint: "[resource.rc]"

Compile a VB6 resource file (.rc → .RES).

Determine which .rc to compile

  • If the user provided an argument: use $ARGUMENTS as the .rc file path.
  • If no argument was provided: find all .rc files in the project directory and choose the most appropriate one. If there is only one, use it. If there are multiple,

Alternatives in Development

Full documentation available on GitHub

View Source Repository