From 61eaceefddac29db3af1052285f9a1467c60f70c Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Mon, 16 Mar 2026 15:51:55 -0700 Subject: [PATCH] Add overdrive ASCII banner on skill activation Starts the response with a distinctive speed-line banner to set the tone for the skill. Co-Authored-By: Claude Opus 4.6 (1M context) --- .claude/skills/overdrive/SKILL.md | 7 +++++++ source/skills/overdrive/SKILL.md | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/.claude/skills/overdrive/SKILL.md b/.claude/skills/overdrive/SKILL.md index 3d29932c6..c3f1bb0cd 100644 --- a/.claude/skills/overdrive/SKILL.md +++ b/.claude/skills/overdrive/SKILL.md @@ -8,6 +8,13 @@ args: required: false --- +Start your response with: + +``` +──────────── ⚡ OVERDRIVE ───────────── +》》》 Entering overdrive mode... +``` + Push an interface past conventional limits. This isn't just about visual effects — it's about using the full power of the browser to make any part of an interface feel extraordinary: a table that handles a million rows, a dialog that morphs from its trigger, a form that validates in real-time with streaming feedback, a page transition that feels cinematic. ## MANDATORY PREPARATION diff --git a/source/skills/overdrive/SKILL.md b/source/skills/overdrive/SKILL.md index 5beeb4410..b600d3938 100644 --- a/source/skills/overdrive/SKILL.md +++ b/source/skills/overdrive/SKILL.md @@ -8,6 +8,13 @@ args: user-invokable: true --- +Start your response with: + +``` +──────────── ⚡ OVERDRIVE ───────────── +》》》 Entering overdrive mode... +``` + Push an interface past conventional limits. This isn't just about visual effects — it's about using the full power of the browser to make any part of an interface feel extraordinary: a table that handles a million rows, a dialog that morphs from its trigger, a form that validates in real-time with streaming feedback, a page transition that feels cinematic. ## MANDATORY PREPARATION