From 60c1d6f8ee2f5266d1b0d17f4e7473ccdfb23a29 Mon Sep 17 00:00:00 2001 From: Thariq Shihipar Date: Thu, 29 Jan 2026 12:41:31 -0800 Subject: [PATCH] Add instruction to open artifact in browser after creation --- plugins/artifact/skills/artifact/SKILL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/artifact/skills/artifact/SKILL.md b/plugins/artifact/skills/artifact/SKILL.md index 8318953..2bcc4b1 100644 --- a/plugins/artifact/skills/artifact/SKILL.md +++ b/plugins/artifact/skills/artifact/SKILL.md @@ -22,6 +22,7 @@ When the user asks for an interactive artifact, playground, explorer, or visual - `templates/diff-review.md` — Code review (git diffs, commits, PRs with line-by-line commenting) - `templates/code-map.md` — Codebase architecture (component relationships, data flow, layer diagrams) 3. **Follow the template** to build the artifact. If the topic doesn't fit any template cleanly, use the one closest and adapt. +4. **Open in browser.** After writing the HTML file, run `open .html` to launch it in the user's default browser. ## Core requirements (every artifact)