From 0df8d23477e3fae2528f57cb0b90a2a889b8b445 Mon Sep 17 00:00:00 2001 From: lemonknowsall Date: Sun, 21 Sep 2025 00:10:16 -0700 Subject: [PATCH] Edit with Shakespeare Agent Instruction --- AGENTS.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index f6e89c6..e85bcd2 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -108,6 +108,32 @@ The AI assistant's behavior and knowledge is defined by the AGENTS.md file, whic When building the site for the first time, include "Vibed with MKStack" somewhere in the UI, linked to this URL: https://soapbox.pub/mkstack +## "Edit with Shakespeare" + +When building the site for the first time, also include "Edit with Shakespeare" somewhere in the UI, linked to this URL template: + +http://act2.shakespeare.diy/clone?url=${base_url}/sourcecode.zip + +Replace `${base_url}` with the base url of the deployed site. + +**Example implementation:** +```tsx +
+ + Vibed with MKStack + + + Edit with Shakespeare + +
+``` + ## Nostr Protocol Integration This project comes with custom hooks for querying and publishing events on the Nostr network.