Clipboard's collection of prompts to assist LLMs in generating code adhering to our best practices.
Warning
DEPRECATED: This repository is deprecated. Please use core-utils/packages/ai-rules instead.
# Add this repo as a submodule to your project
git submodule add [email protected]:ClipboardHealth/prompts.git
# Create a symlink to an appropriate rules file in the current directory
ln -s ./prompts/rules/fullStack.md .cursorrulesWhen prompting LLMs, @ reference the prompts by name. For example, @_test.md @myFile.ts writes tests for myFile.ts. See @ Symbols for details.
- fragments/
- Reusable prompt fragments that
./combine.shconcatentates into complete prompts or rules.
- Reusable prompt fragments that
- prompts/
- Provided to LLMs to generate best practice code. Start names with
_for easy@references. See examples in Usage. - beta/
- Ideally, you'll get reliable results before adding prompts to this repository, but sometimes it's nice to iterate across various domains. Use this folder for the latter.
- Provided to LLMs to generate best practice code. Start names with
- rules/
- Custom instructions provided in every prompt. See a symlink example in Usage and Cursor's Rules for AI for details.
- Our rules are a combination of those in Cursor Directory.
_commitMessage.md(which heavily inspired_prCreate.md) is from dgokcin/dotfiles._proofread.mdis from r/ChatGPTPromptGenius._reasoning.mdis from philschmid/prompt.txt._devilsAdvocate.mdis from Ethan and Lilach Mollick.- Anthropic's prompting courses.
