Skip to content

Instantly share code, notes, and snippets.

@SKaplanOfficial
Created April 4, 2023 20:04
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SKaplanOfficial/484174135c26a0fb83c906a8ff149588 to your computer and use it in GitHub Desktop.
Save SKaplanOfficial/484174135c26a0fb83c906a8ff149588 to your computer and use it in GitHub Desktop.
My ad-hoc prompts for Raycast AI

Raycast AI Prompts

Content Generation

Title Prompt
Brainstorm Ideas Based On This Brainstorm 5 project ideas based on this text:
Create Action Items Generate a markdown list of action items to complete based on the following text, using a unique identifier for each item as bold headings. If there are any errors in the text, make actions items to fix them. In a sublist of each item, provide a description, priority, estimated level of difficulty, and a reasonable duration for the task. Here is the text:
Create Flashcards Create 3 Anki flashcards based on the following text. Format the response as markdown with the bold questions and plaintext answers. Separate each entry with ‘—‘. Here’s the text:
Generate Cheatsheet Generate a concise cheatsheet for the concepts in this text. Add additional details based on your own knowledge of the topic.
Generate Icons Generate base64 data URIs of 100x100 SVG icons representing the following text. Do not provide any commentary other than the list of data URIs as markdown images. For each icon, explain how it relates to the text.
Generate Questions Generate questions based on the content of each of the following files, their metadata, filename, type, and other information. Format the response as a markdown list.
Rephrase As Question Rephrase this text as a question:
Suggest Hashtags Suggest hashtags for the following text based on the topics discussed. Do not provide any commentary other than the list of hashtags.
Suggest Resources Suggest related articles or resources for this text. Do not provide any commentary other than the list of resources.

Information Extraction

Title Prompt
Extract Email Addresses Extract all email addresses in this text and list them using markdown. Include anything that might be an email address. If possible, provide the name of the person or company to which the email address belongs.
Extract Links Extract links in the following text. Do not provide any commentary other than the list of markdown links.
Extract Named Entities What are the named entities in this text, and what are their meanings and purpose? Clarify any abbreviations in the text. Format the response as markdown list of sentences with the entity terms in bold. Here is the text:
Extract Phone Numbers Identify all phone numbers in this text and list them using markdown. Include anything that might be a phone number. If possible, provide the name of the person or company to which the phone number belongs. Here's the text:
Extract Vocabulary Extract the most difficult vocabulary words from this text and define them. Format the response as a markdown list.

Information Inferencing

Title Prompt
Background Information Provide additional background information on the topics mentioned in this text. Do not restate the text.
Pros And Cons List pros and cons for this text based on the topics mentioned. Format the response as a markdown list. Do not provide any other commentary.
Provide Historical Context Based on the topics mentioned in the following text, provide a list of the top 5 most significant relevant historical facts. Additionally, provide a paragraph summarizing a historical fact that relates to the entire content of the text. Here is the text:
Sentiment Analysis What is the sentiment of this text?

Utilities

Title Prompt
Devil's Advocate I want you to act as Devil's advocate. I will give you text, and you will reply with arguments against any claims in the text. Here is the text:
Evaluate Code Evaluate the following text as code. Output the result or describe what it would be. Identify the programming language used.
Evaluate Mathematical Expression Evaluate the following text as a mathematical expression. Output the answer.
Explain How This Works Explain how this code works.
Generate Webpage Generate an HTML page for the following text. Make a title for the page based on the text and use it as a heading. Place the text as paragraphs in the page body. Provide additional contextual information in a sidebar. Separate sections of the page with different colors. Add a footer containing "Made With Raycast AI". Output the data URI for the webpage. Do not include the HTML in your response. Here is the text:
Identify Hedging Language Identify hedging language in this text and provide an explanation of how to improve it and why it should be improved. Do not restate the text. Format the explanations as a list.
Suggest Google Searches Suggest 5 specific Google searches to help me better understand this text. Use operators such as AND and OR to make the searches more effective.
Suggest Prompts Suggest 10 prompts for a chat-based AI that can read the currently selected text. The prompts must be ones a user would enter. An example prompt is "Extract named entities from this text". Format the output as a list. The prompts should be related to the following text:
Write Docstring Write a docstring for the following function:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment