skills/geosketch-ai-bridge-prompt-bundle/SKILL.md
Build or refine the AI bridge that prepares prompt bundles from current frame PNG, marked PNG, reference images, scene summaries, and allowed operations. Use when working on AI request panels, prompt assembly, manual web-mode flows, response parsing, or future API migration. Do not use for low-level bezier math or renderer-only issues.
npx skillsauth add gitUserKHS/illustrator_ai geosketch-ai-bridge-prompt-bundleInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Prepare minimal, high-signal AI context for geometric patch generation.
tools
Work on frame linkage, onion skin rendering, point correspondence, and simple tween helpers for GeoSketch Studio. Use when a task spans current frame state and adjacent frame visualization or interpolation. Do not use for static single-frame editor tasks.
data-ai
Work on Scene Graph JSON, semantic roles, versioned patch operations, scene summaries, and patch contracts. Use when editing canonical shape data, ids, versioning, patch schemas, or AI-editable contracts. Do not use for pure canvas paint issues or generic UI polish.
testing
Design and implement patch schema validation, coordinate bounds checks, reference integrity checks, and version conflict handling for GeoSketch Studio. Use when touching patch safety, preview-only fallback, or apply-path guards. Do not use for renderer polish or generic editor UI work.
development
Implement pure geometry logic for GeoSketch Studio such as bezier math, interpolation, point and segment operations, and future WASM-stable interfaces. Use when the task is math-heavy, renderer-independent, or likely to become a performance hotspot. Do not use for prompt wiring or React component work.