From 7d5de50179872b70fc449b440d535e98d1b79413 Mon Sep 17 00:00:00 2001 From: mantrakp04 Date: Mon, 15 Jun 2026 13:46:15 -0700 Subject: [PATCH] Add docs markdown fetch instructions --- .../shared/src/ai/unified-prompts/skill-site-prompt.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/shared/src/ai/unified-prompts/skill-site-prompt.ts b/packages/shared/src/ai/unified-prompts/skill-site-prompt.ts index d33ca8b74..668139bfe 100644 --- a/packages/shared/src/ai/unified-prompts/skill-site-prompt.ts +++ b/packages/shared/src/ai/unified-prompts/skill-site-prompt.ts @@ -19,7 +19,13 @@ export function buildSkillSitePrompt(docsIndexPromptValue = docsIndexPrompt) { ## Docs - The full docs sidebar — generated from the live navigation. Fetch any of these directly: + The full docs sidebar — generated from the live navigation. Fetch any of these directly. + + To retrieve docs as Markdown, use these endpoints: + + - For discovery, fetch \`https://docs.hexclave.com/llms.txt\`. + - For a broad single-file docs bundle, fetch \`https://docs.hexclave.com/llms-full.txt\`. + - For a specific docs page, append \`.md\` to the canonical docs URL. For example, fetch \`https://docs.hexclave.com/guides/getting-started/setup.md\` for the Markdown version of \`https://docs.hexclave.com/guides/getting-started/setup\`. ${docsIndexPromptValue}