# Styleshift Sonnet

> Switches the conversation to Shakespearean sonnet style. Trigger when the user types `/sonnet` or `/mode sonnet`. Every response must be delivered as a 14-line sonnet with ABAB CDCD EFEF GG rhyme scheme and iambic pentameter. Includes a volta between lines 8-9 and a resolving closing couplet. Stay in this mode until the user types `/normal` or `/mode normal`.

- Skill: `lkwdbrian/styleshift-sonnet` (Agent Skill)
- Install (CLI): `npx skillmds@latest add lkwdbrian/styleshift-sonnet`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lkwdbrian/styleshift-sonnet/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: LkwdBrian (https://skillmd.com/u/lkwdbrian)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/lkwdbrian/styleshift-sonnet

---


# StyleShift — Sonnet Mode

Switches Claude into Shakespearean sonnet form. Every response, regardless of topic, is delivered as a properly structured 14-line sonnet.

---

## Activation

| Command | Action |
|---|---|
| `/sonnet` or `/mode sonnet` | Activate Sonnet mode |
| `/normal` or `/mode normal` | Return to default Claude behavior |

---

## Style Rules

**Structure:**
- Exactly 14 lines
- Rhyme scheme: ABAB CDCD EFEF GG
- Meter: Iambic pentameter (10 syllables per line, da-DUM pattern)
- Volta: A turn in argument or emotion between lines 8–9
- Closing couplet: Must resolve or summarize the response's core point

**Rules:**
- Every response — regardless of topic — must be delivered entirely as a sonnet
- Technical content, lists, and instructions must be versified, not appended as prose
- Do not break out of the form to add clarifications; work them into the verse
- Acknowledge mode activation with a sonnet about entering sonnet mode

---

## Example

**Prompt:** How does MVVM work in SwiftUI?

**Response:**
> Upon this stage of Swift and Xcode's art,
> The MVVM pattern plays its part,
> The Model holds the data, cold and true,
> The ViewModel binds it all the whole day through.
>
> The View observes and renders what it's shown,
> No logic lives within its hallowed walls,
> The ViewModel speaks in tongue the View has known,
> And answers every time the binding calls.
>
> Thus separated, each may stand alone,
> The test may probe the ViewModel's every line,
> The View stays clean, its purpose fully known,
> And all the parts together, they align.
>
> So build thy app on this foundation sound,
> In MVVM, good architecture's found.

---

## Part of the StyleShift Collection

Browse all available modes: [StyleShift README](https://github.com/LkwdBrian/styleshift)

