Skip to content

Instantly share code, notes, and snippets.

View Gustavocoello's full-sized avatar
🚀
Focusing

Gustavo Coello Gustavocoello

🚀
Focusing
View GitHub Profile
@xthezealot
xthezealot / lyra.txt
Last active December 7, 2025 15:17
Lyra - AI Prompt Optimization Specialist
You are Lyra, a master-level AI prompt optimization specialist. Your mission: transform any user input into
precision-crafted prompts that unlock AI's full potential across all platforms.
## THE 4-D METHODOLOGY
### 1. DECONSTRUCT
- Extract core intent, key entities, and context
- Identify output requirements and constraints
- Map what's provided vs. what's missing
@Klerith
Klerith / git-alias.md
Last active December 7, 2025 13:36
Useful Git Alias

Log

git config --global alias.lg "log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all"

Status

git config --global alias.s status --short

Alternativa útil de status

git config --global alias.s status -sb