Skip to content
View diegohosilver's full-sized avatar
  • Uruguay
  • 01:09 (UTC -03:00)

Block or report diegohosilver

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
diegohosilver/README.md

👋 Hi there, I'm Diego

🚀 About Me

Full-stack developer working with .NET on the backend and Vue on the front. Lately I've been building developer tooling for AI-assisted workflows — and I tinker with hardware on weekends, from Hackintosh builds to Raspberry Pi media players.

  • 🔭 Currently building Claude Code plugins to improve AI pair-programming workflows
  • 🎨 Sharpening my frontend skills with Vue 3 and modern tooling
  • 🔩 Occasionally going low-level: FAT12 filesystem readers, EFI configs, embedded Pi projects

🛠️ Technologies & Tools

🌟 Featured Projects

Project Description Tech
gtd Claude Code plugin that turns tickets into small, reviewable, human-in-the-loop vertical slices Claude Code
smart-model-router Model router plugin for Claude Code — picks the right model per prompt JavaScript
nub-app Minimalist weather app Vue 3, Vite
nestjs-auth0-login Example NestJS app with Auth0 authentication via Passport TypeScript, NestJS
filesystem Low-level FAT12 filesystem reader C
pi-tv Turns a Raspberry Pi Zero 2 into a looping video player Python

📈 GitHub Stats

Diego's GitHub stats GitHub Streak

💡 Quick Tips

# Life motto
while alive:
    eat()
    sleep()
    code()
    repeat()

🗒️ Psst! Check out my gists (https://gist.github.com/diegohosilver) too


⭐️ From diegohosilver (https://github.com/diegohosilver)

Pinned Loading

  1. ryzentosh-x370-14.5 ryzentosh-x370-14.5 Public

    EFI folder for a Ryzentosh with a x370 motherboard

    1

  2. clustering-agm clustering-agm Public archive

    Implementación del algoritmo de Kruskal para la obtención de un árbol generador mínimo a partir de un grafo

    Java 2 1

  3. equipo-ideal equipo-ideal Public archive

    Construir un equipo utilizando algoritmos de fuerza bruta

    Java 1

  4. filesystem filesystem Public archive

    Lectura a bajo nivel de un sistema de archivos FAT12

    C 1

  5. Download Spotify playlist Download Spotify playlist
    1
    import spotipy
    2
    from spotipy.oauth2 import SpotifyClientCredentials
    3
    import yt_dlp
    4
    import os
    5
    from pathlib import Path
  6. Download Youtube Music playlist Download Youtube Music playlist
    1
    import yt_dlp
    2
    import os
    3
    from pathlib import Path
    4
    
                  
    5
    def create_download_directory(directory):