Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/content/docs/workers/get-started/prompting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading