jasperhartong

4 mods across 1 repository, 5 stars between them.

sketchup-bridge

01

jasperhartong/sketchup-code

Cursor rule Cursor

Always use the SketchUp bridge to run/iterate on SketchUp code (never ask user to paste in Ruby Console).

5 3mo ago A 1,726 tokens original MIT

package-plugin

03

jasperhartong/sketchup-code

Skill Claude CodeCodexCursor

Package a SketchUp Ruby plugin into a .rbz file. Use when the user asks to package, build, release, or distribute a plugin. ALWAYS bump the version number before packaging.

5 3mo ago A 41 tokens original MIT

jasperhartong/sketchup-code

Skill Claude CodeCodexCursor

Safely refactor or DRY up SketchUp Ruby code (core.rb or similar) using the bridge. Captures a baseline of the current SketchUp output before refactoring, validates the refactored code produces identical output, then cleans up. Use when the user asks to refactor, DRY up, clean up, or restructure Ruby code that runs in…

5 3mo ago A 81 tokens original MIT