
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).
A well-documented skill for generating JavaScript bookmarklets with proper IIFE wrapping, block-comment enforcement, and installation guidance. No bundled scripts to test. SKILL.md is clear and thorough with good code examples and error handling patterns. Niche but practical for developers working with bookmarklets.
Clean skill, no security concerns. Single SKILL.md with no scripts. External URL references are for a legitimate bookmarklet installer tool.