From 47827163ad78b70b03b6419154ffe3a415a1d1ec Mon Sep 17 00:00:00 2001 From: Rita Kozlov Date: Sun, 2 Mar 2025 11:08:23 -0500 Subject: [PATCH] Add Claude Code suggestion to Prompting doc --- src/content/docs/workers/get-started/prompting.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/workers/get-started/prompting.mdx b/src/content/docs/workers/get-started/prompting.mdx index ca440aa98fc0a49..861bd432aa4b857 100644 --- a/src/content/docs/workers/get-started/prompting.mdx +++ b/src/content/docs/workers/get-started/prompting.mdx @@ -40,6 +40,7 @@ You can use the prompt in several ways: * Cursor: add the prompt to [your Project Rules](https://docs.cursor.com/context/rules-for-ai) * Zed: use [the `/file` command](https://zed.dev/docs/assistant/assistant-panel) to add the prompt to the Assistant context. * Windsurf: use [the `@-mention` command](https://docs.codeium.com/chat/overview) to include a file containing the prompt to your Chat. + * Claude Code: add the prompt to your CLAUDE.md configuration after running `/init` to include best practices to a Workers project. :::note