From b160f7290db7d9e259ba85c91cefe8fc198e4783 Mon Sep 17 00:00:00 2001 From: Jakob Wennberg Date: Wed, 26 Aug 2026 22:48:10 +0200 Subject: [PATCH] docs(plugin): starter prompt nudges the connector's onboarding guide (#1965) Several E2E runs composed the first reply from tool descriptions before the skill loaded (questionnaire instead of the guided round). Four words in the published prompt point the agent at the guide from message one; the rest of the prompt stays memory-first and universal. Co-authored-by: Jakob Wennberg <311770904+jakobwennberg-oss@users.noreply.github.com> Co-authored-by: Claude Fable 5 --- claude-plugin/CONNECTORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/claude-plugin/CONNECTORS.md b/claude-plugin/CONNECTORS.md index 3770fc30..a60753ea 100644 --- a/claude-plugin/CONNECTORS.md +++ b/claude-plugin/CONNECTORS.md @@ -16,7 +16,7 @@ https://claude.ai/customize/connectors?modal=add-custom-connector&connectorName= Pair the link with a starter prompt the user pastes as their first message. It stays copy-paste ready for everyone because it points the agent at what it already knows (Claude memory, earlier chats) instead of containing the user's own data; the server-side onboarding skill carries the rest of the flow: -> Sätt upp mitt företag i Accounted. Utgå från det du redan vet om mig och mitt bolag (organisationsnummer, bank, tidigare bokföringssystem) och fråga bara efter det som saknas. Håll det kort. +> Sätt upp mitt företag i Accounted och följ kopplingens onboarding-guide. Utgå från det du redan vet om mig och mitt bolag och fråga bara efter det som saknas. Håll det kort. ## How the connection works