sketch/SKILL.md
# Sketch - Collaborative SVG Canvas ## Description Opens a Fabric.js-based SVG editor in the browser for collaborative visual prototyping. Claude can write and read SVG through MCP tools while the user edits interactively. Changes sync in real-time via WebSocket. ## Tools Available (via sketch-mcp-server) - `sketch_open_canvas` - Open a named canvas (creates if new), launches browser editor - `sketch_get_svg` - Read current SVG from a canvas - `sketch_set_svg` - Replace entire canvas with new
npx skillsauth add glebis/claude-skills sketchInstall 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.
Opens a Fabric.js-based SVG editor in the browser for collaborative visual prototyping. Claude can write and read SVG through MCP tools while the user edits interactively. Changes sync in real-time via WebSocket.
sketch_open_canvas - Open a named canvas (creates if new), launches browser editorsketch_get_svg - Read current SVG from a canvassketch_set_svg - Replace entire canvas with new SVGsketch_add_element - Add SVG elements without clearing existing contentsketch_add_textbox - Add a fixed-width text area (Textbox) with word wrappingsketch_lock_objects - Lock all current objects (non-selectable, non-movable)sketch_unlock_objects - Unlock all objectssketch_save_template - Save canvas as reusable JSON template (preserves Textbox widths + lock state)sketch_load_template - Load a saved JSON template into a canvassketch_list_templates - List all saved templatessketch_clear_canvas - Clear canvas to blank state (use before streaming)sketch_focus_canvas - Bring canvas window to foregroundsketch_list_canvases - List all active canvasessketch_close_canvas - Close a canvas and its browser tabsketch_open_canvas with a namesketch_set_svg or sketch_add_element to drawsketch_get_svg to see changessketch_open_canvas with a namesketch_focus_canvas to bring window to frontsketch_clear_canvas to start freshsketch_add_element multiple times -- each fragment appears instantlyEach canvas opens in its own browser tab. Use different names for different drawings.
<rect>, <circle>, <ellipse>, <line>, <path>, <text>, <polygon>, <polyline>xmlns="http://www.w3.org/2000/svg" on the root <svg> elementwidth and height on the root SVG (default: 1200x800)#ff0000) -- avoid rgba() as Fabric.js SVG parser may not handle it<text x="100" y="100" font-size="24">Hello</text><image href="data:image/png;base64,..." width="200" height="200"/><defs>, <linearGradient>, <filter> -- Fabric.js has limited support for thesedevelopment
--- name: agency-docs-updater description: End-to-end pipeline for publishing Claude Code lab meetings. Accepts optional args: date (YYYYMMDD, "yesterday", "today") and lab number (e.g. "04"). Examples: "yesterday 04", "20260420 05", "04" (today, lab 04), "" (today, auto-detect lab). --- # Agency Docs Updater Execute ALL steps automatically in sequence. Only pause if a step fails and cannot be recovered. Read `references/learnings.md` before starting for known pitfalls. **Configuration**: pat
tools
This skill should be used when applying proper typography to prose text or files in Russian, English, German, or French — smart quotes per locale («ёлочки», “curly”, „Gänsefüßchen“, « guillemets »), correct dashes (тире, em/en dash, Gedankenstrich, tiret), non-breaking spaces, ranges, ellipsis, and French espaces insécables before ! ? ; :. Fully deterministic via a pinned typograf-based CLI; never apply these rules by hand. Triggers on "типографика", "typograf", "оттипографь", "smart quotes", "fix typography", "неразрывные пробелы".
development
This skill should be used when inspecting or applying advanced OpenType features of a font (woff2/otf/ttf) — ligatures, stylistic sets (ss01–ss20), character variants (cvXX), texture healing, slashed zero, tabular/oldstyle figures, fractions, small caps, case-sensitive forms — and generating the CSS to enable them. Interviews the user via cenno to pick features. Triggers on "OpenType features", "font features", "stylistic sets", "ligatures", "texture healing", "tabular figures", "what can this font do".
tools
--- name: pre-session-portrait description: Build a compressed, visualizable "portrait" of a consulting/coaching client before a session, so the paid hour is spent solving, not scoping. Runs a 7-lens JTBD-inspired interview (where / how / what / problem / ideal / tension / jobs-to-be-done) that takes rich open answers in and compresses them to an 11-field YAML portrait out. Delivers three ways: raw paste-into-a-clean-chat prompt, a secret GitHub gist link, or a Codex CLI one-liner. Use when prep