### Daily English Word LLM Task Source: https://github.com/ozbekburak/awesome-llm-tasks/blob/main/README.md This task provides a daily English word to the user. It includes the word's meaning and an example sentence, delivered every weekday at 10:45 AM (GMT +03:00). ```LLM Prompt Teach me an English word every weekday at 10:45 (GMT +03:00) with meaning and example. ``` -------------------------------- ### Daily Mindfulness Exercise LLM Task Source: https://github.com/ozbekburak/awesome-llm-tasks/blob/main/README.md This task guides the user through a 1-minute breathing exercise. It also includes a motivational quote, delivered daily at 11:30 AM. ```LLM Prompt Guide me through a 1-minute breathing exercise with a motivational quote at 11:30 AM daily. ``` -------------------------------- ### Clone Forked Repository Source: https://github.com/ozbekburak/awesome-llm-tasks/blob/main/CONTRIBUTING.md This command clones your forked repository from GitHub to your local machine, allowing you to begin making changes and adding new tasks. ```bash git clone https://github.com/your-username/awesome-llm-tasks.git ``` -------------------------------- ### LLM Task Prompt Template Source: https://github.com/ozbekburak/awesome-llm-tasks/blob/main/CONTRIBUTING.md This is a template for the actual LLM prompt that contributors should provide for their new tasks. It serves as a placeholder and emphasizes the importance of testing the prompt before submission to ensure its functionality and quality. ```text Your prompt here. Please make sure to test your prompt before submitting. ``` -------------------------------- ### Daily Market Overview LLM Task Source: https://github.com/ozbekburak/awesome-llm-tasks/blob/main/README.md This task sends a brief summary of major market indices and cryptocurrency prices. It is delivered every day at 09:15 AM. ```LLM Prompt Send a brief summary of major market indices and crypto prices at 09:15 AM. ``` -------------------------------- ### Stage and Commit Changes Source: https://github.com/ozbekburak/awesome-llm-tasks/blob/main/CONTRIBUTING.md These commands first stage all modified and new files for commit, then commit them to your local repository with a descriptive message. The commit message should clearly indicate the purpose of your changes. ```bash git add . git commit -m "Add: new task for [category]" ``` -------------------------------- ### Push Changes to Fork Source: https://github.com/ozbekburak/awesome-llm-tasks/blob/main/CONTRIBUTING.md This command pushes your committed changes from your local branch to your forked repository on GitHub. This makes your changes available online and ready for a pull request. ```bash git push origin add-new-task ``` -------------------------------- ### Daily Go Programming Tip LLM Task Source: https://github.com/ozbekburak/awesome-llm-tasks/blob/main/README.md This task shares a practical Go programming tip with the user. It is scheduled to be delivered every workday at 09:00 AM. ```LLM Prompt Share a practical Go programming tip at 09:00 AM every workday. ``` -------------------------------- ### Personalized Daily Workout Plan LLM Task Source: https://github.com/ozbekburak/awesome-llm-tasks/blob/main/README.md This task creates a personalized 15-minute workout routine for the user. The routine is generated and delivered every day at 07:00 AM. ```LLM Prompt Create a personalized 15-minute workout routine for me at 07:00 AM. ``` -------------------------------- ### Daily Music Genre Explorer LLM Task Source: https://github.com/ozbekburak/awesome-llm-tasks/blob/main/README.md This task recommends one song daily from a different music genre each day. It also provides context about the song's cultural significance, delivered at 4:00 PM. ```LLM Prompt Recommend one song daily at 4:00 PM from a different music genre each day, with context about its cultural significance. ``` -------------------------------- ### Create New Feature Branch Source: https://github.com/ozbekburak/awesome-llm-tasks/blob/main/CONTRIBUTING.md This command creates a new Git branch and switches to it. It's crucial for isolating your changes for a specific task, making it easier to manage and review contributions. ```bash git checkout -b add-new-task ``` -------------------------------- ### Daily NBA Night Recap LLM Task Source: https://github.com/ozbekburak/awesome-llm-tasks/blob/main/README.md This task sends a recap of last night's NBA games. It includes scores and key highlights, delivered every day at 09:00 AM. ```LLM Prompt Send me last night's NBA game scores and key highlights at 09:00 AM everyday. ``` -------------------------------- ### US Market Pre-Check LLM Task Source: https://github.com/ozbekburak/awesome-llm-tasks/blob/main/README.md This task sends NASDAQ and S&P 500 pre-market data to the user. It includes notable movements and is delivered every trading day at 08:30 AM EST. ```LLM Prompt Send me NASDAQ and S&P 500 pre-market data with notable movements at 08:30 AM EST every trading day. ``` -------------------------------- ### Wikipedia Featured Article Summary LLM Task Source: https://github.com/ozbekburak/awesome-llm-tasks/blob/main/README.md This task shares a featured article from Wikipedia with the user. It includes a brief summary of the article and is delivered every weekday at 04:00 PM. ```LLM Prompt Share Wikipedia featured article with a brief summary at 04:00 PM every weekday. ``` -------------------------------- ### Weekly Tech Industry Updates LLM Task Source: https://github.com/ozbekburak/awesome-llm-tasks/blob/main/README.md This task provides a summary of major tech industry developments and product launches from the past week. It is delivered every Sunday at 09:00 AM. ```LLM Prompt Provide a summary of major tech industry developments and product launches of the week at 09:00 AM on every Sunday. ``` -------------------------------- ### Desk-Friendly Exercise Reminder LLM Task Source: https://github.com/ozbekburak/awesome-llm-tasks/blob/main/README.md This task sends a quick, desk-friendly stretch exercise to the user. It is delivered twice daily, at 11:00 AM and 03:00 PM. ```LLM Prompt Send me a quick desk-friendly stretch exercise at 11:00 AM and 03:00 PM. ``` -------------------------------- ### Weekly Micro Skill Challenge LLM Task Source: https://github.com/ozbekburak/awesome-llm-tasks/blob/main/README.md This task suggests a new micro skill for the user to practice for the week. It is delivered every Monday at 08:00 AM. ```LLM Prompt Suggest a new micro skill to practice for the week every Monday at 08:00 AM. ``` -------------------------------- ### Weekly Planning Session LLM Task Source: https://github.com/ozbekburak/awesome-llm-tasks/blob/main/README.md This task assists the user in planning their week by asking 3 strategic questions about priorities. It is delivered every Sunday at 7:00 PM. ```LLM Prompt Help me plan my week every Sunday at 7:00 PM by asking 3 strategic questions about priorities. ``` -------------------------------- ### Daily Australian Open Results LLM Task Source: https://github.com/ozbekburak/awesome-llm-tasks/blob/main/README.md This task sends yesterday's Australian Open Singles results to the user. It includes key highlights from the matches, delivered at 10:00 AM. ```LLM Prompt Send yesterday's Australian Open Singles results with key highlights at 10:00 AM. ``` -------------------------------- ### Daily Hacker News Digest LLM Task Source: https://github.com/ozbekburak/awesome-llm-tasks/blob/main/README.md This task sends a daily digest of the top 5 Hacker News stories from the previous day. It includes links and statistics for each story, delivered at 10:00 AM. ```LLM Prompt Send me top 5 Hacker News stories from yesterday with their links and stats at 10:00 AM. ``` -------------------------------- ### Daily DALL-E Image Generation LLM Task Source: https://github.com/ozbekburak/awesome-llm-tasks/blob/main/README.md This task generates a creative DALL-E image based on a random fun prompt. The image is generated and delivered every day at 02:00 PM. ```LLM Prompt Generate a creative DALL-E image based on a random fun prompt at 02:00 PM. ``` -------------------------------- ### Daily AI News Digest LLM Task Source: https://github.com/ozbekburak/awesome-llm-tasks/blob/main/README.md This task provides a daily digest of the top 5 AI news stories from the previous day. It is delivered every day at 10:50 AM (GMT +03:00). ```LLM Prompt List me the top 5 AI news of the previous day every day at 10:50 AM (GMT +03:00) ``` -------------------------------- ### Daily Bali Travel Tips LLM Task Source: https://github.com/ozbekburak/awesome-llm-tasks/blob/main/README.md This task sends two tips and tricks for tourists planning to visit Bali. It is delivered every day at 04:30 PM. ```LLM Prompt Send me two tips and tricks for tourists planning to go to Bali every day at 04:30 PM. ``` -------------------------------- ### Weekly Tech Job Market Pulse LLM Task Source: https://github.com/ozbekburak/awesome-llm-tasks/blob/main/README.md This task analyzes and summarizes trending tech job skills and market demands in software and AI engineering. It is delivered every Monday at 10:00 AM. ```LLM Prompt Analyze and summarize trending tech job skills and market demands in software and AI engineering every Monday at 10:00 AM. ``` -------------------------------- ### Custom Task Reminder LLM Task Source: https://github.com/ozbekburak/awesome-llm-tasks/blob/main/README.md This task allows the user to set a custom reminder for any task. The reminder can be scheduled for a specific date and time. ```LLM Prompt Remind me to [your task] on [specific date] at [specific time]. ``` -------------------------------- ### Daily Task Priority Review LLM Task Source: https://github.com/ozbekburak/awesome-llm-tasks/blob/main/README.md This task prompts the user to review their top 3 priorities for the day. It is delivered every day at 09:30 AM. ```LLM Prompt Ask me about my top 3 priorities for the day at 09:30 AM. ``` -------------------------------- ### Friday Movie Recommendations LLM Task Source: https://github.com/ozbekburak/awesome-llm-tasks/blob/main/README.md This task recommends one movie each from the action, drama, and comedy genres. These recommendations are provided every Friday at 05:00 PM. ```LLM Prompt Recommend one movie each from action, drama, and comedy genres every Friday at 05:00 PM. ``` -------------------------------- ### End-of-Day Reflection Prompt LLM Task Source: https://github.com/ozbekburak/awesome-llm-tasks/blob/main/README.md This task prompts the user to reflect on their day's achievements. It is delivered every day at 05:30 PM. ```LLM Prompt Prompt me to reflect on my day's achievements at 05:30 PM. ``` -------------------------------- ### Water Intake Reminder LLM Task Source: https://github.com/ozbekburak/awesome-llm-tasks/blob/main/README.md This task reminds the user to drink water at regular intervals. It sends a reminder every 2 hours between 09:00 AM and 06:00 PM. ```LLM Prompt Remind me to drink water every 2 hours between 09:00 AM and 06:00 PM. ``` -------------------------------- ### Daily Weather and Horoscope Check LLM Task Source: https://github.com/ozbekburak/awesome-llm-tasks/blob/main/README.md This task sends the user today's weather forecast and their daily horoscope. It is delivered every day at 08:00 AM. ```LLM Prompt Send me today's weather forecast and my daily horoscope at 08:00 AM. ``` -------------------------------- ### Turkish Holiday Tracker LLM Task Source: https://github.com/ozbekburak/awesome-llm-tasks/blob/main/README.md This task checks for and notifies the user about any upcoming Turkish national or religious holidays for the next 7 days. It is delivered every Sunday at 09:00 AM. ```LLM Prompt Check and notify me about any upcoming Turkish national or religious holidays for the next 7 days every Sunday at 09:00 AM. ``` -------------------------------- ### Daily Motivational Kindness Quote LLM Task Source: https://github.com/ozbekburak/awesome-llm-tasks/blob/main/README.md This task sends a random motivational quote about being a kind person. It is delivered every morning at 09:45 AM (GMT +03:00). ```LLM Prompt At 09:45 AM (GMT +03:00) every morning send me a random motivational quote about being a kind person. ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.