benchflow-ai / simon-html-tools
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/simon-html-tools && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/3648" && unzip -o skill.zip -d .claude/skills/simon-html-tools && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/simon-html-tools/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Build single-file HTML tools following Simon Willison's patterns - self-contained HTML+JS+CSS applications optimized for LLM generation, no build step, CDN dependencies. Use when creating browser-based tools, utilities, or demos that should be (1) Self-contained in one HTML file, (2) Easy to distribute and host statically, (3) Quick to prototype with LLMs, (4) Client-side only with no server requirements. Ideal for data visualization, API explorers, format converters, debugging tools, and interactive demos.