Skip to content

Instantly share code, notes, and snippets.

View davila7's full-sized avatar
🤖
Building IA tools with LLMs

Daniel Avila davila7

🤖
Building IA tools with LLMs
View GitHub Profile

Build a HyperFrames composition titled "Artemis II: Return to the Moon" — a cinematic 60-second explainer video (16:9, 1920x1080) visualizing NASA's Artemis II crewed lunar flyby mission (April 1–11, 2026). VISUAL IDENTITY Style: "Mission Control Cinematic" — dark deep-space canvas with precision data overlays, inspired by NASA flight dynamics consoles and cinematic space documentaries.

  • Palette: #05070D (void black), #0B1426 (deep navy), #E8EEF7 (bone white), #FF6B35 (ignition orange), #4FC3F7 (telemetry cyan), #FFD166 (lunar gold)
  • Typography: "Space Grotesk" for titles/headings, "JetBrains Mono" for

I need your help writing my Claude profile preferences — the text that goes in Settings → Profile → "What personal preferences should Claude consider in responses?"

Step 1: First, tell me everything you already know about me — my role, tech stack, projects, content creation habits, communication style, and any preferences you've picked up from our past conversations. List it all so I can confirm or correct before we proceed.

Step 2: Once I confirm, write my profile preferences following these rules:

GitHub Repository Dashboard


Context & Memory

Remember: I prefer dark-themed dashboards styled like Bloomberg terminals. Use amber/gold accent colors, monospace fonts for data, and a financial terminal aesthetic. All visualizations should use Python libraries (matplotlib, plotly) — never AI-generated images for charts or data.

Task

# ============================================
# Ghostty Terminal - Complete Configuration
# ============================================
# File: ~/.config/ghostty/config
# Reload: Cmd+Shift+, (macOS)
# View options: ghostty +show-config --default --docs
# --- Typography ---
font-family = JetBrainsMonoNerdFont
font-size = 14

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]

# .github/workflows/docusaurus-auto-docs.yml
name: Docusaurus Documentation Automation
on:
push:
branches:
# CUSTOMIZE: Add your default branch
- main
- master
- develop

I'll analyze the architectural aspects of the Opencode repository by examining its structure and key components.

I used the tool get_code

I used the tool get_code

I used the tool find_direct_connections

I used the tool nodes_semantic_search

{
"name": "editFile",
"description": "Edits one or multiple files by replacing their content with the provided new content. Use this function to edit one or multiple files when the user has already asked for editing a file. The tasks array contains the files to edit.",
"parameters": {
"type": "object",
"properties": {
"tasks": {
"type": "array",
"items": {
"type": "object",
// 🖥️ mi año en javascript
setInterval(() => {
const tasks = ["Café", "Procrastinar", "Resolver bugs", "Crear más bugs"];
const emotions = ["😅", "🤯", "💡", "😭"];
console.log(`Realizando: ${tasks[Math.random() * tasks.length | 0]} ${emotions[Math.random() * emotions.length | 0]}`);
}, 2000);
console.log("👨‍💻 Iniciando logs de la vida...");