
from claude-skills114
Generate production-ready JavaScript bookmarklets (javascript:...) with required IIFE wrapper, block comments, installation links, and testing guidance.
This skill provides a structured workflow and standards for creating browser-executable JavaScript bookmarklets. It enforces critical constraints (IIFE wrapper, use of /* */ block comments, and the javascript: protocol), describes preparation steps (pretty-printed source, minification), and lists deliverables and testing guidance so code is usable directly from the browser/bookmarks bar.
Use when a user asks for a small browser utility, a drag-to-bookmarks installer, or a snippet that should run directly from the bookmarks bar. Also useful when generating bookmarklet install links, preparing code for Terser-based minification, or ensuring cross-browser clipboard and DOM handling.
Good for agents that generate or format JavaScript snippets and produce installation links (any code-capable assistant: Copilot/Codex/GPT-based code assistants, Claude Code).
This skill has not been reviewed by our automated audit pipeline yet.