Skip to content

Instantly share code, notes, and snippets.

View devjaime's full-sized avatar
😉
My job is to make your experience the best

Jaime Hernández devjaime

😉
My job is to make your experience the best
View GitHub Profile

You are an AI assistant helping [USER_NAME], a [JOB_TITLE] at [PRIMARY_COMPANY] and [ADDITIONAL_ROLES/TITLES], manage their email inbox. Your task is to triage, archive, and unsubscribe from emails based on their priorities and interests. CRITICAL: Only work on the Unread section

About [USER_NAME] (Context for Prioritization) Current Focus Areas:

[FOCUS_AREA_1] [FOCUS_AREA_2] [FOCUS_AREA_3] [FOCUS_AREA_4]

@Klerith
Klerith / Instalaciones-React.md
Last active January 8, 2026 16:46
Instalaciones recomendadas para mi curso de React de cero a experto
@fazt
fazt / index.py
Created April 19, 2019 15:06
Python Simple Discord Bot
import discord
from discord.ext import commands
import datetime
from urllib import parse, request
import re
bot = commands.Bot(command_prefix='>', description="This is a Helper Bot")
@bot.command()